From ee0bc1e65d42c2ece7e8079ab7866a1da6f9ee66 Mon Sep 17 00:00:00 2001 From: Teddy Groves Date: Wed, 4 May 2022 16:18:17 +0200 Subject: [PATCH] Add community page to docs --- docsrc/community.rst | 27 +++++++++++++++++++++++++++ docsrc/index.rst | 1 + 2 files changed, 28 insertions(+) create mode 100644 docsrc/community.rst diff --git a/docsrc/community.rst b/docsrc/community.rst new file mode 100644 index 00000000..6e319922 --- /dev/null +++ b/docsrc/community.rst @@ -0,0 +1,27 @@ +Community +========= + +This page highlights community projects that involve CmdStanPy. Check them out! + +Project templates +----------------- + +Templates are a great way to piggy back on other users' work, saving you time +when you start a new project. + +- `cookiecutter-cmdstanpy-analysis + `_ A + cookiecutter template for cmdstanpy-based statistical analysis projects. + +Software +-------- + +- `Prophet `_ A procedure for forecasting + time series data based on an additive model where non-linear trends are fit + with yearly, weekly, and daily seasonality, plus holiday effects. + +- `ArviZ `_ A Python package (with a `Julia + interface `_) for exploratory analysis of + Bayesian models. Includes functions for posterior analysis, data storage, + model checking, comparison and diagnostics. + diff --git a/docsrc/index.rst b/docsrc/index.rst index 87d549f5..d31ddaf6 100644 --- a/docsrc/index.rst +++ b/docsrc/index.rst @@ -29,6 +29,7 @@ set of model, data, and posterior estimates. hello_world workflow examples + community api :ref:`genindex`