We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ade8a commit 1d31f6dCopy full SHA for 1d31f6d
docs/source/plugins.rst
@@ -71,6 +71,9 @@ below (see :ref:`plugins-extension-points`).
71
Extension Invocation
72
--------------------
73
74
+Direct Action
75
+~~~~~~~~~~~~~
76
+
77
Plugins can attach to each hook in two different ways. The default is
78
to have a function run and do some work directly. For example, the
79
``initialize()`` function for the user scripts plugin creates default
@@ -86,7 +89,7 @@ user scripts when ``virtualenvwrapper.sh`` is loaded.
86
89
.. _plugins-user-env:
87
90
88
91
Modifying the User Environment
-------------------------------
92
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
93
94
There are cases where the extension needs to update the user's
95
environment (e.g., changing the current working directory or setting
0 commit comments