Commit 4bcb64aa by Chris Jerdonek

Fixed picture caption.

parent 0029bcef
Pystache Pystache
======== ========
![image](https://s3.amazonaws.com/webdev_bucket/pystache.png) ![](https://s3.amazonaws.com/webdev_bucket/pystache.png "mustachioed, monocled snake by David Phillips")
[Pystache](https://github.com/defunkt/pystache) is a Python [Pystache](https://github.com/defunkt/pystache) is a Python
implementation of [Mustache](http://mustache.github.com/). Mustache is a implementation of [Mustache](http://mustache.github.com/). Mustache is a
......
...@@ -95,7 +95,7 @@ README_PATH = 'README.md' ...@@ -95,7 +95,7 @@ README_PATH = 'README.md'
HISTORY_PATH = 'HISTORY.md' HISTORY_PATH = 'HISTORY.md'
LICENSE_PATH = 'LICENSE' LICENSE_PATH = 'LICENSE'
DESCRIPTION_PATH = 'DESCRIPTION.rst' DESCRIPTION_PATH = 'setup_description.rst'
CLASSIFIERS = ( CLASSIFIERS = (
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
......
...@@ -5,9 +5,8 @@ Pystache ...@@ -5,9 +5,8 @@ Pystache
.. figure:: https://s3.amazonaws.com/webdev_bucket/pystache.png .. figure:: https://s3.amazonaws.com/webdev_bucket/pystache.png
:align: center :align: center
:alt: image :alt: mustachioed, monocled snake by David Phillips
image
`Pystache <https://github.com/defunkt/pystache>`_ is a Python `Pystache <https://github.com/defunkt/pystache>`_ is a Python
implementation of `Mustache <http://mustache.github.com/>`_. Mustache is implementation of `Mustache <http://mustache.github.com/>`_. Mustache is
a framework-agnostic, logic-free templating system inspired by a framework-agnostic, logic-free templating system inspired by
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment