Skip to content
Mitzi Morris edited this page Oct 8, 2021 · 5 revisions

This is the Wiki for CmdStanPy, a lightweight interface to Stan for Python users.

  • CmdStanPy is implemented in Python3

  • CmdStanPy uses numpy ndarrays and pandas DataFrames

  • It requires a local install of CmdStan, which in turn requires a working C++ toolchain.

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.

Clone this wiki locally