summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-03-04 13:06:45 -0500
committerChris McDonough <chrism@plope.com>2012-03-04 13:06:45 -0500
commitaebd2fd83fca7dcb13d351bbcbfa40f3e22633c3 (patch)
tree55c9284a386acc2dc0ab3e032c08e1c3270c51d1 /docs
parentcaebdfa6a0ccb56b578431a059934dafb2171d77 (diff)
downloadpyramid-aebd2fd83fca7dcb13d351bbcbfa40f3e22633c3.tar.gz
pyramid-aebd2fd83fca7dcb13d351bbcbfa40f3e22633c3.tar.bz2
pyramid-aebd2fd83fca7dcb13d351bbcbfa40f3e22633c3.zip
garden titles of index
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst52
1 files changed, 16 insertions, 36 deletions
diff --git a/docs/index.rst b/docs/index.rst
index cb632d5b2..ba71d5fff 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -37,8 +37,8 @@ Front Matter
copyright.rst
conventions.rst
-"What's New" Documents
-======================
+What's New
+==========
.. toctree::
:maxdepth: 1
@@ -100,9 +100,9 @@ Narrative documentation in chapter form explaining how to use
Tutorials
=========
-Detailed tutorials explaining how to use :app:`Pyramid` to build
-various types of applications and how to deploy :app:`Pyramid`
-applications to various platforms.
+Tutorials explaining how to use :app:`Pyramid` to build various types of
+applications, and how to deploy :app:`Pyramid` applications to various
+platforms.
.. toctree::
:maxdepth: 2
@@ -112,26 +112,26 @@ applications to various platforms.
tutorials/bfg/index.rst
tutorials/modwsgi/index.rst
-Reference Material
+API Documentation
==================
-Reference material includes documentation for every :app:`Pyramid` API.
+Documentation for every :app:`Pyramid` API.
.. toctree::
:maxdepth: 2
api
-Detailed Change History
-=======================
+Change History
+==============
.. toctree::
:maxdepth: 1
changes
-Design Documentation
-====================
+Design Documents
+================
.. toctree::
:maxdepth: 1
@@ -172,31 +172,11 @@ Check this application out of version control via:
git clone git://github.com/Pylons/shootout.git
-Older Sample Applications (repoze.bfg)
-======================================
-
-.. note::
-
- These applications are for an older version of :app:`Pyramid`, which was
- named :mod:`repoze.bfg`. They won't work unmodified under Pyramid, but
- might provide useful clues.
-
-`bfgsite <http://svn.repoze.org/bfgsite/trunk>`_ is the software which
-runs the `bfg.repoze.org <http://bfg.repoze.org>`_ website. It
-demonstrates integration with Trac, and includes several
-mini-applications such as a pastebin and tutorial engine. Check a
-buildout for this application out of Subversion via:
-
-.. code-block:: text
-
- svn co http://svn.repoze.org/buildouts/bfgsite/ bfgsite_buildout
-
-`KARL <http://karlproject.org>`_ is a moderately-sized application
-(roughly 70K lines of Python code) built on top of :mod:`repoze.bfg`
-and other Repoze software. It is an open source web system for
-collaboration, organizational intranets, and knowledge management, It
-provides facilities for wikis, calendars, manuals, searching, tagging,
-commenting, and file uploads. See the `KARL site
+`KARL <http://karlproject.org>`_ is a moderately-sized application (roughly
+80K lines of Python code) built on top of :app:`Pyramid`. It is an open
+source web system for collaboration, organizational intranets, and knowledge
+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