Ticket #6435 (closed defect: fixed)
[with patch, positive review] misformatted docstrings in sage.misc.abstract_method (easy fix)
| Reported by: | davidloeffler | Owned by: | tba |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.1 |
| Component: | documentation | Keywords: | ReST docstring formatting |
| Cc: | nthiery | Author(s): | John Palmieri |
| Report Upstream: | Reviewer(s): | Nicolas Thiéry | |
| Merged in: | sage-4.1.rc0 | Work issues: |
Description
Building the documentation for 4.1.alpha2, there is a warning:
WARNING: /home/david/sage-4.1.alpha2/local/lib/python2.6/site-packages/sage/misc/abstract_method.py:docstring of sage.misc.abstract_method.abstract_method:19: (WARNING/2) Literal block expected; none found.
This is due to a rogue "::" in a docstring introduced by #6097.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

