File tree Expand file tree Collapse file tree 4 files changed +14
-11
lines changed
Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 22For 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
99in the form of patches or pull requests are easier to integrate and
1010will receive priority attention.
@@ -14,7 +14,7 @@ Building Documentation
1414
1515The documentation for virtualenvwrapper is written in reStructuredText
1616and 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
1818docs:
1919
2020- Sphinx
Original file line number Diff line number Diff line change 77user_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 `.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
1313Defining 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 """
You can’t perform that action at this time.
0 commit comments