[Python-checkins] r81586 - python/trunk/Doc/extending/newtypes.rst

r.david.murray python-checkins at python.org
Fri May 28 20:08:11 CEST 2010


Author: r.david.murray
Date: Fri May 28 20:08:11 2010
New Revision: 81586

Log:
Make reference to Generic Attribute Management a hyperlink.


Modified:
   python/trunk/Doc/extending/newtypes.rst

Modified: python/trunk/Doc/extending/newtypes.rst
==============================================================================
--- python/trunk/Doc/extending/newtypes.rst	(original)
+++ python/trunk/Doc/extending/newtypes.rst	Fri May 28 20:08:11 2010
@@ -446,7 +446,7 @@
    Noddy_members,             /* tp_members */
 
 Each member definition has a member name, type, offset, access flags and
-documentation string. See the "Generic Attribute Management" section below for
+documentation string. See the :ref:`Generic-Attribute-Management` section below for
 details.
 
 A disadvantage of this approach is that it doesn't provide a way to restrict the
@@ -1129,6 +1129,8 @@
 not been updated to use some of the new generic mechanism that is available.
 
 
+.. _generic-attribute-management:
+
 Generic Attribute Management
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 


More information about the Python-checkins mailing list