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 Yoni Lavi
Recipients Friedrich.Spee.von.Langenfeld, SilentGhost, Yoni Lavi, belopolsky, docs@python, ezio.melotti, gvanrossum, r.david.murray, rhettinger, terry.reedy
Date 2016-04-20.02:28:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461119309.01.0.971873164456.issue22558@psf.upfronthosting.co.za>
In-reply-to
Content
I went over all the library rst files and added a link to the source for each of the modules.

Also, I standardized the structure of the headers in all of the files to be in the following order: """
.. module

.. moduleauthor
.. sectionauthor

.. versionadded

**Source code:**

.. testsetup

.. index

--------------
"""

This'll be my first Python patch. Please let me know if I chose to go into too large of a scope and should split this, or if there's anything else I can improve. Also, since I'm modifying most of these files anyway, this might be a good opportunity to modify the header structure I mentioned above.

Thanks
History
Date User Action Args
2016-04-20 02:28:29Yoni Lavisetrecipients: + Yoni Lavi, gvanrossum, rhettinger, terry.reedy, belopolsky, ezio.melotti, r.david.murray, SilentGhost, docs@python, Friedrich.Spee.von.Langenfeld
2016-04-20 02:28:29Yoni Lavisetmessageid: <1461119309.01.0.971873164456.issue22558@psf.upfronthosting.co.za>
2016-04-20 02:28:28Yoni Lavilinkissue22558 messages
2016-04-20 02:28:28Yoni Lavicreate