Provide links to Python source where the code is short, readable and

informative adjunct to the docs.  Forward-port of Raymond's r86225 and
r86245 using the new source reST role added in #10334.
This commit is contained in:
Éric Araujo 2010-11-16 19:13:50 +00:00
parent dbe7519da9
commit 6e6cb8e0e4
29 changed files with 134 additions and 0 deletions

View file

@ -21,6 +21,11 @@ width constraint.
Dictionaries are sorted by key before the display is computed.
.. seealso::
Latest version of the :source:`pprint module Python source code
<Lib/pprint.py>`
The :mod:`pprint` module defines one class:
.. First the implementation class: