Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Link function to right place.
Browse files Browse the repository at this point in the history
  • Loading branch information
jm58660 committed Jan 18, 2018
1 parent d97ef5a commit 53e2802
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sage/graphs/graph_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ def __append_to_doc(methods):

__append_to_doc(
["WorldMap",
"EuropeMap"]
"EuropeMap",
"AfricaMap"]
)

__doc__ += """
Expand Down Expand Up @@ -2106,6 +2107,7 @@ def quadrangulations(self, order, minimum_degree=None, minimum_connectivity=None
import sage.graphs.generators.world_map
WorldMap = staticmethod(sage.graphs.generators.world_map.WorldMap)
EuropeMap = staticmethod(sage.graphs.generators.world_map.EuropeMap)
AfricaMap = staticmethod(sage.graphs.generators.world_map.AfricaMap)

###########################################################################
# Degree Sequence
Expand Down

0 comments on commit 53e2802

Please sign in to comment.