#12767: Clean up dead links in sage/rings/number_field documentation
-----------------------------+----------------------------------------------
Reporter: davidloeffler | Owner: davidloeffler
Type: defect | Status: new
Priority: major | Milestone: sage-5.0
Component: number fields | Keywords:
Work issues: | Report Upstream: N/A
Reviewers: | Authors: David Loeffler
Merged in: | Dependencies:
Stopgaps: |
-----------------------------+----------------------------------------------
Touching all files in sage/rings/number_field and running {{{ sage
-docbuild --warn-links reference html}}} reveals a bunch of errors:
{{{
<autodoc>:1: WARNING: py:class reference target not found:
sage.categories.map.Map
<autodoc>:1: WARNING: py:class reference target not found:
sage.categories.map.Map
/storage/masiao/sage-5.0.beta10/local/lib/python2.7/site-
packages/sage/rings/number_field/number_field.py:docstring of
sage.rings.number_field.number_field.NumberField_generic.reduced_gram_matrix:13:
WARNING: py:meth reference target not found: Minkowski_embedding
docstring of sage.rings.number_field.number_field_base.NumberField:5:
WARNING: py:class reference target not found: NoetherianRing
/storage/masiao/sage-5.0.beta10/local/lib/python2.7/site-
packages/sage/rings/number_field/number_field_ideal.py:docstring of
sage.rings.number_field.number_field_ideal.NumberFieldIdeal.S_ideal_class_log:1:
WARNING: py:meth reference target not found: _ideal_class_log
<autodoc>:1: WARNING: py:class reference target not found:
sage.categories.map.Map
}}}
The patch below fixes these. It also sorts out a genuine bug I spotted in
the process (the {{{maximal_order}}} method of relative number fields
doesn't have an option to return a p-maximal order).
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12767>
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.