#8786: in graph.py, there is an autogenerated broken link to Wikipedia. replace
it by something not autogenerated that works (probably trivial), or fix the
url parser in sphinx (really hard)
-----------------------------+----------------------------------------------
Reporter: was | Owner: mvngu
Type: defect | Status: new
Priority: major | Milestone: sage-4.4.1
Component: documentation | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
This is in devel/sage/sage/graphs/graph.py:
{{{
class Graph(GenericGraph):
r"""
Undirected graph.
A graph is a set of vertices connected by edges
(cf. http://en.wikipedia.org/wiki/Graph_(mathematics) ).
}}}
If you look at http://sagemath.org/doc/reference/sage/graphs/graph.html
and search for "mathematics", then click the link, you'll see it is
broken. Fix this by:
1. fixing sphinx? too tricky, maybe
2. finding sphinx docs and figuring out how to explicitly specify a URL.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8786>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.