Skip to content

Commit 1d31f6d

Browse files
committed
doc restructuring
1 parent d6ade8a commit 1d31f6d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/source/plugins.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ below (see :ref:`plugins-extension-points`).
7171
Extension Invocation
7272
--------------------
7373

74+
Direct Action
75+
~~~~~~~~~~~~~
76+
7477
Plugins can attach to each hook in two different ways. The default is
7578
to have a function run and do some work directly. For example, the
7679
``initialize()`` function for the user scripts plugin creates default
@@ -86,7 +89,7 @@ user scripts when ``virtualenvwrapper.sh`` is loaded.
8689
.. _plugins-user-env:
8790

8891
Modifying the User Environment
89-
------------------------------
92+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9093

9194
There are cases where the extension needs to update the user's
9295
environment (e.g., changing the current working directory or setting

0 commit comments

Comments
 (0)