summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-16 14:33:15 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-16 14:33:15 -0700
commit545b8b1fcc16f59fe5798a5a483506adb109aa7d (patch)
tree3bbe97c8ec4204340424a023e2e30270b82ed7ba /docs/narr
parent02587c5d99c9ac3d87cbe0c95a841020e2a824ab (diff)
parenta651b357b17746281b429baf5ad9d93edb333072 (diff)
downloadpyramid-545b8b1fcc16f59fe5798a5a483506adb109aa7d.tar.gz
pyramid-545b8b1fcc16f59fe5798a5a483506adb109aa7d.tar.bz2
pyramid-545b8b1fcc16f59fe5798a5a483506adb109aa7d.zip
Merge pull request #2507 from stevepiercy/master
replace ps1con with doscon for lexer and syntax highlighting
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/i18n.rst2
-rw-r--r--docs/narr/install.rst2
-rw-r--r--docs/narr/project.rst6
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst
index a3f730f0c..014f314ad 100644
--- a/docs/narr/i18n.rst
+++ b/docs/narr/i18n.rst
@@ -292,7 +292,7 @@ Installing Lingua is done with the Python packaging tools. If the
application lives at the environment variable ``%VENV%``, you can install
Lingua like so:
-.. code-block:: ps1con
+.. code-block:: doscon
C> %VENV%\Scripts\pip install lingua
diff --git a/docs/narr/install.rst b/docs/narr/install.rst
index c767ed95a..3e5523262 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -186,7 +186,7 @@ After installing Python as described previously in
#. Make a :term:`virtual environment` workspace:
- .. code-block:: ps1con
+ .. code-block:: doscon
c:\> set VENV=c:\env
# replace "x" with your minor version of Python 3
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 24e484c11..81fc9acf4 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -159,7 +159,7 @@ On UNIX:
Or on Windows:
-.. code-block:: ps1con
+.. code-block:: doscon
> cd MyProject
> %VENV%\Scripts\pip install -e .
@@ -197,7 +197,7 @@ On UNIX:
On Windows:
-.. code-block:: ps1con
+.. code-block:: doscon
> %VENV%\Scripts\pip install -e ".[testing]"
@@ -213,7 +213,7 @@ On UNIX:
On Windows:
-.. code-block:: ps1con
+.. code-block:: doscon
> %VENV%\Scripts\py.test myproject\tests.py -q