GitXplorerGitXplorer
p

pymc-dash-docset

public
0 stars
0 forks
6 issues

Commits

List of commits on branch main.
Verified
5b776ff078f839cb0cf8048128a500eda52d6a21

Merge pull request #3 from paw-lu/dependabot/github_actions/salsify/action-detect-and-tag-new-version-2.0.3

ppaw-lu committed 2 years ago
Verified
3801b0c5ea1f680cb5c1917c41c2b5d3f739b473

:arrow_up: Bump salsify/action-detect-and-tag-new-version

ddependabot[bot] committed 2 years ago
Unverified
10969a24d57a2f236cf76f27ba3d8ac02dc001d8

:sparkles: Generate PyMC docset

ppaw-lu committed 2 years ago
Unverified
0601f2d7ad1f739090c9a80765fcc8460d321b11

:tada: Generate project for pymc

ppaw-lu committed 2 years ago

README

The README file for this repository.

pymc dash docset

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.

How this project works

  1. When a new version of pymc releases, A pull request is created by Dependabot updating doc-requirements.txt.
  2. An update of doc-requirements.txt will trigger the docs to build on the newest tagged release of pymc (nox --tags build).
  3. 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.

Credits

This project was generated by Cookiecutter Dash docset