diff options
| author | Georg Brandl <georg@python.org> | 2013-10-12 19:54:30 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2013-10-12 19:54:30 +0200 |
| commit | 5c01d99c12876263d8cc700a11cce9ad88994096 (patch) | |
| tree | d1aa78ca55c2d235874649934d26b170a6a37dae /Doc/c-api/index.rst | |
| parent | 5db7c54f961141efae123a69938ba4944dffefc7 (diff) | |
| download | cpython-git-5c01d99c12876263d8cc700a11cce9ad88994096.tar.gz | |
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 591136e9d4..3bfbaf4eed 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 |
