#16298: Reenable Sphinx's lookup in the module in find_sage_dangling_links
-----------------------------+----------------------------
   Reporter:  nthiery        |            Owner:
       Type:  defect         |           Status:  new
   Priority:  major          |        Milestone:  sage-6.2
  Component:  documentation  |         Keywords:
  Merged in:                 |          Authors:
  Reviewers:                 |  Report Upstream:  N/A
Work issues:                 |           Branch:
     Commit:                 |     Dependencies:
   Stopgaps:                 |
-----------------------------+----------------------------
 IIRC, at some point Sphinx was configured (in find_sage_dangling_links) so
 that it was possible to reference a class/function/... as soon as it was
 imported in the module being documented, without having to specify a full
 path. Apparently this is broken (see e.g. [1]).

 The steps to reproduce should be to put in a file something like:
 {{{
 """
 ...

 See :class:`Partition_class`
 """

 from sage.combinat.partition import Partition_class
 }}}
 and relaunch the doc building with --warn-links, and typically
 `dangling_debug = True` in `src.doc.common.conf.py`.

 [1] http://trac.sagemath.org/ticket/10963#comment:775

--
Ticket URL: <http://trac.sagemath.org/ticket/16298>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to