1 ========================================
2 rope, a python refactoring library ...
3 ========================================
9 `Rope`_ is a python refactoring library.
11 .. _`rope`: http://rope.sf.net/
17 * codeassist: better handling of unicode in docstrings
18 * codeassist: handling builtin unknowns, such as sys.stdout
19 * codeassist: proposals scopes and types revised
20 * fscommands: handle hg crew ui changes
21 * patchedast: handle ExtSlice node
26 * List of features: `docs/rope.txt`_
27 * Overview of some of rope's features: `docs/overview.txt`_
28 * Using as a library: `docs/library.txt`_
29 * Contributing: `docs/contributing.txt`_
31 To change your project preferences edit
32 ``$PROJECT_ROOT/.ropeproject/config.py`` where ``$PROJECT_ROOT`` is
33 the root folder of your project (this file is created the first time
40 Send your bug reports and feature requests to `rope-dev (at)
43 .. _`rope-dev (at) googlegroups.com`: http://groups.google.com/group/rope-dev
49 This program is under the terms of GPL (GNU General Public License).
50 Have a look at ``COPYING`` file for more information.
53 .. _`docs/rope.txt`: docs/rope.html
54 .. _`docs/overview.txt`: docs/overview.html
55 .. _`docs/contributing.txt`: docs/contributing.html
56 .. _`docs/library.txt`: docs/library.html