Skip to content

Commit f68f1a8

Browse files
committed
wip: Refactor
1 parent 7838fff commit f68f1a8

3 files changed

Lines changed: 304 additions & 125 deletions

File tree

docs/reference.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
11

2-
::: mkdocstrings
3-
4-
::: mkdocstrings.cli
5-
6-
::: mkdocstrings.cli.should_keep
7-
8-
::: mkdocstrings.plugin
9-
10-
::: mkdocstrings.plugin.MkdocstringsPlugin
2+
::: mkdocstrings.MkdocstringsPlugin

src/mkdocstrings/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77
please refer to the README.md included in this package to get the link to the official documentation.
88
"""
99

10-
__all__ = []
10+
from .plugin import MkdocstringsPlugin
11+
12+
__all__ = ["MkdocstringsPlugin"]

0 commit comments

Comments
 (0)