Skip to content

Latest commit

 

History

History
43 lines (21 loc) · 2.58 KB

CONTRIBUTING.md

File metadata and controls

43 lines (21 loc) · 2.58 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

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.