diff options
| author | Justin Mayer <entroP@gmail.com> | 2020-11-20 15:39:52 +0100 |
|---|---|---|
| committer | Justin Mayer <entroP@gmail.com> | 2020-11-20 15:39:52 +0100 |
| commit | 67e27ca7cd36f4b9cd27418d171cb2e5c25df9ea (patch) | |
| tree | 283a825cf08e7300b920e1275bca69cbcc369d8f /docs | |
| parent | e3c7a915e500e17b668ddebfb1cc7e30673dbf33 (diff) | |
| download | pelican-67e27ca7cd36f4b9cd27418d171cb2e5c25df9ea.tar.gz | |
pelican-plugins only shows auto-discovered plugins
Document and clarify that only Pip-installed namespace plugins will be
shown when running the `pelican-plugins` command.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/plugins.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/plugins.rst b/docs/plugins.rst index 3a56ed07..f661afb8 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -12,8 +12,8 @@ How to use plugins Starting with version 4.5, Pelican moved to a new plugin structure utilizing namespace packages that can be easily installed via Pip_. Plugins supporting this structure will install under the namespace package ``pelican.plugins`` and -can be automatically discovered by Pelican. To see a list of plugins that are -active in your environment, run:: +can be automatically discovered by Pelican. To see a list of Pip-installed +namespace plugins that are active in your environment, run:: pelican-plugins |
