Skip to content

Commit 02f05b6

Browse files
committed
even more doc cleanup
1 parent 1d31f6d commit 02f05b6

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

docs/source/developers.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
For Developers
33
##############
44

5-
If you would like to contribute, these instructions should help you
6-
get started. Patches, bug reports, and feature requests are all
7-
welcome through the `BitBucket site
5+
If you would like to contribute to virtualenvwrapper directly, these
6+
instructions should help you get started. Patches, bug reports, and
7+
feature requests are all welcome through the `BitBucket site
88
<http://bitbucket.org/dhellmann/virtualenvwrapper/>`_. Contributions
99
in the form of patches or pull requests are easier to integrate and
1010
will receive priority attention.
@@ -14,7 +14,7 @@ Building Documentation
1414

1515
The documentation for virtualenvwrapper is written in reStructuredText
1616
and converted to HTML using Sphinx. The build itself is driven by
17-
Paver. You will need the following packages in order to build the
17+
make. You will need the following packages in order to build the
1818
docs:
1919

2020
- Sphinx

docs/source/extensions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
user_scripts
88
============
99

10+
The ``user_scripts`` extension is delivered with virtualenvwrapper and
11+
enabled by default. It implements the user customization script
12+
features described in :ref:`scripts`.

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ Details
7070
command_ref
7171
hooks
7272
tips
73-
history
7473
developers
7574
extensions
75+
history
7676

7777
.. _references:
7878

docs/source/plugins.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
Extension Plugins
55
===================
66

7-
virtualenvwrapper adds several extension points for modifying its
8-
behavior. End-users can use shell scripts or other programs for
9-
personal customization (see :ref:`scripts`). Extensions can also be
10-
implemented in Python by using Distribute_ *entry points*, making
11-
it possible to share common behaviors between systems.
7+
virtualenvwrapper includes several ways to modify its behavior.
8+
End-users can use shell scripts or other programs for personal
9+
customization (see :ref:`scripts`). Extensions can also be
10+
implemented in Python by using Distribute_ *entry points*, making it
11+
possible to share common behaviors between systems.
1212

1313
Defining an Extension
1414
=====================
@@ -34,7 +34,7 @@ namespace by setting up their source tree like:
3434
* __init__.py
3535
* user_scripts.py
3636

37-
And placing the following code in the ``__init__.py``::
37+
And placing the following code in ``__init__.py``::
3838

3939
"""virtualenvwrapper module
4040
"""

0 commit comments

Comments
 (0)