Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ serialize = {major}.{minor}.{patch}{release}

[bumpversion:file:./pyproject.toml]
serialize = {major}.{minor}.{patch}{release}
{major}.{minor}.{patch}
{major}.{minor}.{patch}
19 changes: 0 additions & 19 deletions docs/customization/javascripts/mathjax.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{# page partial for GTM analytics code, extends "!page.html"
#}

{% block extrahead %}

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NK4K647');</script>
<!-- End Google Tag Manager -->

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NK4K647"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<meta name="google-site-verification" content="L6w2tbHp4xFTm04T0CdrrzqX_T9PH-bpQnGGYuwuAE4" />

{% endblock %}
2 changes: 1 addition & 1 deletion docs/how_to/how_to_ingest_form.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ingest Form
# Ingest form

The [filling an ingest form reference](../reference/ingest_form.md) covers the context in which the macros
noted in this how-to are used.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/age_bin_format.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ingest Form Age Bin Format
# Ingest form age bin format

The ingest form uses a particular format for age bins. These age bins are used on multiple sheets: **Site**,
**Analyzers**, and **observational data** sheets.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/ingest_form.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ingest Form
# Ingest form

An ingest form is a multi-sheet Excel spreadsheet that organizes reference data and sets analysis controls
for the `calibrate` command. It controls the non-iterative aspects of a calibration process, while the `calibrate`
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/sweeps.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# **Sweep files**
# Sweep files

A sweep file is a Python file that specifies sets of hyperparameter overrides,
often referred to as "scenarios". Scenarios address specific scientific questions,
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/virtual_environments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Virtual Environments
# Virtual environments

## Why use virtual environments

Expand Down
6 changes: 3 additions & 3 deletions docs/tutorials/create_project.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Create Project
# Create a project

## Objective

Expand Down Expand Up @@ -318,8 +318,8 @@ country model.

See the other tutorials on modifying the configuration:

- [Modify Configuration](modify_configuration.md)
- [Modify Campaign](modify_campaign.md)
- [Modify configuration](modify_configuration.md)
- [Modify campaign](modify_campaign_1_minimal_campaign.md)

## Next up: Running your baseline frame

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/get_started.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Get Started with EMOD-HIV and emodpy-workflow
# Get started with EMOD-HIV and emodpy-workflow

## Assumptions

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/modify_configuration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Modify Configuration Parameters
# Modify configuration parameters

Configuration parameters are simulation-wide parameters that affect how EMOD runs at a fundamental level. These include
parameters related, but not limited to:
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/modify_reports.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Modify Reports
# Modify reports

Reports are output (files) generated by EMOD. There are multiple built-in EMOD reports that are configured by Python
code as well as the ability to create custom reports for a project.
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/run_calibration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Run Calibration
# Run calibration

## What is calibration?

Expand Down
6 changes: 3 additions & 3 deletions docs/tutorials/run_emod.md
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,8 @@ in the simulation.
Now that you have run EMOD once, investigate the other tutorials where you can
modify the simulation and run the model.

- [Modify Reports](modify_reports.md)
- [Modify Configuration](modify_configuration.md)
- [Modify Campaign](modify_campaign.md)
- [Modify reports](modify_reports.md)
- [Modify configuration](modify_configuration.md)
- [Modify campaign](modify_campaign_1_minimal_campaign.md)


2 changes: 1 addition & 1 deletion docs/tutorials/setup.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Install and Set Up
# Install and set up

## Choose to run the tutorials locally or use [GitHub Codespaces](https://docs.github.com/en/codespaces/about-codespaces/what-are-codespaces).

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/sweep_parameter.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Create Scenarios and Do Sweeps
# Create scenarios and do sweeps

This tutorial utilizes ParameterizedCalls. The tutorial covering them is located [here](use_parameterized_calls.md)
and should be completed first.
Expand Down
2 changes: 1 addition & 1 deletion emodpy_workflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.5"
__version__ = "1.0.5"
7 changes: 3 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ plugins:
- mkdocs-jupyter: # enables Jupyter notebooks to be rendered
execute: true
allow_errors: false # set to true to continue executing cells even if one fails
include-source: true
include_source: true

copyright: Copyright &copy; 2025 Gates Foundation. All rights reserved.

Expand All @@ -135,9 +135,8 @@ extra:
link: https://linkedin.com/company/institute-disease-modeling

analytics:
provider: google
property: G-SVDSQH04EM
tracking_id: # no tracking until we can implement OneTrust cookie consent
provider: custom
property: GTM-NK4K647
feedback:
title: Was this page helpful?
ratings:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,3 @@ emodpy_workflow = [

[tool.pip]
extra-index-url = "https://packages.idmod.org/api/pypi/pypi-production/simple"

Loading