OLD | NEW |
(Empty) | |
| 1 |
| 2 **Note:** *Please note that this project has been moved to* `GitHub python-rope
/ rope`_ |
| 3 |
| 4 .. _GitHub python-rope / rope: https://github.com/python-rope/rope |
| 5 |
| 6 |
| 7 ======================================== |
| 8 rope, a python refactoring library ... |
| 9 ======================================== |
| 10 |
| 11 |
| 12 Overview |
| 13 ======== |
| 14 |
| 15 `Rope`_ is a python refactoring library. |
| 16 |
| 17 .. _`rope`: http://rope.sf.net/ |
| 18 |
| 19 |
| 20 New Features |
| 21 ============ |
| 22 |
| 23 * Under new management! Matěj Cepl <mcepl@cepl.eu> takes it hesitantly |
| 24 over |
| 25 * Merged all availables pull requests and patches to the main codebase |
| 26 * Tests are green again |
| 27 |
| 28 Getting Started |
| 29 =============== |
| 30 |
| 31 * List of features: `<docs/rope.rst>`_ |
| 32 * Overview of some of rope's features: `<docs/overview.rst>`_ |
| 33 * Using as a library: `<docs/library.rst>`_ |
| 34 * Contributing: `<docs/contributing.rst>`_ |
| 35 |
| 36 To change your project preferences edit |
| 37 ``$PROJECT_ROOT/.ropeproject/config.py`` where ``$PROJECT_ROOT`` is |
| 38 the root folder of your project (this file is created the first time |
| 39 you open a project). |
| 40 |
| 41 |
| 42 Bug Reports |
| 43 =========== |
| 44 |
| 45 Send your bug reports and feature requests to `rope-dev (at) |
| 46 googlegroups.com`_. |
| 47 |
| 48 .. _`rope-dev (at) googlegroups.com`: http://groups.google.com/group/rope-dev |
| 49 |
| 50 |
| 51 License |
| 52 ======= |
| 53 |
| 54 This program is under the terms of GPL (GNU General Public License). |
| 55 Have a look at ``COPYING`` file for more information. |
| 56 |
| 57 |
| 58 .. _`docs/rope.rst`: docs/rope.html |
| 59 .. _`docs/overview.rst`: docs/overview.html |
| 60 .. _`docs/contributing.rst`: docs/contributing.html |
| 61 .. _`docs/library.rst`: docs/library.html |
| 62 |
| 63 .. image:: https://secure.travis-ci.org/python-rope/rope.png |
| 64 :alt: Build Status |
OLD | NEW |