Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 2.71 KB

File metadata and controls

44 lines (22 loc) · 2.71 KB

We welcome contributions to the project and we could really use your help to:

  • Investigate and fix reported bugs

  • Improve the workflow

  • Improve the documentation

  • Increase test coverage

All contributions must follow the Stan AI Contribution Policy.

Developers

We welcome contributions! Contributions should follow the general outlines of the Stan Developer Process

Documentation

CmdStanPy uses Sphinx to generate the docs.

  • Documentation src files live in directory docsrc

  • The documentation is hosted on readthedocs as https://cmdstanpy.readthedocs.io, which provides documentation for all tagged releases.

    • The stable branch is the most recent tagged version

    • The latest branch is the current develop branch

    • Readthedocs automation rules are used to generate docs for new tags.

  • The current develop branch docset in the docs directory is hosted by GitHub pages as https://mc-stan.org/cmdstanpy The Sphinx makefile docsrc/Makefile target github is used to update the contents of the docs directory.