mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
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:
parent
d478a46d56
commit
29a0b57e4e
106 changed files with 392 additions and 238 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue