-
-
Notifications
You must be signed in to change notification settings - Fork 701
Closed
Description
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).
CC: @aghitza
Component: number fields
Keywords: sd40.5
Author: David Loeffler
Reviewer: Karl-Dieter Crisman, William Stein, Benjamin Jones
Merged: sage-5.1.beta2
Issue created by migration from https://trac.sagemath.org/ticket/12767