Skip to content

Commit

Permalink
Doc tidy up (#88)
Browse files Browse the repository at this point in the history
* refs #87 doc tidy up

* refs #87 doc tidy up

* refs #87 doc tidy up
  • Loading branch information
AnthonyLim23 authored Feb 29, 2024
1 parent 7b6a094 commit e7843f9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ The library is available on [PyPi](https://pypi.org/project/quickBayes/#descript
> python -m pip install quickBayes
```

The user documentation is `here <https://quickbayes.readthedocs.io/en/latest/>`.
The user documentation is [here](https://quickbayes.readthedocs.io/en/latest/).

The developer documentation is `here <https://quickbayes.readthedocs.io/en/latest/dev/index.html>`.
The developer documentation is [here](https://quickbayes.readthedocs.io/en/latest/dev/index.html).
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Contents
:caption: Contents:

Introduction <intro>
Installation and support <install>
Fitting <fitting/index>
loglikelihood
Workflows <workflows/index>
Expand Down
19 changes: 19 additions & 0 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Installation
============

The library is available on `PyPi<https://pypi.org/project/quickBayes/#description>` and can be installed with pip:

.. code-block:: python
python -m pip install quickBayes
Reporting Issues
================

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.

0 comments on commit e7843f9

Please sign in to comment.