Fixes from Armin.

This commit is contained in:
Georg Brandl
2008-03-22 13:14:00 +00:00
parent 3155163249
commit 6756c8be4d
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ formats, automatically producing cross-references, indices etc.
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

View File

@@ -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.