Skip to content

Commit

Permalink
Corrected links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWenger authored Jul 22, 2020
1 parent f6569f4 commit 54bf5b4
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ measures over the output of a numerical routine, which then can be propagated al
This repository aims to implement methods from PN in Python 3 and to provide a common interface for them. This is
currently a work in progress, therefore interfaces are subject to change.

## Installation and Documentation
## Installation
You can install this Python 3 package using `pip` (or `pip3`):
```bash
pip install git+https://github.com/probabilistic-numerics/probnum.git
Expand All @@ -24,13 +24,10 @@ Alternatively you can clone this repository with
git clone https://github.com/probabilistic-numerics/probnum
pip install probnum/.
```
For tips on getting started and how to use this package please refer to the
[documentation](https://probnum.readthedocs.io).

## Examples
Examples of how to use this repository are available in the
[tutorials section](https://probnum.readthedocs.io/en/latest/tutorials/tutorials.html) of the documentation. It
contains Jupyter notebooks illustrating the basic usage of implemented probabilistic numerics routines.
## Documentation and Examples
For tips on getting started and how to use this package please refer to the
[**documentation**](https://probnum.readthedocs.io). It contains a [quickstart guide](https://probnum.readthedocs.io/en/latest/introduction/quickstart.html) and Jupyter notebooks illustrating the basic usage of implemented probabilistic numerics routines.

## Package Development
This repository is currently under development and benefits from contribution to the code, examples or documentation.
Expand Down

0 comments on commit 54bf5b4

Please sign in to comment.