Skip to content

Commit 47061df

Browse files
Address review: revert :program: markups
1 parent f593853 commit 47061df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/howto/clinic.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ Let's dive in!
394394
Write a pickled representation of obj to the open file.
395395
[clinic start generated code]*/
396396

397-
12. Save and close the file, then run :program:`make clinic`
397+
12. Save and close the file, then run ``make clinic``
398398
to regenerate the Argument Clinic code.
399399
With luck everything worked---your block now has output, and
400400
a :file:`.c.h` file has been generated! Reopen the file in your
@@ -460,7 +460,7 @@ Let's dive in!
460460

461461
If any of these items differ in *any way*,
462462
adjust your Argument Clinic function specification and rerun
463-
:program:`make clinic` until they *are* the same.
463+
``make clinic`` until they *are* the same.
464464

465465

466466
14. Notice that the last line of its output is the declaration
@@ -549,7 +549,7 @@ Let's dive in!
549549

550550
&_Py_ID(new_unique_py_id)
551551

552-
If it does, you'll have to run :program:`make regen-global-objects`
552+
If it does, you'll have to run ``make regen-global-objects``
553553
to regenerate the list of precompiled identifiers at this point.
554554

555555

@@ -884,7 +884,7 @@ negative numbers. You just can't do that with a legacy converter!
884884
Argument Clinic will show you all the converters it has
885885
available. For each converter it'll show you all the parameters
886886
it accepts, along with the default value for each parameter.
887-
Just run :program:`Tools/clinic/clinic.py --converters` to see the full list.
887+
Just run ``./Tools/clinic/clinic.py --converters`` to see the full list.
888888

889889

890890
How to use the ``Py_buffer`` converter
@@ -1103,7 +1103,7 @@ For all of these, return ``-1`` to indicate error.
11031103

11041104
To see all the return converters Argument Clinic supports, along with
11051105
their parameters (if any),
1106-
just run :program:`./Tools/clinic/clinic.py --converters` for the full list.
1106+
just run ``./Tools/clinic/clinic.py --converters`` for the full list.
11071107

11081108

11091109
How to clone existing functions

0 commit comments

Comments
 (0)