diff options
| author | Chris McDonough <chrism@plope.com> | 2012-08-03 12:20:09 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-08-03 12:20:09 -0400 |
| commit | cad4895907e078b3da39fb59a707f888c5f2befc (patch) | |
| tree | 8c6ed5b05a23eff001faff2d610fe8a0cd631acb /docs/index.rst | |
| parent | 6b9f6fe12581cef6bc3484ffee3f870d6330257b (diff) | |
| parent | 41b6ebf715b9c4935aa876c879e562e767d63fc0 (diff) | |
| download | pyramid-cad4895907e078b3da39fb59a707f888c5f2befc.tar.gz pyramid-cad4895907e078b3da39fb59a707f888c5f2befc.tar.bz2 pyramid-cad4895907e078b3da39fb59a707f888c5f2befc.zip | |
Merge branch 'ww/doc-changes' of git://github.com/wwitzel3/pyramid into wwitzel3-ww/doc-changes
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/docs/index.rst b/docs/index.rst index 31c2fde6b..699c89449 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,15 +13,9 @@ Here is one of the simplest :app:`Pyramid` applications you can make: .. literalinclude:: narr/helloworld.py -When saved to ``helloworld.py``, the above application can be run via: - -.. code-block:: text - - $ easy_install pyramid - $ python helloworld.py - -When you visit ``http://localhost:8080/hello/world`` in a browser, you will -see the text ``Hello, world!``. +After you install :app:`Pyramid` and run this application. When you visit +``http://localhost:8080/hello/world`` in a browser, you will see the +text ``Hello, world!`` See :ref:`firstapp_chapter` for a full explanation of how this application works. Read the :ref:`html_narrative_documentation` to understand how |
