[Python-checkins] r61746 - doctools/trunk/doc/intro.rst doctools/trunk/doc/templating.rst

georg.brandl python-checkins at python.org
Sat Mar 22 14:14:01 CET 2008


Author: georg.brandl
Date: Sat Mar 22 14:14:00 2008
New Revision: 61746

Modified:
   doctools/trunk/doc/intro.rst
   doctools/trunk/doc/templating.rst
Log:
Fixes from Armin.


Modified: doctools/trunk/doc/intro.rst
==============================================================================
--- doctools/trunk/doc/intro.rst	(original)
+++ doctools/trunk/doc/intro.rst	Sat Mar 22 14:14:00 2008
@@ -8,7 +8,7 @@
 The focus is on hand-written documentation, rather than auto-generated API docs.
 Though there is limited support for that kind of docs as well (which is intended
 to be freely mixed with hand-written content), if you need pure API docs have a
-look at `Epydoc <http://epydoc.sf.net/>`, which also understands reST.
+look at `Epydoc <http://epydoc.sf.net/>`_, which also understands reST.
 
 .. XXX web app
 

Modified: doctools/trunk/doc/templating.rst
==============================================================================
--- doctools/trunk/doc/templating.rst	(original)
+++ doctools/trunk/doc/templating.rst	Sat Mar 22 14:14:00 2008
@@ -3,7 +3,7 @@
 Templating
 ==========
 
-Sphinx uses the `Jinja <http://jinja.pocoo.org>` templating engine for its HTML
+Sphinx uses the `Jinja <http://jinja.pocoo.org>`_ templating engine for its HTML
 templates.  Jinja is a text-based engine, and inspired by Django templates, so
 anyone having used Django will already be familiar with it.  It also has
 excellent documentation for those who need to make themselves familiar with it.


More information about the Python-checkins mailing list