diff options
author | Georg Brandl <georg@python.org> | 2013-10-12 17:54:30 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-12 17:54:30 (GMT) |
commit | 5c01d99c12876263d8cc700a11cce9ad88994096 (patch) | |
tree | d1aa78ca55c2d235874649934d26b170a6a37dae /Doc/c-api/index.rst | |
parent | 5db7c54f961141efae123a69938ba4944dffefc7 (diff) | |
download | cpython-5c01d99c12876263d8cc700a11cce9ad88994096.zip cpython-5c01d99c12876263d8cc700a11cce9ad88994096.tar.gz cpython-5c01d99c12876263d8cc700a11cce9ad88994096.tar.bz2 |
Introduce support for documenting which C API elements are not part of the stable/limited API.
Diffstat (limited to 'Doc/c-api/index.rst')
-rw-r--r-- | Doc/c-api/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/index.rst b/Doc/c-api/index.rst index 591136e..3bfbaf4 100644 --- a/Doc/c-api/index.rst +++ b/Doc/c-api/index.rst @@ -13,6 +13,7 @@ document the API functions in detail. :maxdepth: 2 intro.rst + stable.rst veryhigh.rst refcounting.rst exceptions.rst @@ -22,5 +23,4 @@ document the API functions in detail. init.rst memory.rst objimpl.rst - stable.rst apiabiversion.rst |