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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/third_party/rope/README.rst
diff --git a/tools/telemetry/third_party/rope/README.rst b/tools/telemetry/third_party/rope/README.rst
new file mode 100644
index 0000000000000000000000000000000000000000..57beaee39922d377e9d8e072b1b2b28dadc915e2
--- /dev/null
+++ b/tools/telemetry/third_party/rope/README.rst
@@ -0,0 +1,64 @@
+
+**Note:** *Please note that this project has been moved to* `GitHub python-rope / rope`_
+
+.. _GitHub python-rope / rope: https://github.com/python-rope/rope
+
+
+========================================
+ rope, a python refactoring library ...
+========================================
+
+
+Overview
+========
+
+`Rope`_ is a python refactoring library.
+
+.. _`rope`: http://rope.sf.net/
+
+
+New Features
+============
+
+* Under new management! Matěj Cepl <mcepl@cepl.eu> takes it hesitantly
+ over
+* Merged all availables pull requests and patches to the main codebase
+* Tests are green again
+
+Getting Started
+===============
+
+* List of features: `<docs/rope.rst>`_
+* Overview of some of rope's features: `<docs/overview.rst>`_
+* Using as a library: `<docs/library.rst>`_
+* Contributing: `<docs/contributing.rst>`_
+
+To change your project preferences edit
+``$PROJECT_ROOT/.ropeproject/config.py`` where ``$PROJECT_ROOT`` is
+the root folder of your project (this file is created the first time
+you open a project).
+
+
+Bug Reports
+===========
+
+Send your bug reports and feature requests to `rope-dev (at)
+googlegroups.com`_.
+
+.. _`rope-dev (at) googlegroups.com`: http://groups.google.com/group/rope-dev
+
+
+License
+=======
+
+This program is under the terms of GPL (GNU General Public License).
+Have a look at ``COPYING`` file for more information.
+
+
+.. _`docs/rope.rst`: docs/rope.html
+.. _`docs/overview.rst`: docs/overview.html
+.. _`docs/contributing.rst`: docs/contributing.html
+.. _`docs/library.rst`: docs/library.html
+
+.. image:: https://secure.travis-ci.org/python-rope/rope.png
+ :alt: Build Status
« 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