@@ -9,26 +9,26 @@ Project templates
99Templates are a great way to piggy back on other users' work, saving you time
1010when you start a new project.
1111
12- - `cookiecutter-cmdstanpy-analysis <https://github.com/teddygroves/cookiecutter-cmdstanpy-analysis >`__
12+ - `cookiecutter-cmdstanpy-analysis <https://github.com/teddygroves/cookiecutter-cmdstanpy-analysis >`_
1313 A cookiecutter template for cmdstanpy-based statistical analysis projects.
1414
15- - `cookiecutter-cmdstanpy-wrapper <https://github.com/WardBrian/cookiecutter-cmdstanpy-wrapper >`__
15+ - `cookiecutter-cmdstanpy-wrapper <https://github.com/WardBrian/cookiecutter-cmdstanpy-wrapper >`_
1616 A cookiecutter template using Stan models in Python packages, including
1717 the ability to pre-compile the model as part of the package distribution.
1818
1919Software
2020--------
2121
22- - `Prophet <https://github.com/facebook/prophet >`__ A procedure for forecasting
22+ - `Prophet <https://github.com/facebook/prophet >`_ A procedure for forecasting
2323 time series data based on an additive model where non-linear trends are fit
2424 with yearly, weekly, and daily seasonality, plus holiday effects.
2525
26- - `ArviZ <https://github.com/arviz-devs/arviz >`__ A Python package (with a ` Julia
27- interface <https://julia.arviz.org/stable/> `__ ) for exploratory analysis of
26+ - `ArviZ <https://github.com/arviz-devs/arviz >`__ A Python package (with a
27+ ` Julia interface <https://julia.arviz.org/stable/ >`_ ) for exploratory analysis of
2828 Bayesian models. Includes functions for posterior analysis, data storage,
2929 model checking, comparison and diagnostics.
3030
31- - `BridgeStan <https://github.com/roualdes/bridgestan >`__ A project which provides efficient
31+ - `BridgeStan <https://github.com/roualdes/bridgestan >`_ A project which provides efficient
3232 in-memory access through Python, Julia, and R to the methods of a Stan model, including
3333 log densities, gradients, Hessians, and constraining and unconstraining transforms.
3434
0 commit comments