PackageSource
Inspired by Sphinx, this tool is designed for generating the Docusaurus documentation project from Python docstrings.
Modules
| Member | Description |
|---|
| components | The components used for building the documentations. |
| core | The core functionalities used to analyze the Python codes and docstrings. |
| renderer | The centralized renderer used to produce the Markdown format of the documentation. |
Aliases
| Member | Description |
|---|
| walker | The inspector and analyzer that walks through and processes the nested package and module members. |
| render_obj | Render an arbitrary object as a documentation page. |
| render_package_as_mdx | Render a package as MDX documentation files. |