diff options
| -rw-r--r-- | docs/tutorials/wiki/design.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/design.rst b/docs/tutorials/wiki/design.rst index 1cf70b8ac..2b613377a 100644 --- a/docs/tutorials/wiki/design.rst +++ b/docs/tutorials/wiki/design.rst @@ -4,14 +4,14 @@ Design Following is a quick overview of our wiki application, to help us understand the changes that we will be doing next in our -default files generated by the paster scafffold. +default files generated by the ``zodb`` scafffold. Overall ------- We choose to use ``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 +widely used ``docutils`` Python module. We will add this module in the dependency list on the project ``setup.py`` file. Models |
