Skip to content

Commit

Permalink
Change docs URLs to specific branch docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdehning committed May 26, 2020
1 parent ca65492 commit 00a44fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Bayesian inference and forecast of COVID-19, code repository

[![Documentation Status](https://readthedocs.org/projects/covid19-inference/badge/?version=latest)](https://covid19-inference.readthedocs.io/en/latest/doc/gettingstarted.html)
[![Documentation Status](https://readthedocs.org/projects/covid19-inference/badge/?version=v0.1.7)](https://covid19-inference.readthedocs.io/en/v0.1.7/doc/gettingstarted.html)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

This is a Bayesian python toolbox for inference and forecast of the spread of the Coronavirus.

Check out our [documentation](https://covid19-inference.readthedocs.io/en/latest/doc/gettingstarted.html).
Check out our [documentation](https://covid19-inference.readthedocs.io/en/v0.1.7/doc/gettingstarted.html).

An example notebook for one bundesland is [here](scripts/example_one_bundesland.ipynb), and for an hierarchical analysis of the bundeslaender [here](scripts/example_bundeslaender.ipynb) (could still have some problems).

Expand Down

0 comments on commit 00a44fe

Please sign in to comment.