From e73977d032b75b165084afba1595c1881b815a28 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Mon, 08 Oct 2018 11:32:24 +0200
Subject: [PATCH] Align emphasize-lines to setup.py

---
 docs/quick_tutorial/databases.rst      |    2 +-
 docs/quick_tutorial/jinja2.rst         |    2 +-
 docs/quick_tutorial/forms.rst          |    2 +-
 docs/quick_tutorial/authentication.rst |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/quick_tutorial/authentication.rst b/docs/quick_tutorial/authentication.rst
index eb9b6b3..cd038ea 100644
--- a/docs/quick_tutorial/authentication.rst
+++ b/docs/quick_tutorial/authentication.rst
@@ -39,7 +39,7 @@
 
    .. literalinclude:: authentication/setup.py
     :language: python
-    :emphasize-lines: 4
+    :emphasize-lines: 6
     :linenos:
 
 #. We can now install our project in development mode:
diff --git a/docs/quick_tutorial/databases.rst b/docs/quick_tutorial/databases.rst
index 5ba23e9..1d499cc 100644
--- a/docs/quick_tutorial/databases.rst
+++ b/docs/quick_tutorial/databases.rst
@@ -51,7 +51,7 @@
 
     .. literalinclude:: databases/setup.py
         :linenos:
-        :emphasize-lines: 8-9, 11, 25-26
+        :emphasize-lines: 10-11, 13, 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/forms.rst b/docs/quick_tutorial/forms.rst
index 7d759b7..3cd1e26 100644
--- a/docs/quick_tutorial/forms.rst
+++ b/docs/quick_tutorial/forms.rst
@@ -40,7 +40,7 @@
 #.  Let's edit ``forms/setup.py`` to declare a dependency on Deform, which in turn pulls in Colander as a dependency:
 
     .. literalinclude:: forms/setup.py
-        :emphasize-lines: 4
+        :emphasize-lines: 6
         :linenos:
 
 #.  We can now install our project in development mode:
diff --git a/docs/quick_tutorial/jinja2.rst b/docs/quick_tutorial/jinja2.rst
index 23a9982..865a8a6 100644
--- a/docs/quick_tutorial/jinja2.rst
+++ b/docs/quick_tutorial/jinja2.rst
@@ -33,7 +33,7 @@
     .. literalinclude:: jinja2/setup.py
         :language: python
         :linenos:
-        :emphasize-lines: 7
+        :emphasize-lines: 9
 
 #.  Install our project and its newly added dependency.
 

--
Gitblit v1.9.3