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 5e3c7bc commit e47241fCopy full SHA for e47241f
README.md
@@ -3,6 +3,9 @@
3

4
[](https://pypi.org/project/pydoc-markdown/)
5
6
+> __Disclaimer__: I don't find enough time to properly maintain and develop this project. If you want to generate
7
+> docstrings for your Python project with MkDocs, consider [mkdocstrings](https://mkdocstrings.github.io/) instead.
8
+
9
Pydoc-Markdown is a tool to create Python API documentation in Markdown format. Instead of executing your Python
10
code like so many other documentation tools, it parses it using [docspec][] instead.
11
0 commit comments