Skip to content

Commit

Permalink
Docs badge on README. Different pygments style.
Browse files Browse the repository at this point in the history
  • Loading branch information
davipatti committed Aug 18, 2021
1 parent 79d0e79 commit fb7b1a3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[![Documentation Status](https://readthedocs.org/projects/ititer/badge/?style=flat-square)](https://ititer.readthedocs.io/en/latest/?badge=latest)

# ititer

Infer inflection and endpoint titers from serial dilution assays using Bayesian hierarchical modelling.

## Install
Expand All @@ -11,10 +14,12 @@ pip install ititer

## Usage

See the documentation at [ititer.readthedocs.io](https://ititer.readthedocs.io/).

## Authors

* David J. Pattinson

## License

This project is licensed under the MIT license.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@
extensions = ["sphinx.ext.autodoc"]
autodoc_typehints = "description"
autodoc_member_order = "bysource"
pygments_style = "sphinx"

html_theme_options = {
"github_user": "IRI-UW-Bioinformatics",
"github_repo": "ititer",
"github_button": True,
}


# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit fb7b1a3

Please sign in to comment.