#19482: Documentation for auto-generated index of functions
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  ncohen                 |       Status:  needs_review
           Type:         |    Milestone:  sage-6.10
  enhancement            |   Resolution:
       Priority:  major  |    Merged in:
      Component:         |    Reviewers:
  documentation          |  Work issues:
       Keywords:         |       Commit:
        Authors:         |  757a9f4a908db4be170f28a96c000a1358ac9f2d
  Nathann Cohen          |     Stopgaps:
Report Upstream:  N/A    |
         Branch:         |
  u/ncohen/19482         |
   Dependencies:         |
-------------------------+-------------------------------------------------

Comment (by jmantysalo):

 Replying to [comment:5 ncohen]:

 > A 'method' is a function defined in a class. The functions are the
 functions defined in a module.

 OK. Now I tried to read `incidence_structures.py` and copypaste it to
 `finite_posets.py`. It start with

 {{{
 r"""
 Finite posets

 List of functions:

 {METHODS_OF_FinitePosets}
 """
 }}}

 and ends

 {{{
 from sage.misc.rest_index_of_methods import gen_rest_table_index
 __doc__ =
 __doc__.format(METHODS_OF_FinitePosets=gen_rest_table_index(FinitePosets))
 }}}

 There might be no problem at all for clever people, but I do not
 understand.

--
Ticket URL: <http://trac.sagemath.org/ticket/19482#comment:6>
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