Skip to content

Commit d483798

Browse files
committed
nicer titles for configuration section
1 parent b7d4fe3 commit d483798

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

docs/en/install.rst

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,15 @@ Quick-Start
6666
5. Run: ``workon``
6767
6. This time, the ``temp`` environment is included.
6868

69-
Customization
69+
Configuration
7070
=============
7171

72-
WORKON_HOME
73-
-----------
72+
virtualenvwrapper can be customized by changing environment
73+
variables. Set the variables in your shell startup file *before*
74+
loading ``virtualenvwrapper.sh``.
75+
76+
Location of Environments
77+
------------------------
7478

7579
The variable ``WORKON_HOME`` tells virtualenvwrapper where to place
7680
your virtual environments. The default is ``$HOME/.virtualenvs``. If
@@ -79,20 +83,20 @@ be created automatically.
7983

8084
.. _variable-VIRTUALENVWRAPPER_HOOK_DIR:
8185

82-
VIRTUALENVWRAPPER_HOOK_DIR
83-
--------------------------
86+
Location of Hook Scripts
87+
------------------------
8488

8589
The variable ``VIRTUALENVWRAPPER_HOOK_DIR`` tells virtualenvwrapper
86-
where the user-defined hooks should be placed. The default is
87-
``$WORKON_HOME``.
90+
where the :ref:`user-defined hooks <scripts>` should be placed. The
91+
default is ``$WORKON_HOME``.
8892

8993
.. _variable-VIRTUALENVWRAPPER_LOG_DIR:
9094

91-
VIRTUALENVWRAPPER_LOG_DIR
92-
-------------------------
95+
Location of Hook Logs
96+
---------------------
9397

9498
The variable ``VIRTUALENVWRAPPER_LOG_DIR`` tells virtualenvwrapper
95-
where the user-defined logs should be written. The default is
99+
where the logs for the hook loader should be written. The default is
96100
``$WORKON_HOME``.
97101

98102
.. _variable-VIRTUALENVWRAPPER_VIRTUALENV:

0 commit comments

Comments
 (0)