Dylan Jay
2011-08-26 e17da6c60f03a2eaceee4d2ab9e9b06dd875d3d0
include install and move firstapp higher up index
1 files modified
11 ■■■■■ changed files
docs/index.rst 11 ●●●●● patch | view | raw | blame | history
docs/index.rst
@@ -13,6 +13,15 @@
.. literalinclude:: narr/helloworld.py
Which when saved to ``helloworld.py`` can be run by
.. code-block:: text
   $ easy_install pyramid
   $ python helloworld.py
   serving on 0.0.0.0:8080 view at http://127.0.0.1:8080
See :ref:`firstapp_chapter` for a full explanation of how this
:ref:`helloworld_imperative` app works. Read the
:ref:`narrative_documentation` to understand how :app:`Pyramid` is designed
@@ -51,8 +60,8 @@
   narr/introduction
   narr/install
   narr/configuration
   narr/firstapp
   narr/configuration
   narr/project
   narr/startup
   narr/urldispatch