-
Notifications
You must be signed in to change notification settings - Fork 1.9k
docs: add plugin API #11201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add plugin API #11201
Conversation
Signed-off-by: Filipe Laíns <lains@riseup.net>
@jezdez could you ping the documentation person on anaconda's side? Thanks! |
for more information, see https://pre-commit.ci
Hey @kathatherine, would you mind taking a quick look if that sounds fine for you? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me other than my one comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor nit
docs/source/plugin-api/index.rst
Outdated
Plugins are implemented via pluggy_ and discovered using Python package | ||
entrypoints. You may refeer to pluggy_'s documentation for full description of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a link to https://packaging.python.org/en/latest/specifications/entry-points/ for the Python entry points docs.
Co-authored-by: Katherine Kinnaman <kkinnaman@anaconda.com>
Co-authored-by: Katherine Kinnaman <kkinnaman@anaconda.com>
* docs: add plugin API Signed-off-by: Filipe Laíns <lains@riseup.net> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update docs/source/plugin-api/index.rst Co-authored-by: Katherine Kinnaman <kkinnaman@anaconda.com> * Update docs/source/plugin-api/index.rst * Update docs/source/plugin-api/index.rst * Update docs/source/plugin-api/index.rst * Update docs/source/plugin-api/index.rst Co-authored-by: Katherine Kinnaman <kkinnaman@anaconda.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jannis Leidel <jannis@leidel.info> Co-authored-by: Katherine Kinnaman <kkinnaman@anaconda.com>
* docs: add plugin API Signed-off-by: Filipe Laíns <lains@riseup.net> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update docs/source/plugin-api/index.rst Co-authored-by: Katherine Kinnaman <kkinnaman@anaconda.com> * Update docs/source/plugin-api/index.rst * Update docs/source/plugin-api/index.rst * Update docs/source/plugin-api/index.rst * Update docs/source/plugin-api/index.rst Co-authored-by: Katherine Kinnaman <kkinnaman@anaconda.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jannis Leidel <jannis@leidel.info> Co-authored-by: Katherine Kinnaman <kkinnaman@anaconda.com> Signed-off-by: Filipe Laíns <lains@riseup.net>
No description provided.