Skip to content

Commit

Permalink
Changed some remaining malaria references (from template) to typhiod.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Bloedow committed Sep 28, 2023
1 parent 1e51ba2 commit 8578161
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/_templates/breadcrumbs.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{% extends '!breadcrumbs.html' %}
{% block breadcrumbs %}
<li><a href="https://idmod.org/documentation">IDM docs</a> &raquo;</li>
<li><a href="{{ pathto(master_doc) }}">emodpy-malaria</a> &raquo;</li>
<li><a href="{{ pathto(master_doc) }}">emodpy-typhoid</a> &raquo;</li>
{% for doc in parents %}
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> &raquo;</li>
{% endfor %}
<li>{{ title }}</li>
{% endblock %}
{% endblock %}
4 changes: 2 additions & 2 deletions docs/_templates/footer.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% extends '!footer.html' %}
{% block extrafooter %}
<p>emodpy-malaria is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">Creative Commons
<p>emodpy-typhoid is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">Creative Commons
Attribution-ShareAlike 4.0 International License</a>.</p>
<p>Send documentation feedback to <a href="mailto:[email protected]" target="_top">[email protected]</a></p>
<p><a href="https://www.gatesfoundation.org/Privacy-and-Cookies-Notice">Privacy and Cookies Notice</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<a href="https://www.gatesfoundation.org/Terms-of-Use">Terms of Use</a></p>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion docs/variables.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

.. |IDM_l| replace:: Institute for Disease Modeling (IDM)
.. |EMODPY_s| replace:: emodpy
.. |EMODPY_typhoid| replace:: typhoid
.. |EMODPY_typhoid| replace:: emodpy-typhoid
.. |emod_api| replace:: emod-api
.. |IDM_s| replace:: IDM
.. |EMOD_l| replace:: Epidemiological MODeling software (EMOD)
Expand Down

0 comments on commit 8578161

Please sign in to comment.