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 2
2
For Developers
3
3
##############
4
4
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
8
8
<http://bitbucket.org/dhellmann/virtualenvwrapper/> `_. Contributions
9
9
in the form of patches or pull requests are easier to integrate and
10
10
will receive priority attention.
@@ -14,7 +14,7 @@ Building Documentation
14
14
15
15
The documentation for virtualenvwrapper is written in reStructuredText
16
16
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
18
18
docs:
19
19
20
20
- Sphinx
Original file line number Diff line number Diff line change 7
7
user_scripts
8
8
============
9
9
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
70
70
command_ref
71
71
hooks
72
72
tips
73
- history
74
73
developers
75
74
extensions
75
+ history
76
76
77
77
.. _references :
78
78
Original file line number Diff line number Diff line change 4
4
Extension Plugins
5
5
===================
6
6
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.
12
12
13
13
Defining an Extension
14
14
=====================
@@ -34,7 +34,7 @@ namespace by setting up their source tree like:
34
34
* __init__.py
35
35
* user_scripts.py
36
36
37
- And placing the following code in the ``__init__.py ``::
37
+ And placing the following code in ``__init__.py ``::
38
38
39
39
"""virtualenvwrapper module
40
40
"""
You can’t perform that action at this time.
0 commit comments