summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorPaul Everitt <paul@agendaless.com>2013-08-06 10:12:42 -0400
committerPaul Everitt <paul@agendaless.com>2013-08-06 10:12:42 -0400
commit71b83e5ea328b654f8463f567ecc054a55a7a90b (patch)
tree7ba977a3592446142d5c4ea180d7b71bc2f31dbc /docs/index.rst
parentc3e696a0cfb839c97e6c20277dc797dbd5349730 (diff)
downloadpyramid-71b83e5ea328b654f8463f567ecc054a55a7a90b.tar.gz
pyramid-71b83e5ea328b654f8463f567ecc054a55a7a90b.tar.bz2
pyramid-71b83e5ea328b654f8463f567ecc054a55a7a90b.zip
Move sample code into subdirectories. Add sections for requests and views.
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst24
1 files changed, 23 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 09bbb5a9a..e61fe64d4 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -48,10 +48,30 @@ What's New
Getting Started
===============
+Quick tour of major facilities in Pyramid, including a
+:doc:`getting_started/quick_glance` high-level
+overview.
+
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
getting_started/index
+ getting_started/quick_glance
+ getting_started/scaffolds
+ getting_started/configuration
+ getting_started/routes
+ getting_started/views
+ getting_started/templates
+ getting_started/static_assets
+ getting_started/testing
+ getting_started/forms
+ getting_started/databases
+ getting_started/security
+ getting_started/json
+ getting_started/sessions
+ getting_started/internationalization
+ getting_started/special_views
+ getting_started/top_ten
.. _html_narrative_documentation:
@@ -192,6 +212,8 @@ management. It provides facilities for wikis, calendars, manuals, searching,
tagging, commenting, and file uploads. See the `KARL site
<http://karlproject.org>`_ for download and installation details.
+.. _support-and-development:
+
Support and Development
=======================