#13862: Split graph_generators into several files
---------------------------------+------------------------------------------
Reporter: ncohen | Owner: jason, ncohen, rlm
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.6
Component: graph theory | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Nathann Cohen | Merged in:
Dependencies: | Stopgaps:
---------------------------------+------------------------------------------
Old description:
> This tickets addresses the fact that Jeroen is not happy with the length
> of `graph_generators.py` `:-P`
>
> It splits the file into new ones, added in the graph/generators/ folder,
> according to the classifiation of the methods that appears in the
> module's documentation.
>
> APPLY:
> * [attachment:trac_13862.patch]
> * [attachment:trac_13862-cleaning_and_moving.patch]
New description:
This tickets addresses the fact that Jeroen is not happy with the length
of `graph_generators.py` `:-P`
It splits the file into new ones, added in the graph/generators/ folder,
according to the classifiation of the methods that appears in the module's
documentation.
APPLY:
* [attachment:trac_13862.patch]
* [attachment:trac_13862-cleaning_and_moving.patch]
* [attachment:trac_13862-doc.patch]
--
Comment (by ncohen):
What this new patch ([attachment:trac_13862-doc.patch]) does :
* Moves the "Usage" part of the graph_generators module's doc to
graph_plot, as it explains how graphs are displayed.
* *HEAVY* rewrite of the fuctions lists at the top of graph_generators.
Now the methods are listed in 3xN tables, so that they are easier to
browse. This required to define an (ugly) helper function in
`graph_generators.py`. But the lists at the top of that file are now
easier to read (both in html and in `sage.graphs.graph_generators?`) and
easier to update (just add a string in a list).
* `NauruGraph` isadded to the list of small graphs
This patch's almost ready.
Nathann
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13862#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 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.