On Dec 11, 10:57 am, daveloeffler <dave.loeff...@gmail.com> wrote:
> I'm also getting problems with the docstrings in sage/misc/hg.py --
> the docstrings look fine at first glance, but the parser produces
>
> \begin{itemize}
> ...
> \begin{verbatim}
> ...
> \end{itemize}
> ...
> \end{verbatim}
>
> and latex doesn't like that (quite understandably). I have no idea how
> to fix this.

In the file hg.py, go to the definition of the class HG.  In the
docstring for the __init__method, put a blank line at the end of the
INPUT block (so just before the line "TESTS:").

  John

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to