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 7838fff commit f68f1a8Copy full SHA for f68f1a8
3 files changed
docs/reference.md
@@ -1,10 +1,2 @@
1
2
-::: mkdocstrings
3
-
4
-::: mkdocstrings.cli
5
6
-::: mkdocstrings.cli.should_keep
7
8
-::: mkdocstrings.plugin
9
10
-::: mkdocstrings.plugin.MkdocstringsPlugin
+::: mkdocstrings.MkdocstringsPlugin
src/mkdocstrings/__init__.py
@@ -7,4 +7,6 @@
please refer to the README.md included in this package to get the link to the official documentation.
"""
-__all__ = []
+from .plugin import MkdocstringsPlugin
11
+
12
+__all__ = ["MkdocstringsPlugin"]
0 commit comments