mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fixes from Armin.
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user