[Checkins] SVN: buildout-website/trunk/ Figuring out Sphinx - what the various directories are for, what should be

Jeff Rush jrush at taupro.com
Mon May 5 09:05:37 EDT 2008


Log message for revision 86450:
  Figuring out Sphinx - what the various directories are for, what should be
  checked in and what should be generated afresh each time.  Details about this
  are being recorded in the README file for future contributors.
  
  

Changed:
  A   buildout-website/trunk/README
  _U  buildout-website/trunk/build/

-=-
Added: buildout-website/trunk/README
===================================================================
--- buildout-website/trunk/README	                        (rev 0)
+++ buildout-website/trunk/README	2008-05-05 13:05:37 UTC (rev 86450)
@@ -0,0 +1,52 @@
+WHAT IS THIS PROJECT
+====================
+
+This project is to collect and improve the documentation for the "buildout"
+tool in a form suitable for delivery via the website buildout.zope.org.  That
+documentation is in the form of reStructuredText and relies upon the "sphinx"
+tool to process it into HTML while automatically producing cross-references,
+indices and such.
+
+WHERE ARE THE SOURCE DOCUMENTS?
+===============================
+
+  source/
+
+The Sphinx tool relies upon a "table of contents tree" to organize the various
+source documents into a comprehensive whole.  This tree is specified in a
+source document with the "toctree::" directive.  The topmost or master
+document, as specified in source/conf.py, is source/index.rst.  All source
+documents must end with the .rst filename extension.
+
+Note that all documents under the source/ tree must appear in some *toctree*
+directive and Sphinx wille emit a warning at document build time if this is
+not so.
+
+
+HOW DO I CONFIGURE THE CONVERSION PROCESS?
+==========================================
+
+  source/
+    conf.py
+
+
+WHERE ARE THE DELIVERABLE HTML DOCUMENTS?
+=========================================
+
+  build/
+    html/
+      index.html
+
+
+HOW IS THE HTML STYLING CONTROLLED?
+===================================
+
+The CSS stylesheet to be used is "default.css" which is located ???.
+
+
+WHO ARE THE ORGANIZERS OF THIS PROJECT?
+=======================================
+
+ - Jeff Rush
+ - Baiju
+ - ???


Property changes on: buildout-website/trunk/README
___________________________________________________________________
Name: svn:mime-type
   + text/plain


Property changes on: buildout-website/trunk/build
___________________________________________________________________
Name: svn:ignore
   + *




More information about the Checkins mailing list