#19067: Incomplete sentences in the automatically generated documentation
----------------------------------+----------------------------
Reporter: ncohen | Owner:
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-6.9
Component: documentation | Resolution:
Keywords: | Merged in:
Authors: Nathann Cohen | Reviewers:
Report Upstream: N/A | Work issues:
Branch: u/ncohen/19067 | Commit:
Dependencies: | Stopgaps:
----------------------------------+----------------------------
Changes (by ncohen):
* status: new => needs_review
* branch: => u/ncohen/19067
Old description:
> This branch fixes the following bug reported by Jori on #19061
>
> {{{
> sage: def a():
> ....: r'''
> ....: Here is a very very very long sentence
> ....: that spans on several lines.
> ....:
> ....: EXAMP...
> ....: '''
> ....: print "hey"
> sage: 'Here is a very very very long sentence that spans on several
> lines' in gen_rest_table_index([a])
> False
> sage: 'Here is a very very very long sentence' in
> gen_rest_table_index([a])
> True
> }}}
>
> Nathann
New description:
This branch fixes the following bug reported by Jori on #19061
{{{
sage: from sage.misc.rest_index_of_methods import gen_rest_table_index
sage: def a():
....: r'''
....: Here is a very very very long sentence
....: that spans on several lines.
....:
....: EXAMP...
....: '''
....: print "hey"
sage: 'Here is a very very very long sentence that spans on several lines'
in gen_rest_table_index([a])
False
sage: 'Here is a very very very long sentence' in
gen_rest_table_index([a])
True
}}}
Nathann
--
--
Ticket URL: <http://trac.sagemath.org/ticket/19067#comment:1>
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.