diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-10-09 00:11:51 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-10-09 00:11:51 -0700 |
| commit | beeb8ee80c1d0823f965e5826ce3633972904dab (patch) | |
| tree | 78043ca09f4e03a36a8b6f26d7f35b7239bf315d /docs/quick_tutorial | |
| parent | 23fbcac9c35c5f74a1258a72100518fcff3b03e3 (diff) | |
| download | pyramid-beeb8ee80c1d0823f965e5826ce3633972904dab.tar.gz pyramid-beeb8ee80c1d0823f965e5826ce3633972904dab.tar.bz2 pyramid-beeb8ee80c1d0823f965e5826ce3633972904dab.zip | |
Align emphasize-lines with setup.py code
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/databases.rst | 2 | ||||
| -rw-r--r-- | docs/quick_tutorial/debugtoolbar.rst | 2 | ||||
| -rw-r--r-- | docs/quick_tutorial/jinja2.rst | 2 | ||||
| -rw-r--r-- | docs/quick_tutorial/unit_testing.rst | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/quick_tutorial/databases.rst b/docs/quick_tutorial/databases.rst index 1d499cc9d..db75d70ce 100644 --- a/docs/quick_tutorial/databases.rst +++ b/docs/quick_tutorial/databases.rst @@ -51,7 +51,7 @@ Steps .. literalinclude:: databases/setup.py :linenos: - :emphasize-lines: 10-11, 13, 34-36 + :emphasize-lines: 9-10, 12, 34-36 .. note:: We aren't yet doing ``$VENV/bin/pip install -e .`` because we need to write a script and update configuration first. diff --git a/docs/quick_tutorial/debugtoolbar.rst b/docs/quick_tutorial/debugtoolbar.rst index 1c4d600d1..907f3e0b6 100644 --- a/docs/quick_tutorial/debugtoolbar.rst +++ b/docs/quick_tutorial/debugtoolbar.rst @@ -43,7 +43,7 @@ Steps .. literalinclude:: debugtoolbar/setup.py :language: python :linenos: - :emphasize-lines: 7 + :emphasize-lines: 10-16, 20-22 #. Install our project and its newly added dependency. diff --git a/docs/quick_tutorial/jinja2.rst b/docs/quick_tutorial/jinja2.rst index 865a8a6cb..ed9acd955 100644 --- a/docs/quick_tutorial/jinja2.rst +++ b/docs/quick_tutorial/jinja2.rst @@ -33,7 +33,7 @@ Steps .. literalinclude:: jinja2/setup.py :language: python :linenos: - :emphasize-lines: 9 + :emphasize-lines: 8 #. Install our project and its newly added dependency. diff --git a/docs/quick_tutorial/unit_testing.rst b/docs/quick_tutorial/unit_testing.rst index 4170e9e06..dc14a19d0 100644 --- a/docs/quick_tutorial/unit_testing.rst +++ b/docs/quick_tutorial/unit_testing.rst @@ -54,7 +54,7 @@ Steps .. literalinclude:: unit_testing/setup.py :language: python :linenos: - :emphasize-lines: 11-16, 21-23 + :emphasize-lines: 15 #. Install our project and its newly added dependency. Note that we use the extra specifier ``[dev]`` to install testing requirements and surround it with double quote marks. |
