Generates a documentation set for pymc for use in Dash compatible API browsers using doc2dash and automatically contributes it to Kapeli/Dash-User-Contributions so that it may be available for others.
- When a new version of pymc releases,
A pull request is created by Dependabot
updating
doc-requirements.txt
. - An update of
doc-requirements.txt
will trigger the docs to build on the newest tagged release of pymc (nox --tags build
). - A pull request will be generated contributing the docset to Kapeli/Dash-User-Contributions where it will be available to others after it is merged.
This project was generated by Cookiecutter Dash docset