/usr/share/doc/python-rope/rope.rst is in python-rope 0.10.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | Features
========
Features implemented so far:
* Refactorings
* Rename everything!
* Extract method/local variable
* Move class/function/module/package/method
* Inline method/local variable/parameter
* Restructuring (like converting ``${a}.f(${b})`` to
``${b}.g(${a})`` where ``a: type=mymod.A``)
* Introduce factory
* Change method signature
* Transform module to package
* Encapsulate field
* Replace method with method object
* And a few others
* Refactoring Features
* Extracting similar statements in extract refactorings
* Fixing imports when needed
* Previewing refactorings
* Undo/redo refactorings
* Stopping refactorings
* Cross-project refactorings
* Basic implicit interfaces handling in rename and change signature
* Mercurial_, GIT_, Darcs_ and SVN (pysvn_ library) support in
refactorings
* IDE helpers
* Auto-completion
* Definition location
* Get pydoc
* Find occurrences
* Organize imports (remove unused and duplicate imports and sort them)
* Generating python elements
* Object Inference
* Static and dynamic object analysis
* Handling built-in container types
* Saving object information on disk and validating them
For more information see `overview.rst`_.
.. _overview.rst: overview.rst
.. _pysvn: http://pysvn.tigris.org
.. _Mercurial: http://selenic.com/mercurial
.. _GIT: http://git.or.cz
.. _darcs: http://darcs.net
|