Steve Piercy
2017-10-22 13a07336dfe19b12fb6c0c1c2565b23def1b71cd
Merge pull request #3189 from stevepiercy/1.9-branch

Move Quick Tutorial under Tutorials
1 files modified
8 ■■■■ changed files
docs/index.rst 8 ●●●● patch | view | raw | blame | history
docs/index.rst
@@ -35,9 +35,6 @@
* :doc:`quick_tour` gives an overview of the major features in Pyramid,
  covering a little about a lot.
* :doc:`quick_tutorial/index` is similar to the Quick Tour, but in a tutorial
  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>` and :ref:`Pyramid Community Cookbook
@@ -53,13 +50,12 @@
Tutorials
=========
Official tutorials explaining how to use :app:`Pyramid` to build various types
of applications, and how to deploy :app:`Pyramid` applications to various
platforms.
Official tutorials provide a quick overview of :app:`Pyramid`'s features in more depth than the Quick Tour and with working code, explain how to use :app:`Pyramid` to build various types of applications, and how to deploy :app:`Pyramid` applications to various platforms.
.. toctree::
   :maxdepth: 1
   quick_tutorial/index
   tutorials/wiki2/index
   tutorials/wiki/index
   tutorials/modwsgi/index