Skip to content

lmcinnes/param_docs

 
 

Repository files navigation

param_docs

Documentation Status

Test package for generating docs from param.Parameterized classes

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.

About

Handle Param sphinx docstrings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.1%
  • Makefile 17.9%