summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-08-03 12:25:06 -0400
committerChris McDonough <chrism@plope.com>2012-08-03 12:25:06 -0400
commitaa62a18c7e5f39a42ca777c871cf7cf61ffd869b (patch)
tree12074d3509c8c549a81d0523d4967d8fae1cc05d /docs
parent6b9f6fe12581cef6bc3484ffee3f870d6330257b (diff)
parent013a76c6311dd42c5de7a2ff142327bbc0f8301b (diff)
downloadpyramid-aa62a18c7e5f39a42ca777c871cf7cf61ffd869b.tar.gz
pyramid-aa62a18c7e5f39a42ca777c871cf7cf61ffd869b.tar.bz2
pyramid-aa62a18c7e5f39a42ca777c871cf7cf61ffd869b.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst12
1 files changed, 3 insertions, 9 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 31c2fde6b..c84314274 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