summaryrefslogtreecommitdiff
path: root/Doc/c-api/apiabiversion.rst
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
| | | | highlightlang is deprecated since April 2018 in Sphinx. See https://github.com/sphinx-doc/sphinx/pull/4845
* Remove row-spanning cell, which the Sphinx text writer does not support.Georg Brandl2013-03-161-1/+1
|
* Close #15465: Document C API version macrosNick Coghlan2013-03-071-0/+39
Mostly moving the existing macro docs over from the standard library docs to the C API docs where they belong. Patch by Kushal Das.