]> granicus.if.org Git - python/commitdiff
Add links from builtins module docs to built-in functions and constants docs
authorÉric Araujo <merwok@netwok.org>
Wed, 8 Jun 2011 02:53:20 +0000 (04:53 +0200)
committerÉric Araujo <merwok@netwok.org>
Wed, 8 Jun 2011 02:53:20 +0000 (04:53 +0200)
Doc/library/builtins.rst
Doc/library/constants.rst

index c4957289136a2528f7181c041961bb05c774fe43..d4199d25f2d67e5ebae5f019ef2a18dad0b867f1 100644 (file)
@@ -7,7 +7,9 @@
 
 This module provides direct access to all 'built-in' identifiers of Python; for
 example, ``builtins.open`` is the full name for the built-in function
-:func:`open`.
+:func:`open`.  See :ref:`built-in-funcs` and :ref:`built-in-consts` for
+documentation.
+
 
 This module is not normally accessed explicitly by most applications, but can be
 useful in modules that provide objects with the same name as a built-in value,
index 51a1c262d685fa07befd87fe0fdbf12a70fd39fa..fa61f68852b00853b24565c782d93f1260fdc12a 100644 (file)
@@ -1,3 +1,5 @@
+.. _built-in-consts:
+
 Built-in Constants
 ==================