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 zach.ware
Recipients THRlWiTi, Todd.Rovito, asvetlov, docs@python, eric.araujo, georg.brandl, markroseman, ned.deily, python-dev, roger.serwy, terry.reedy, zach.ware
Date 2015-09-11.03:06:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441940800.11.0.987500404001.issue16893@psf.upfronthosting.co.za>
In-reply-to
Content
I'd be happy to work on making an 'idledoc' target for the Doc/ makefiles that works with Mark's viewer.  I can't guarantee any kind of timeframe, but the idledoc target wouldn't be necessary right off the bat; it could be done after the main bulk of the patch is committed.

As far as reST comments, the syntax is:

"""
.. This is a comment.
   This is still the same comment.
   And more of the same comment.

This is no longer part of the comment
"""

See http://docutils.sourceforge.net/docs/user/rst/quickref.html#comments
History
Date User Action Args
2015-09-11 03:06:40zach.waresetrecipients: + zach.ware, georg.brandl, terry.reedy, ned.deily, roger.serwy, eric.araujo, asvetlov, markroseman, THRlWiTi, docs@python, Todd.Rovito, python-dev
2015-09-11 03:06:40zach.waresetmessageid: <1441940800.11.0.987500404001.issue16893@psf.upfronthosting.co.za>
2015-09-11 03:06:40zach.warelinkissue16893 messages
2015-09-11 03:06:39zach.warecreate