diff options
author | Ben Bangert <ben@groovie.org> | 2012-03-13 11:50:33 -0700 |
---|---|---|
committer | Ben Bangert <ben@groovie.org> | 2012-03-13 11:50:33 -0700 |
commit | a8ee2d163ffff24c36c338e87d5e12d8a03ca024 (patch) | |
tree | 631d5b956e9c816f15ff1ddea8b4432b918b9ebe /docs | |
parent | 113df5851b2fb97013051278649a16ed74bfd747 (diff) | |
download | routes-a8ee2d163ffff24c36c338e87d5e12d8a03ca024.tar.gz |
use line nos properly
--HG--
branch : trunk
Diffstat (limited to 'docs')
-rw-r--r-- | docs/setting_up.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setting_up.rst b/docs/setting_up.rst index 81df64f..e93cb97 100644 --- a/docs/setting_up.rst +++ b/docs/setting_up.rst @@ -5,8 +5,8 @@ It is assumed that you are using a framework that has preconfigured Routes for you. In Pylons, you define your routes in the ``make_map`` function in your *myapp/config/routing.py* module. Here is a typical configuration: -.. code:: python - :number-lines: +.. code-block:: python + :linenos: from routes import Mapper map = Mapper() |