renderer
PackageSource
The centralized renderer used to produce the Markdown format of the documentation. Some test.
Modules
| Member | |
|---|---|
| components | The implementation of the component synthesizer. |
| saver | The saver used for dumping output files. |
| resources | Rendering the resource files into the documentation. |
| page | The synthesis of an API documentation page. |
| package | Walkthrough a python package, and render the package docstrings as the mdx-formatted API documentation. |
Aliases
| Member | |
|---|---|
| render_obj | Render an arbitrary object as a documentation page. |
| render_package_as_mdx | Render a package as MDX documentation files. |