#19530: Graphs: indentation errors in docstrings
-----------------------------+----------------------------------
Reporter: jmantysalo | Owner:
Type: defect | Status: new
Priority: minor | Milestone: sage-6.10
Component: documentation | Keywords:
Merged in: | Authors: Jori Mäntysalo
Reviewers: | Report Upstream: N/A
Work issues: | Branch:
Commit: | Dependencies:
Stopgaps: |
-----------------------------+----------------------------------
This small patch corrects several indentation errors in graph
documentation. They do no harm, but irritate me.
(An example command to found lines containing those:
{{{
FILE=graph.py; egrep '^ +- [^ ]' $FILE -n | cut -f 1 -d ':' | while read
n; do echo -n "$n: ";
a=$(tail -n +$n $FILE | head -1 | egrep -o '^ +' | wc -c | tr '\n' ' ');
b=$(tail -n +$((n+1)) $FILE | head -1 | egrep -o '^ +' | wc -c);
echo $((b-a)); done | egrep ': 3$'
}}}
)
--
Ticket URL: <http://trac.sagemath.org/ticket/19530>
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.