Fix funky reference.
authorCraig Citro <craigcitro@gmail.com>
Wed, 25 Aug 2010 07:45:24 +0000 (00:45 -0700)
committerCraig Citro <craigcitro@gmail.com>
Wed, 25 Aug 2010 07:45:24 +0000 (00:45 -0700)
src/reference/extension_types.rst
src/reference/special_methods_table.rst

index 0713acdcdc6746e323724df9654b3b2344aacdff..46ece2b77d3ac90088237d6d04b6db82f006a4c8 100644 (file)
@@ -165,7 +165,7 @@ Special Methods
     #. There are substantial differences in some behavior.
     #. Some Cython special methods have no Python counter-part.
 
-* See the :doc:`special_methods_table` for the many that are available.
+* See the :ref:`special_methods_table` for the many that are available.
 
 
 Declaration
index 8608be3f51721d27cc1adb5de271e6ea774c56e0..d3d1c6fb6757d0815588460b028797379e9eea4b 100644 (file)
@@ -1,3 +1,5 @@
+.. _special_methods_table:
+
 Special Methods Table
 ---------------------