From 834e7ba8cd68abd5650501ea666310581c1a3b14 Mon Sep 17 00:00:00 2001 From: Andrew McCluskey Date: Mon, 24 Feb 2020 18:12:36 +0000 Subject: [PATCH] add mention of github to docs --- docs/source/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 47d9dcf..2c99c2f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -22,6 +22,8 @@ However, we have endevoured to make it straightforward to ignore these opinions. In addition to the library and API, we also have some `basic tutorials`_ discussing how Bayesian inference methods can be used in the analysis of data. +``uravu`` is under active development, more details of which can be found on `Github`_. + Bayesian inference in Python ---------------------------- @@ -45,6 +47,7 @@ To see which publications you should reference in your work, the :class:`Relatio .. _scipy.optimize.curve_fit: https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.curve_fit.html .. _basic tutorials: ./tutorials.html +.. _Github: https://github.com/arm61/uravu .. _emcee: https://emcee.readthedocs.io/ .. _dynesty: https://dynesty.readthedocs.io/ .. _Goodman & Weare’s Affine Invariant Markov chain Monte Carlo (MCMC) Ensemble sampler: https://doi.org/10.2140/camcos.2010.5.65