From d6fd58451784f6e1c773420e60f4d3841a065e45 Mon Sep 17 00:00:00 2001 From: Jean Abou Samra Date: Sat, 4 Nov 2023 21:16:44 +0100 Subject: [PATCH] Use correct reST syntax for emphasis xref: https://github.com/sphinx-contrib/sphinx-lint/issues/98 --- source/specifications/name-normalization.rst | 2 +- source/tutorials/installing-packages.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/specifications/name-normalization.rst b/source/specifications/name-normalization.rst index 4756d1631..64be4a1d1 100644 --- a/source/specifications/name-normalization.rst +++ b/source/specifications/name-normalization.rst @@ -36,7 +36,7 @@ This means that the following names are all equivalent: * ``friendly.bard`` * ``friendly_bard`` * ``friendly--bard`` -* ``FrIeNdLy-._.-bArD`` (a _terrible_ way to write a name, but it is valid) +* ``FrIeNdLy-._.-bArD`` (a *terrible* way to write a name, but it is valid) History ======= diff --git a/source/tutorials/installing-packages.rst b/source/tutorials/installing-packages.rst index 5d4957519..46957f93b 100644 --- a/source/tutorials/installing-packages.rst +++ b/source/tutorials/installing-packages.rst @@ -277,7 +277,7 @@ that the virtual environment's variables are set within the current shell, and not in a subprocess (which then disappears, having no useful effect). -In both of the above cases, Windows users should _not_ use the +In both of the above cases, Windows users should *not* use the :command:`source` command, but should rather run the :command:`activate` script directly from the command shell like so: