Backport source links from 3.x.

Existing links have been updated to use the new reST role.  In some
files, I have also made cosmetic changes to the header.
This commit is contained in:
Éric Araujo 2011-08-19 02:14:03 +02:00
parent d478a46d56
commit 29a0b57e4e
106 changed files with 392 additions and 238 deletions

View file

@ -1,4 +1,3 @@
:mod:`pydoc` --- Documentation generator and online help system
===============================================================
@ -15,6 +14,10 @@
single: documentation; online
single: help; online
**Source code:** :source:`Lib/pydoc.py`
--------------
The :mod:`pydoc` module automatically generates documentation from Python
modules. The documentation can be presented as pages of text on the console,
served to a Web browser, or saved to HTML files.