summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-10-22 13:05:16 +0200
committerSteve Piercy <web@stevepiercy.com>2017-10-22 13:05:16 +0200
commit9f5f84dc7946207c52046808a9e2723d457ae2c9 (patch)
tree2c6ef39164530276603f6482c0d7c924e3e2af5f /docs/index.rst
parent58831496b8db4e590fadfd41dae733dc1a2e6fc5 (diff)
downloadpyramid-9f5f84dc7946207c52046808a9e2723d457ae2c9.tar.gz
pyramid-9f5f84dc7946207c52046808a9e2723d457ae2c9.tar.bz2
pyramid-9f5f84dc7946207c52046808a9e2723d457ae2c9.zip
Move Quick Tutorial under Tutorials
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 4b739d23f..3cd764b2f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -35,9 +35,6 @@ speed right away.
* :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 @@ speed right away.
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