This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients abarry, docs@python, ethan.furman, gvanrossum, martin.panter, rhettinger
Date 2016-06-08.04:38:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465360681.74.0.347864254199.issue27242@psf.upfronthosting.co.za>
In-reply-to
Content
Emanuel, have you seen <https://docs.python.org/devguide/documenting.html#building-the-documentation>? From my experience, install Sphinx, and then “make -C Doc/ html”.

About the patch, I think the “.. note” boxes should be intended under the NotImplementedError heading. The current box looks wrong sandwiched between NotImplemnted and Ellipsis.

(Personally I think “Note” boxes are an annoying distraction anyway, and should normally be written into the surrounding text. In this case “Note that” inside a “Note” box seems doubly redundant. But other people seem to like them, so I try to resist complaining :)
History
Date User Action Args
2016-06-08 04:38:01martin.pantersetrecipients: + martin.panter, gvanrossum, rhettinger, docs@python, ethan.furman, abarry
2016-06-08 04:38:01martin.pantersetmessageid: <1465360681.74.0.347864254199.issue27242@psf.upfronthosting.co.za>
2016-06-08 04:38:01martin.panterlinkissue27242 messages
2016-06-08 04:38:01martin.pantercreate