Skip to content

Commit e50883c

Browse files
authored
bpo-39245: Fix docs links to the stable ABI (GH-20388)
Automerge-Triggered-By: @vstinner
1 parent e682b26 commit e50883c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Doc/c-api/call.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Vectorcall Support API
144144
However, the function ``PyVectorcall_NARGS`` should be used to allow
145145
for future extensions.
146146
147-
This function is not part of the `limited API <stable>`_.
147+
This function is not part of the :ref:`limited API <stable>`.
148148
149149
.. versionadded:: 3.8
150150
@@ -158,7 +158,7 @@ Vectorcall Support API
158158
This is mostly useful to check whether or not *op* supports vectorcall,
159159
which can be done by checking ``PyVectorcall_Function(op) != NULL``.
160160
161-
This function is not part of the `limited API <stable>`_.
161+
This function is not part of the :ref:`limited API <stable>`.
162162
163163
.. versionadded:: 3.8
164164
@@ -172,7 +172,7 @@ Vectorcall Support API
172172
It does not check the :const:`Py_TPFLAGS_HAVE_VECTORCALL` flag
173173
and it does not fall back to ``tp_call``.
174174
175-
This function is not part of the `limited API <stable>`_.
175+
This function is not part of the :ref:`limited API <stable>`.
176176
177177
.. versionadded:: 3.8
178178
@@ -256,7 +256,7 @@ please see individual documentation for details.
256256
Return the result of the call on success, or raise an exception and return
257257
*NULL* on failure.
258258
259-
This function is not part of the `limited API <stable>`_.
259+
This function is not part of the :ref:`limited API <stable>`.
260260
261261
.. versionadded:: 3.9
262262
@@ -343,7 +343,7 @@ please see individual documentation for details.
343343
Return the result of the call on success, or raise an exception and return
344344
*NULL* on failure.
345345
346-
This function is not part of the `limited API <stable>`_.
346+
This function is not part of the :ref:`limited API <stable>`.
347347
348348
.. versionadded:: 3.9
349349
@@ -357,7 +357,7 @@ please see individual documentation for details.
357357
Return the result of the call on success, or raise an exception and return
358358
*NULL* on failure.
359359
360-
This function is not part of the `limited API <stable>`_.
360+
This function is not part of the :ref:`limited API <stable>`.
361361
362362
.. versionadded:: 3.9
363363
@@ -372,7 +372,7 @@ please see individual documentation for details.
372372
Return the result of the call on success, or raise an exception and return
373373
*NULL* on failure.
374374
375-
This function is not part of the `limited API <stable>`_.
375+
This function is not part of the :ref:`limited API <stable>`.
376376
377377
.. versionadded:: 3.9
378378
@@ -388,7 +388,7 @@ please see individual documentation for details.
388388
already has a dictionary ready to use for the keyword arguments,
389389
but not a tuple for the positional arguments.
390390
391-
This function is not part of the `limited API <stable>`_.
391+
This function is not part of the :ref:`limited API <stable>`.
392392
393393
.. versionadded:: 3.9
394394
@@ -410,7 +410,7 @@ please see individual documentation for details.
410410
Return the result of the call on success, or raise an exception and return
411411
*NULL* on failure.
412412
413-
This function is not part of the `limited API <stable>`_.
413+
This function is not part of the :ref:`limited API <stable>`.
414414
415415
.. versionadded:: 3.9
416416

0 commit comments

Comments
 (0)