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