summaryrefslogtreecommitdiff
path: root/docs/typographical-conventions.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-08-18 02:47:45 -0700
committerSteve Piercy <web@stevepiercy.com>2018-08-18 02:47:45 -0700
commit510b21a1bb8772ffd39a92ecd38fc738b88a1f31 (patch)
treee376a557a7dfe64706b1f02310afeb083bde1dfc /docs/typographical-conventions.rst
parent2cbda9968df93fad8b043917611ca7a83128ae16 (diff)
downloadpyramid-510b21a1bb8772ffd39a92ecd38fc738b88a1f31.tar.gz
pyramid-510b21a1bb8772ffd39a92ecd38fc738b88a1f31.tar.bz2
pyramid-510b21a1bb8772ffd39a92ecd38fc738b88a1f31.zip
Clean up code-blocks in typographical-conventions
Diffstat (limited to 'docs/typographical-conventions.rst')
-rw-r--r--docs/typographical-conventions.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/typographical-conventions.rst b/docs/typographical-conventions.rst
index 2bfe4ffa6..76fdf8ace 100644
--- a/docs/typographical-conventions.rst
+++ b/docs/typographical-conventions.rst
@@ -73,17 +73,17 @@ XML:
<somesnippet>Some XML</somesnippet>
-Unix shell commands are prefixed with a ``$`` character. (See :term:`venv` for the meaning of ``$VENV``.)
+Unix shell commands (See :term:`venv` for the meaning of ``$VENV``.):
.. code-block:: bash
- $ $VENV/bin/pip install -e .
+ $VENV/bin/pip install -e .
-Windows commands are prefixed with a drive letter with an optional directory name. (See :term:`venv` for the meaning of ``%VENV%``.)
+Windows commands (See :term:`venv` for the meaning of ``%VENV%``.):
.. code-block:: doscon
- c:\> %VENV%\Scripts\pserve development.ini
+ %VENV%\Scripts\pserve development.ini
cfg:
@@ -128,7 +128,7 @@ When a command that should be typed on one line is too long to fit on the displa
.. code-block:: bash
- $ $VENV/bin/py.test tutorial/tests.py --cov-report term-missing \
+ $VENV/bin/py.test tutorial/tests.py --cov-report term-missing \
--cov=tutorial -q