From e17da6c60f03a2eaceee4d2ab9e9b06dd875d3d0 Mon Sep 17 00:00:00 2001 From: Dylan Jay Date: Fri, 26 Aug 2011 14:36:00 +1000 Subject: include install and move firstapp higher up index --- docs/index.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 3d66be648..e4a637b57 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,6 +13,15 @@ Here is one of the simplest :app:`Pyramid` applications you can make. .. 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 @@ Narrative documentation in chapter form explaining how to use narr/introduction narr/install - narr/configuration narr/firstapp + narr/configuration narr/project narr/startup narr/urldispatch -- cgit v1.2.3