Skip to content

Commit c4f3ff3

Browse files
committed
add autodoc support to sphinx
1 parent a3c39fa commit c4f3ff3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@
66
Compartmental Epidemic Models in Python
77

88
![GitHub Release](https://img.shields.io/github/v/release/DataForScience/epidemik)
9+
![PyPI - Downloads](https://img.shields.io/pypi/dm/epidemik)
910
![GitHub followers](https://img.shields.io/github/followers/DataForScience)
1011
![GitHub forks](https://img.shields.io/github/forks/DataForScience/epidemik)
1112
![GitHub Repo stars](https://img.shields.io/github/stars/DataForScience/epidemik)
1213
![GitHub License](https://img.shields.io/github/license/DataForScience/epidemik)
1314
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/DataForScience/epidemik)
1415
![GitHub last commit](https://img.shields.io/github/last-commit/DataForScience/epidemik)
16+
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/DataForScience/epidemik)
17+
1518

1619

1720
---

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121

2222
extensions = [
2323
'sphinx_rtd_theme',
24+
'sphinx.ext.duration',
25+
'sphinx.ext.doctest',
26+
'sphinx.ext.autodoc',
27+
'sphinx.ext.autosummary',
2428
]
2529

2630
templates_path = ['_templates']

0 commit comments

Comments
 (0)