[Checkins] SVN: buildout-website/trunk/source/glossary.rst Use old version

Baiju M baiju.m.mail at gmail.com
Wed Apr 22 15:37:32 EDT 2009


Log message for revision 99406:
  Use old version
  

Changed:
  U   buildout-website/trunk/source/glossary.rst

-=-
Modified: buildout-website/trunk/source/glossary.rst
===================================================================
--- buildout-website/trunk/source/glossary.rst	2009-04-22 19:25:27 UTC (rev 99405)
+++ buildout-website/trunk/source/glossary.rst	2009-04-22 19:37:31 UTC (rev 99406)
@@ -4,16 +4,30 @@
 ========
 
 .. glossary::
-   :sorted:
 
-   buildout
-      ???
+   builder
+      A class (inheriting from :class:`~sphinx.builder.Builder`) that takes
+      parsed documents and performs an action on them.  Normally, builders
+      translate the documents to an output format, but it is also possible to
+      use the builder builders that e.g. check for broken links in the
+      documentation, or build coverage information.
 
-   egg
-      ???
+   configuration directory
+      The directory containing :file:`conf.py`.  By default, this is the same
+      as the :term:`source directory`, but can be set differently with the
+      **-c** command-line option.
 
-   part
-      ???
+   description unit
+      The basic building block of Sphinx documentation.  Every "description
+      directive" creates such a unit; and most units can be cross-referenced
+      to.
 
-   recipe
-      ???
+   environment
+      A structure where information about all documents under the root is
+      saved, and used for cross-referencing.  The environment is pickled after
+      the parsing stage, so that successive runs only need to read and parse
+      new and changed documents.
+
+   source directory
+      The directory which, including its subdirectories, contains all source
+      files for one Sphinx project.



More information about the Checkins mailing list