You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,7 +47,7 @@ generate documentation for is irrelevant.
47
47
48
48
* Understands multiple documentation styles (Sphinx, Google, Pydoc-Markdown specific) and converts them to properly
49
49
formatted Markdown
50
-
* Can parse docstrings for variables thanks to [docspec][] (`#:` block before or string literal after the statement)
50
+
* Can parse docstrings for variables thanks to [docspec](https://niklasrosenstein.github.io/python-docspec/) (`#:` block before or string literal after the statement)
51
51
* Generates links to other API objects per the documentation syntax (e.g. `#OtherClass` for the Pydoc-Markdown style)
52
52
* Configure the output using a YAML file or `pyProject.toml`, then you're only one command away to generate the
0 commit comments