From 73a1b40622d4ff06c1ab7acafab8b0d758d91b7e Mon Sep 17 00:00:00 2001 From: Andrew McCluskey Date: Thu, 23 Apr 2020 10:27:01 +0100 Subject: [PATCH] more style --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 3367291..9aba48f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -10,7 +10,7 @@ making Bayesian modelling easy(er) The aim of :py:mod:`uravu` is to make using the **amazing** Bayesian inference libraries that are available in Python as easy as :py:function:`scipy.optimize.curve_fit`. Therefore enabling many more to make use of these exciting tools and powerful libraries. -Plus, we have some nice plotting functionalities available in the :mod:`plotting` module, capable of generating publication quality figures. +Plus, we have some nice plotting functionalities available in the :py:mod:`~uravu.plotting` module, capable of generating publication quality figures. .. image:: sample_fig.png :alt: An example of the type of figures that uravu can produce. Showing straight line distribution with increasing uncertainty.