Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 565018 | Differences between
and this patch

Collapse All | Expand All

(-)a/docs/contributing.rst (-2 / +2 lines)
Lines 45-51 about them, don't hesitate to discuss it in the mailing list. Link Here
45
Getting Ready For Python 3.0
45
Getting Ready For Python 3.0
46
----------------------------
46
----------------------------
47
Checkout http://bitbucket.org/agr/rope_py3k Mercurial_ repository.
47
Checkout http://bitbucket.org/agr/rope_py3k Mercurial repository.
48
Contributions are welcome.
48
Contributions are welcome.
49
Write Plugins For Other IDEs
49
Write Plugins For Other IDEs
Lines 79-85 Source Repository Link Here
79
=================
79
=================
80
Rope uses GitHub_. The repository exists at
80
Rope uses GitHub_. The repository exists at
81
`https://github.com/python-rope/rope`_.
81
`https://github.com/python-rope/rope`.
82
Submitting patches
82
Submitting patches
(-)a/docs/library.rst (-1 / +1 lines)
Lines 72-78 In rope, files and folders in a project are accessed through Link Here
72
``Change``\s (we'll talk about them later) use resources.
72
``Change``\s (we'll talk about them later) use resources.
73
There are two options for creating a ``Resource`` for a path in a project.
73
There are two options for creating a ``Resource`` for a path in a project.
74
The first approach uses the `Project.get_resource()`_ method.
74
The first approach uses the `Project.get_resource()` method.
75
.. code-block:: python
75
.. code-block:: python

Return to bug 565018