#13074: Implementation of TableauTuples
--------------------------------------------+-------------------------------
Reporter: andrew.mathas | Owner: Andrew Mathas
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-5.4
Component: combinatorics | Resolution:
Keywords: Tableaux, PartitionTuple | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Andrew Mathas | Merged in:
Dependencies: #9265 #13072 | Stopgaps:
--------------------------------------------+-------------------------------
Comment (by andrew.mathas):
Hi Florent,
I accept that there are warnings when you build the documentation but I
don't see any errors in either the python source or in the html output. As
you said that you can see many errors in the doc strings in the patch,
could you please point out a few of them so that I know what to look for?
Otherwise I will waste a lot of time on this.
There doesn't seem to be any documentation on trouble shooting the
documentation and, unfortunately, the warnings produced when compiling
the documentation do not seem to be that helpful. For example, my patch
produces the following warnings in partition.py
{{{
/usr/local/src/sage/sage-5.3/local/lib/python2.7/site-
packages/sage/combinat/partition.py:docstring of
sage.combinat.partition:13: WARNING: Block quote ends without a blank
line; unexpected unindent.
/usr/local/src/sage/sage-5.3/local/lib/python2.7/site-
packages/sage/combinat/partition.py:docstring of
sage.combinat.partition:18: WARNING: Block quote ends without a blank
line; unexpected unindent.
/usr/local/src/sage/sage-5.3/local/lib/python2.7/site-
packages/sage/combinat/partition.py:docstring of
sage.combinat.partition:23: WARNING: Block quote ends without a blank
line; unexpected unindent.
/usr/local/src/sage/sage-5.3/local/lib/python2.7/site-
packages/sage/combinat/partition.py:docstring of
sage.combinat.partition:28: WARNING: Block quote ends without a blank
line; unexpected unindent.
}}}
However, when I look at lines 13, 18, 23 and 28 of partition.py I don't
see anything wrong -- and indeed, my patch does not appear to touch these
lines (but these warning do not appear before my patch is applied...).
Presumably the line numbers above are not literal line numbers inside the
file, and instead they are just relative line numbers in particular doc-
strings, but I do not see how to find which doc strings the warnings refer
to. Any hints that you can give would be much appreciated!
Andrew
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13074#comment:10>
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.