#10922: Fix some multiline platonic solids plot documentation
---------------------------------+---------------------
       Reporter:  kcrisman       |        Owner:  mvngu
           Type:  defect         |       Status:  new
       Priority:  minor          |    Milestone:
      Component:  documentation  |   Resolution:
       Keywords:                 |    Merged in:
        Authors:                 |    Reviewers:
Report Upstream:  N/A            |  Work issues:
         Branch:                 |       Commit:
   Dependencies:                 |     Stopgaps:
---------------------------------+---------------------

Old description:

> Some platonic solids in plot/plot3d/platonic.py are not correct, because
> they are spread over multiple lines.  Fix this.
>
> Things like
> {{{
> sage: dodecahedron(color='orange', opacity=0.8) + \
>       sphere(size=0.5, color='black')
> }}}

New description:

 Some platonic solids in plot/plot3d/platonic.py do not evaluate correctly
 in the live documentation in the notebook, because they are spread over
 multiple lines.  Things like
 {{{
 sage: dodecahedron(color='orange', opacity=0.8) + \
       sphere(size=0.5, color='black')
 }}}
 become split into the input cell and output cell.

 I'm not sure if this is really a notebook bug or a parsing bug when the
 live documentation is made.  An easy way to fix it is to change the line
 breaks but that would likely lead to less readability.

--

Comment (by kcrisman):

 It took me a while to reconstruct this!  Thanks for the reminder.

--
Ticket URL: <http://trac.sagemath.org/ticket/10922#comment:2>
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.

Reply via email to