param_docs¶
Test package for generating docs from param.Parameterized classes
Free software: MIT license
Documentation: https://param-doc.readthedocs.io.
Features¶
This an example project of how to customize sphinx autodoc generation from param.Parameterized classes. The aim is to generate docs which are informative for users of the web application, where components are by param.Parameterized subclass ‘controllers’.
Numpydoc style docstrings are assumed for normal (non Parameterized) classes, which is supressed for Parameterized classes.
Credits¶
The code for formatting docstrings is based on Pyviz’ nbsite paramdoc
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.