Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Side by Side Diff: tools/telemetry/third_party/rope/README.rst

Issue 1132103009: Example of refactoring using rope library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW
« no previous file with comments | « tools/telemetry/third_party/rope/MANIFEST.in ('k') | tools/telemetry/third_party/rope/docs/contributing.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698