Skip to content

Commit

Permalink
Update plot_subarea_analysis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
r-akemii committed Sep 17, 2024
1 parent 0715ee5 commit 8a8b08e
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions docs/source/examples/assignment_workflows/plot_subarea_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,19 @@
In this example, we show how to perform sub-area analysis using route choice assignment, for a city in La Serena
Metropolitan Area in Chile.
"""
.. admonition:: References
:ref:`route_choice`
.. seealso::
The use of the following functions, methods, classes and modules is shown in this example:
* :func:`aequilibrae.paths.Graph`
* :func:`aequilibrae.paths.RouteChoice`
* :func:`aequilibrae.paths.SubAreaAnalysis`
* :func:`aequilibrae.matrix.AequilibraeMatrix`
"""
# %%

# Imports
Expand Down Expand Up @@ -407,17 +418,3 @@ def plot_results(link_loads):
map = plot_results(rc.get_load_results()["demand"])
subarea_zone.add_to(map)
map

# %%
# .. admonition:: References
#
# :ref:`route_choice`

# %%
# .. seealso::
# The use of the following functions, methods, classes and modules is shown in this example:
#
# * :func:`aequilibrae.paths.Graph`
# * :func:`aequilibrae.paths.RouteChoice`
# * :func:`aequilibrae.paths.SubAreaAnalysis`
# * :func:`aequilibrae.matrix.AequilibraeMatrix`

0 comments on commit 8a8b08e

Please sign in to comment.