From 0dc5716037d9ba5ffffbddf2ade893cc55b7ddd4 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 17 Mar 2012 14:15:52 -0400 Subject: normalize zodb tut design doc with text from sqla design doc --- docs/tutorials/wiki/design.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3