Skip to content

Commit

Permalink
Fix missing requirement in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrrock2 committed May 24, 2024
1 parent 9c7afd6 commit a83acf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/full_ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ networkx==2.7.1
geopandas==0.8.2
matplotlib==3.5.1
scipy==1.10.0
tqdm==4.66.4

0 comments on commit a83acf5

Please sign in to comment.