#4906: [with patch, needs review] convert sage.combinat.* docstrings to Sphinx
---------------------------+------------------------------------------------
Reporter: mhansen | Owner: tba
Type: defect | Status: new
Priority: major | Milestone: sage-3.4
Component: documentation | Keywords:
---------------------------+------------------------------------------------
Comment(by hivert):
New corrections concerning set_partition.py and set_partition_ordered.py:
== File set_partition.py ==
* function less: missing <
{{{
- Returns True if s < t otherwise it returns False.
+ Returns True if s t otherwise it returns False.
}}}
== File ordered_set_partition.py ==
* main doc: missing brackets (twice):
{{{
-EXAMPLES:
- There are 13 ordered set partitions of {1,2,3}.
+EXAMPLES: There are 13 ordered set partitions of 1,2,3.
- There are 12 ordered set partitions of {1,2,3,4} whose underlying
+There are 12 ordered set partitions of 1,2,3,4 whose underlying
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4906#comment:15>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---