[issue22558] Missing doc links to source code

Yoni Lavi report at bugs.python.org
Tue Apr 19 22:28:29 EDT 2016


Yoni Lavi added the comment:

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

----------
keywords: +patch
Added file: http://bugs.python.org/file42527/mywork.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22558>
_______________________________________


More information about the Python-bugs-list mailing list