diff options
| author | Chris McDonough <chrism@plope.com> | 2013-02-09 19:15:07 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-02-09 19:15:07 -0500 |
| commit | acf115391088770ae434d222179fd22a693bfe46 (patch) | |
| tree | 442d33920cd6d20ccb7ce3cff3344fd851448d0d /docs/index.rst | |
| parent | 6313e0dd97e22b8c897293cd8d5f2f145637f49f (diff) | |
| parent | 7fe736bf57696aa62c8b0d84e62ad486d0f88f40 (diff) | |
| download | pyramid-acf115391088770ae434d222179fd22a693bfe46.tar.gz pyramid-acf115391088770ae434d222179fd22a693bfe46.tar.bz2 pyramid-acf115391088770ae434d222179fd22a693bfe46.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index faf8258c1..d4b7ed492 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,7 +14,7 @@ Here is one of the simplest :app:`Pyramid` applications you can make: .. literalinclude:: narr/helloworld.py 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 +`<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 @@ -138,6 +138,11 @@ Design Documents Sample Applications =================== +.. note:: + + These applications run only on Python 2.x, and so do some of their + dependencies. + `cluegun <https://github.com/Pylons/cluegun>`_ is a simple pastebin application based on Rocky Burt's `ClueBin <http://pypi.python.org/pypi/ClueBin/0.2.3>`_. It demonstrates form @@ -200,7 +205,7 @@ To check out the trunk via ``git``, use this command: To find out how to become a contributor to :app:`Pyramid`, please see the `contributor's section of the documentation -<http://docs.pylonsproject.org/index.html#contributing>`_. +<http://docs.pylonsproject.org/en/latest/#contributing>`_. Index and Glossary ================== |
