Skip to content

Commit

Permalink
render checkout commands as text
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Nov 28, 2010
1 parent 12205fe commit 8c86976
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions docs/index.rst
Expand Up @@ -117,15 +117,19 @@ Sample Applications
application based on Rocky Burt's `ClueBin
<http://pypi.python.org/pypi/ClueBin/0.2.3>`_. 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
`virginia <https://github.com/Pylons/virginia>`_ is a very simple dynamic
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
<http://repoze.org>`_ website. Check this application out via::
<http://repoze.org>`_ website. Check this application out via:

.. code-block:: text
git clone git://github.com/Pylons/virginia.git
Expand All @@ -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 <http://www.sqlalchemy.org/>`_, :term:`repoze.who`, and
`Deliverance <http://www.deliveranceproject.org/>`_. Check this application
out of version control via::
out of version control via:

.. code-block:: text
git clone git://github.com/Pylons/shootout.git
Expand All @@ -151,7 +157,9 @@ Older Sample Applications (repoze.bfg)
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::
buildout for this application out of Subversion via:

.. code-block:: text
svn co http://svn.repoze.org/buildouts/bfgsite/ bfgsite_buildout
Expand Down Expand Up @@ -179,7 +187,9 @@ IRC channel <irc://irc.freenode.net/#pylons>`_.

Browse and check out tagged and trunk versions of :app:`Pyramid` via
the `Pyramid GitHub repository <http://github.com/Pylons/pyramid/>`_.
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
Expand Down

0 comments on commit 8c86976

Please sign in to comment.