| 1 | initial version |
That hardcoded reference in the documentation seems to be outdated. The following work:
sage: sage.graphs.graph.Graph.distance_graph??
sage: Graph.distance_graph??
sage: G = Graph([(0,1)])
sage: G.distance_graph??
To find the file/module:
sage: search_src("distance_graph")
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.