Skip to content

Commit

Permalink
Merge branch 'master' of github.com:arm61/uravu
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew McCluskey committed Feb 25, 2020
2 parents ef4e746 + 834e7ba commit 32993fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
We aspire to deal with all pull requests in a timely manner. Please be patient.

Ideally, pull requests will respect the underlying intrastructure of `uravu`, pass all tests, pass a `flake8` run, and be well documented.
However, please do not let this put novice programmers off contributing.
All contributions are welcome.
3 changes: 3 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------------

Expand All @@ -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
Expand Down

0 comments on commit 32993fc

Please sign in to comment.