#13128: intersphinx and introspection: fix the links
-----------------------------+----------------------------------------------
Reporter: jhpalmieri | Owner: mvngu
Type: defect | Status: new
Priority: minor | Milestone: sage-5.1
Component: documentation | Keywords: introspection intersphinx
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies: #13127
Stopgaps: |
-----------------------------+----------------------------------------------
Ticket #9128 turned on the intersphinx extension for Sphinx, thus proving
nice cross-referencing in the reference manual. In the notebook, though,
this doesn't construct the correct links: executing
{{{
sage.algebras.group_algebra_new.GroupAlgebra.one_basis?
}}}
produces a docstring with a url
{{{
localhost:8000/FULL_PATH_TO_REFERENCE_MANUAL/sage/categories/algebras_with_basis.html#sage.categories.algebras_with_basis.AlgebrasWithBasis.ParentMethods.one_basis
}}}
Note that #13057 disabled intersphinx when using introspection because of
a slow-down and apparent memory leak. Those issues need to be addressed —
see #13127 — before this ticket can be merged.
which should probably instead be
{{{
localhost:8000/doc/static/reference/sage/categories/algebras_with_basis.html#sage.categories.algebras_with_basis.AlgebrasWithBasis.ParentMethods.one_basis
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13128>
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.