From 8c8697611c748e44b156233b22e4bc9a0365d44b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 28 Nov 2010 00:45:54 -0500 Subject: render checkout commands as text --- docs/index.rst | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 72c21bbc8..d3ff51748 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -117,7 +117,9 @@ Sample Applications application based on Rocky Burt's `ClueBin `_. It demonstrates form processing, security, and the use of :term:`ZODB` within a :app:`Pyramid` -application. Check this application out via:: +application. Check this application out via: + +.. code-block:: text git clone git://github.com/Pylons/cluegun.git @@ -125,7 +127,9 @@ application. Check this application out via:: file rendering application. It is willing to render structured text documents, HTML documents, and images from a filesystem directory. An earlier version of this application runs the `repoze.org -`_ website. Check this application out via:: +`_ website. Check this application out via: + +.. code-block:: text git clone git://github.com/Pylons/virginia.git @@ -134,7 +138,9 @@ competition" application by Carlos de la Guardia. It demonstrates a hybrid of :term:`URL dispatch` and :term:`traversal` and integration with `SQLAlchemy `_, :term:`repoze.who`, and `Deliverance `_. Check this application -out of version control via:: +out of version control via: + +.. code-block:: text git clone git://github.com/Pylons/shootout.git @@ -151,7 +157,9 @@ Older Sample Applications (repoze.bfg) runs the `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:: +buildout for this application out of Subversion via: + +.. code-block:: text svn co http://svn.repoze.org/buildouts/bfgsite/ bfgsite_buildout @@ -179,7 +187,9 @@ IRC channel `_. Browse and check out tagged and trunk versions of :app:`Pyramid` via the `Pyramid GitHub repository `_. -To check out the trunk via ``git``, use this command:: +To check out the trunk via ``git``, use this command: + +.. code-block:: text git clone git@github.com:Pylons/pyramid.git -- cgit v1.2.3 From f1b2cd162a9cc8dbd88ab8ea14df794d680346b5 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 28 Nov 2010 03:10:56 -0500 Subject: put converting-from-bfg tutorial after wiki tutorials --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index d3ff51748..1ab748d57 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -73,9 +73,9 @@ applications to various platforms. .. toctree:: :maxdepth: 2 - tutorials/bfg/index.rst tutorials/wiki/index.rst tutorials/wiki2/index.rst + tutorials/bfg/index.rst tutorials/cmf/index.rst tutorials/gae/index.rst tutorials/modwsgi/index.rst -- cgit v1.2.3 From ee2945ac469620a82d304d0f396b8d0e24d99656 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 29 Nov 2010 18:57:23 -0500 Subject: capitalize title --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 1ab748d57..073a562ca 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,7 @@ .. _index: ================================================= -The pyramid Web Application Development Framework +The Pyramid Web Application Development Framework ================================================= :app:`Pyramid` is a small, fast, down-to-earth Python web application -- cgit v1.2.3