Skip to content

Commit

Permalink
refs #92 try to fixwarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLim23 committed Jun 10, 2024
1 parent 60316cc commit 0f367fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/source/cf_methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ Odds factor

Check the label for :ref:`integration <eq:int>`

:ref:`odds factor<https://jakevdp.github.io/blog/2015/08/07/frequentism-and-bayesianism-5-model-selection/>`_
:ref:`odds factor<https://jakevdp.github.io/blog/2015/08/07/frequentism-and-bayesianism-5-model-selection/>`


MCMC to eval integral
---------------------

:ref:`MCMC <https://en.wikipedia.org/wiki/Markov_chain_Monte_Carlo>`_
:ref:`MCMC <https://en.wikipedia.org/wiki/Markov_chain_Monte_Carlo>`

Nested sampling
---------------

:ref:`nested sampling <https://en.wikipedia.org/wiki/Nested_sampling_algorithm>`_
:ref:`nested sampling <https://en.wikipedia.org/wiki/Nested_sampling_algorithm>`

AIC and BIC
-----------
Expand Down
6 changes: 3 additions & 3 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Installation
------------

The quickBayes package is easy to install using code:`pip`.
The library is available on `PyPi<https://pypi.org/project/quickBayes/#description>`_ and can be installed with pip:
The library is available on `PyPi <https://pypi.org/project/quickBayes/#description>` and can be installed with pip:

.. code-block:: python
Expand All @@ -16,10 +16,10 @@ The library is available on `PyPi<https://pypi.org/project/quickBayes/#descripti
Reporting Issues
----------------

To report an issue please create a `github issue<https://github.com/ISISNeutronMuon/quickBayes/issues>`_ with the details of the bug.
To report an issue please create a `github issue <https://github.com/ISISNeutronMuon/quickBayes/issues>` with the details of the bug.


Support
-------

Support will be provided via `github issues<https://github.com/ISISNeutronMuon/quickBayes/issues>`_, please outline the problem in a new issue.
Support will be provided via `github issues <https://github.com/ISISNeutronMuon/quickBayes/issues>`, please outline the problem in a new issue.

0 comments on commit 0f367fb

Please sign in to comment.