diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-27 04:14:22 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-27 04:14:22 -0400 |
| commit | d4bbb679ad7e0cba89fabb321a4477ba8b165586 (patch) | |
| tree | 859276363a41e85a22852738148b26844061c958 | |
| parent | 742c1273a8bf73e441d30d0517b59cf7bb57439b (diff) | |
| download | pyramid-d4bbb679ad7e0cba89fabb321a4477ba8b165586.tar.gz pyramid-d4bbb679ad7e0cba89fabb321a4477ba8b165586.tar.bz2 pyramid-d4bbb679ad7e0cba89fabb321a4477ba8b165586.zip | |
reword
| -rw-r--r-- | docs/index.rst | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/index.rst b/docs/index.rst index 601c075fb..de1848506 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,11 +9,11 @@ development framework. It is developed as part of the `Pylons Project <http://docs.pylonsproject.org/>`_. It is licensed under a `BSD-like license <http://repoze.org/license.html>`_. -Here is one of the simplest :app:`Pyramid` applications you can make. +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 +When saved to ``helloworld.py``, the above application can be run via: .. code-block:: text @@ -22,11 +22,10 @@ Which when saved to ``helloworld.py`` can be run by 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:`html_narrative_documentation` to understand how :app:`Pyramid` is -designed to scale from these simple beginnings to handle the largest of web -application needs. +See :ref:`firstapp_chapter` for a full explanation of how this application +works. Read the :ref:`html_narrative_documentation` to understand how +:app:`Pyramid` is designed to scale from simple beginnings like this to the +largest of web applications. Front Matter ============ |
