summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-05-22 01:45:26 -0700
committerSteve Piercy <web@stevepiercy.com>2015-05-22 01:56:38 -0700
commitef8791f0af1124ce5b862b9ea245840b58f5408d (patch)
tree3f7f44345e73b28b5d1d2558b6b09fd3ba1cd463 /docs
parent74a106975d82610c537383674a5f64f63a588c41 (diff)
downloadpyramid-ef8791f0af1124ce5b862b9ea245840b58f5408d.tar.gz
pyramid-ef8791f0af1124ce5b862b9ea245840b58f5408d.tar.bz2
pyramid-ef8791f0af1124ce5b862b9ea245840b58f5408d.zip
add linenos to python code
Diffstat (limited to 'docs')
-rw-r--r--docs/quick_tutorial/request_response.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/quick_tutorial/request_response.rst b/docs/quick_tutorial/request_response.rst
index 504803804..4f8de0221 100644
--- a/docs/quick_tutorial/request_response.rst
+++ b/docs/quick_tutorial/request_response.rst
@@ -46,14 +46,17 @@ Steps
#. Simplify the routes in ``request_response/tutorial/__init__.py``:
.. literalinclude:: request_response/tutorial/__init__.py
+ :linenos:
#. We only need one view in ``request_response/tutorial/views.py``:
.. literalinclude:: request_response/tutorial/views.py
+ :linenos:
#. Update the tests in ``request_response/tutorial/tests.py``:
.. literalinclude:: request_response/tutorial/tests.py
+ :linenos:
#. Now run the tests: