diff options
| author | Marc Abramowitz <marca@surveymonkey.com> | 2012-11-30 09:27:09 -0800 |
|---|---|---|
| committer | Marc Abramowitz <marca@surveymonkey.com> | 2012-11-30 09:38:54 -0800 |
| commit | b9b2ee39c251dd68a12e717e1f6d9d02a29efe9a (patch) | |
| tree | a93ba55122748375c84e563015b4a122eea3fcb9 /docs/tutorials/wiki2/design.rst | |
| parent | 0f2bbe521970aac9bf41f5ab9069256dac9f9cc5 (diff) | |
| download | pyramid-b9b2ee39c251dd68a12e717e1f6d9d02a29efe9a.tar.gz pyramid-b9b2ee39c251dd68a12e717e1f6d9d02a29efe9a.tar.bz2 pyramid-b9b2ee39c251dd68a12e717e1f6d9d02a29efe9a.zip | |
A bunch of minor tweaks to the wiki2 tutorial in docs/tutorials/wiki2
Diffstat (limited to 'docs/tutorials/wiki2/design.rst')
| -rw-r--r-- | docs/tutorials/wiki2/design.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/design.rst b/docs/tutorials/wiki2/design.rst index 6e41e00aa..c56d7fecf 100644 --- a/docs/tutorials/wiki2/design.rst +++ b/docs/tutorials/wiki2/design.rst @@ -9,7 +9,7 @@ tutorial. Overall ------- -We choose to use ``reStructuredText`` markup in the wiki text. Translation +We choose to use :term:`reStructuredText` markup in the wiki text. Translation from reStructuredText to HTML is provided by the widely used ``docutils`` Python module. We will add this module in the dependency list on the project ``setup.py`` file. |
