File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ See the [idmtools documentation][idmtools] for a diagram of how each of the rela
1313The 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{%
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ]
7070find = {include = [" emod_api*" ]}
You can’t perform that action at this time.
0 commit comments