#14805: Adds sage.graphs.base.graph_backend to the documentation
---------------------------------+------------------------------------------
       Reporter:  ncohen         |         Owner:  jason, ncohen, rlm
           Type:  enhancement    |        Status:  needs_review      
       Priority:  trivial        |     Milestone:  sage-5.12         
      Component:  graph theory   |    Resolution:                    
       Keywords:                 |   Work issues:                    
Report Upstream:  N/A            |     Reviewers:                    
        Authors:  Nathann Cohen  |     Merged in:                    
   Dependencies:                 |      Stopgaps:                    
---------------------------------+------------------------------------------

Comment (by ppurka):

 Can you add the following:
 1. After every description `iterator`, add what it is an iterator of. In
 some cases it is clearly mentioned, whereas in other cases it is simply
 left as `iterator`.
 2. There are some `INPUT` descriptions like this: {{{- ``new`` -- boolean
 or None}}} or {{{- ``new`` -- string or None }}}. I think it should be
 explicitly mentioned that `None` corresponds to retrieving the current
 value. In fact, I am very surprised how it works. The function definition
 should be like the definition below so that `G.loops()` gives the value
 straightaway, without having to enter `None` as a function argument:
 {{{
 def loops(self, new=None):
 }}}


 It is a painful and extensive cleanup of that file. Thanks for the effort.
 :)

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14805#comment:5>
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/groups/opt_out.


Reply via email to