From a83acf55a371e42d2de0574e24569e2808b5e0d4 Mon Sep 17 00:00:00 2001 From: peterrrock2 Date: Fri, 24 May 2024 13:10:34 -0600 Subject: [PATCH] Fix missing requirement in docs --- docs/full_ref.rst | 4 ++-- docs/requirements.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/full_ref.rst b/docs/full_ref.rst index 71b39684..b58140d5 100644 --- a/docs/full_ref.rst +++ b/docs/full_ref.rst @@ -121,14 +121,14 @@ Metrics Optimization ------------ -.. automodule:: gerrychain.optimization +.. automodule:: gerrychain.optimization.optimization :members: :undoc-members: :show-inheritance: :noindex: -.. automodule:: gerrychain.gingleator +.. automodule:: gerrychain.optimization.gingleator :members: :undoc-members: :show-inheritance: diff --git a/docs/requirements.txt b/docs/requirements.txt index 51ff209b..aef5653d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,3 +5,4 @@ networkx==2.7.1 geopandas==0.8.2 matplotlib==3.5.1 scipy==1.10.0 +tqdm==4.66.4