Skip to content
Open
Show file tree
Hide file tree
Changes from 11 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
Empty file added docs/source/_static/.gitkeep
Empty file.
3,069 changes: 3,069 additions & 0 deletions docs/source/automated_v_and_v/PPV,_NPV,_Sensitivity_and_Specificity.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
421 changes: 421 additions & 0 deletions docs/source/automated_v_and_v/index.rst

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@
"tables": ("https://www.pytables.org/", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"networkx": ("https://networkx.org/documentation/stable/", None),
"vivarium": ("https://vivarium.readthedocs.io/en/latest/", None),
"vivarium_research": ("https://vivarium-research.readthedocs.io/en/latest/", None),
}


Expand Down
14 changes: 14 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
==========================
Vivarium Testing Utilities
==========================

This repository contains tools for the Institute for Health Metrics and Evaluation's
Simulation Science Team to use in testing simulations.
It is named after our `Vivarium <https://vivarium.readthedocs.io/en/latest/>`_ microsimulation framework.

.. toctree::
:hidden:
:maxdepth: 2

self
automated_v_and_v/index
Loading