agr / rope_py3k (http://rope.sf.net/)


A python refactoring library; py3k branch.
Clone URL : http://bitbucket.org/agr/rope_py3k/ (size: 3.4 MB)
commit 1417: 0346c6dce583
parent 1416: c8ad79ac970c
branch: trunk
contributing.txt: updated
Ali Gholami Rudi
7 months ago

Changed (Δ27 bytes):

raw changeset »

docs/contributing.txt (15 lines added, 19 lines removed)

Up to file-list docs/contributing.txt:

@@ -6,12 +6,8 @@ Get Involved!
6
6
Get Involved!
7
7
=============
8
8
9
Rope was started because of the lack of good refactoring tools for
10
python.  But after observing python IDE limitations we grew bigger
11
ideas in our heads.
12
13
If you want to have a more powerful python IDE and have big ideas
14
in your head, you are welcome to get involved.
9
Rope's main goal is being a good refactoring tool for python.  It also
10
provides some IDE helpers.  If you like to contribute, you're welcome!
15
11
16
12
17
13
How to Help Rope?
@@ -32,9 +28,8 @@ Wish List
32
28
Wish List
33
29
=========
34
30
35
If you're interested you are welcome to discuss your ideas in
36
`rope-dev (at) googlegroups.com`_ mailing list or send your patches.
37
Here is only a list of suggestions.
31
You are welcome to send your patches to `rope-dev (at)
32
googlegroups.com`_ mailing list.  Here is only a list of suggestions.
38
33
39
34
Issues
40
35
------
@@ -56,26 +51,26 @@ Write Plugins For Other IDEs
56
51
Write Plugins For Other IDEs
57
52
----------------------------
58
53
59
See ropemacs_ and ropeide_.
54
See ropemacs_, ropevim_, eric_ and ropeide_.
60
55
61
56
62
57
.. _ropemacs: http://rope.sf.net/ropemacs.html
58
.. _ropevim: http://rope.sf.net/ropevim.html
63
59
.. _ropeide: http://rope.sf.net/ropeide.html
60
.. _eric4: http://www.die-offenbachs.de/eric/index.html
64
61
65
62
66
63
Rope Structure
67
64
==============
68
65
69
Rope package structure::
66
Rope package structure:
70
67
71
  rope
72
    base
73
    refactor
74
    contrib
68
* `rope.base`: the base part of rope
69
* `rope.refactor`: refactorings and tools used in them
70
* `rope.contrib`: IDE helpers
75
71
76
Have a look at ``__init__.py`` of packages for finding their
77
description.  Also have a look at `library.txt`_ for a few
78
examples.
72
Have a look at ``__init__.py`` of these packages or `library.txt`_ for
73
more information.
79
74
80
75
.. _`library.txt`: library.html
81
76
@@ -94,7 +89,7 @@ Submitting patches
94
89
Submitting patches
95
90
==================
96
91
97
Patches to rope's code are welcome.
92
Patches are welcome.
98
93
99
94
Patch style
100
95
-----------
@@ -103,3 +98,4 @@ Patch style
103
98
* Use four spaces for indentation.
104
99
* Include good unit-tests if possible.
105
100
* Rope test suite should pass after patching
101
* Use ``hg export`` format to preserve your identity