diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-01-05 04:46:51 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-01-05 04:46:51 -0800 |
| commit | 02054bed6646a7d11e1f6f6675c3cdf707d71248 (patch) | |
| tree | 88b69605321e6de5bb969695984595ab3890df51 /docs | |
| parent | 5558386fd1a6181b2e8ad06659049c055a7ed023 (diff) | |
| parent | 8a80b1094cf0ba762b30a9bae56831d4daf69e3c (diff) | |
| download | pyramid-02054bed6646a7d11e1f6f6675c3cdf707d71248.tar.gz pyramid-02054bed6646a7d11e1f6f6675c3cdf707d71248.tar.bz2 pyramid-02054bed6646a7d11e1f6f6675c3cdf707d71248.zip | |
Merge pull request #2212 from stevepiercy/master
update links to tutorials in cookbook
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 6 | ||||
| -rw-r--r-- | docs/quick_tour.rst | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst index 8c8a0a18d..9a34f088b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,9 +39,9 @@ speed right away. format, with somewhat deeper treatment of each topic and with working code. * Like learning by example? Visit the official :ref:`html_tutorials` as well as - the community-contributed :ref:`Pyramid tutorials - <tutorials:pyramid-tutorials>`, which include a :ref:`Todo List Application - in One File <tutorials:single-file-tutorial>`. + the community-contributed :ref:`Pyramid Tutorials + <tutorials:pyramid-tutorials>` and :ref:`Pyramid Cookbook + <cookbook:pyramid-cookbook>`. * For help getting Pyramid set up, try :ref:`installing_chapter`. diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst index be5be2e36..56ca53a69 100644 --- a/docs/quick_tour.rst +++ b/docs/quick_tour.rst @@ -98,7 +98,7 @@ one that we will revisit regurlarly in this *Quick Tour*. .. seealso:: See also: :ref:`Quick Tutorial Hello World <qtut_hello_world>`, :ref:`firstapp_chapter`, and - :ref:`Single File Tasks tutorial <tutorials:single-file-tutorial>` + :ref:`Todo List Application in One File <cookbook:single-file-tutorial>` Handling web requests and responses =================================== |
