Skip to content

Commit 5837553

Browse files
authored
Clean up docs (#56)
1 parent dbebc43 commit 5837553

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/bib.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
[emodpy]: https://docs.idmod.org/projects/emodpy/en/latest/index.html
2-
[idmtools]: https://docs.idmod.org/projects/idmtools/en/latest/index.html
1+
[emodpy]: https://docs.idmod.org/projects/emodpy/
2+
[emod-api]: https://docs.idmod.org/projects/emod-api/
3+
[idmtools]: https://docs.idmod.org/projects/idmtools/
34
[emod-generic]: https://docs.idmod.org/projects/emod-generic/en/latest/parameter-overview.html
45
[idmod]: https://www.idmod.org/
56
[idm_pypi]: https://packages.idmod.org/

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See the [idmtools documentation][idmtools] for a diagram of how each of the rela
1313
The emod-api package is currently available on a [Python package index server][idm_pypi] managed by the [Institute for Disease Modeling][idmod].
1414

1515
```
16-
pip install --extra-index-url=https://packages.idmod.org/api/pypi/pypi-production/simple
16+
pip install emod-api --extra-index-url=https://packages.idmod.org/api/pypi/pypi-production/simple
1717
```
1818

1919
{%

mkdocs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,11 @@ plugins:
4646
- mkdocs-autoapi:
4747
autoapi_ignore:
4848
- .github/**/*
49+
- build/**/*
50+
- docs/**/*
4951
- emod_api/.dtk_tools/**/*
5052
- emod_api/**/__main__.py
5153
- tests/**/*
52-
- build/**/*
53-
- docs/*
54-
- setup.py
5554
autoapi_add_nav_entry: false
5655
- mkdocstrings:
5756

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ test = [
6363
]
6464

6565
[project.urls]
66-
Repository="https://github.com/EMOD-Hub/emod-api"
67-
Issues="https://github.com/EMOD-Hub/emod-api/issues"
66+
Repository = "https://github.com/EMOD-Hub/emod-api"
67+
Issues = "https://github.com/EMOD-Hub/emod-api/issues"
6868

6969
[tool.setuptools.packages]
7070
find = {include = ["emod_api*"]}

0 commit comments

Comments
 (0)