We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, our Python APIs are manually added to the docs, which can potentially result in API <-> Docs mismatch.
Use mkdocstrings within the docs to automatically generate markdown based on Python code, type hints, and docstrings.
mkdocstrings
Implementing this is currently blocked by these issues:
show
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Situation
Currently, our Python APIs are manually added to the docs, which can potentially result in API <-> Docs mismatch.
Proposed Actions
Use
mkdocstrings
within the docs to automatically generate markdown based on Python code, type hints, and docstrings.Implementing this is currently blocked by these issues:
show
settings to markdown generator mkdocstrings/mkdocstrings#466The text was updated successfully, but these errors were encountered: