Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/backticks' into backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
mdhaber committed Jun 3, 2024
2 parents f4bb0f2 + 4895a4b commit 61c50b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -699,9 +699,7 @@ Other points to keep in mind
* Equations : as discussed in the :ref:`Notes <notes>` section above, LaTeX
formatting should be kept to a minimum. Often it's possible to show
equations as Python code or pseudo-code instead, which is much more readable
in a terminal. For inline display of code (other than individual
:ref:`Parameters <params>`, :ref:`class members <classdoc>`, and linked
modules,functions, and classes; see "Links" below), use double backticks,
in a terminal. For inline display of code use double backticks,
like ````y = np.sin(x)````. For display with blank lines above and below,
use a double colon and indent the code, like::

Expand Down

0 comments on commit 61c50b5

Please sign in to comment.