[Checkins] SVN: grok/trunk/doc/ Get documentation up-to-date.

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu May 1 07:21:59 EDT 2008


Log message for revision 85986:
  Get documentation up-to-date.

Changed:
  U   grok/trunk/doc/about.rst
  U   grok/trunk/doc/index.rst
  U   grok/trunk/doc/reference/directives.rst
  U   grok/trunk/doc/reference/index.rst
  U   grok/trunk/doc/upgrade.txt

-=-
Modified: grok/trunk/doc/about.rst
===================================================================
--- grok/trunk/doc/about.rst	2008-05-01 11:21:34 UTC (rev 85985)
+++ grok/trunk/doc/about.rst	2008-05-01 11:21:58 UTC (rev 85986)
@@ -35,7 +35,7 @@
 thanks to grokproject_, you'll be able to create your first web app
 with Grok in no time.
 
-.. _tutorial: /tutorial.html
+.. _tutorial: tutorial.html
 
 .. _grokproject: http://cheeseshop.python.org/pypi/grokproject
 

Modified: grok/trunk/doc/index.rst
===================================================================
--- grok/trunk/doc/index.rst	2008-05-01 11:21:34 UTC (rev 85985)
+++ grok/trunk/doc/index.rst	2008-05-01 11:21:58 UTC (rev 85986)
@@ -2,7 +2,7 @@
 What is Grok?
 =============
 
-.. image:: ./resources/evencaveman.jpg
+.. image:: resources/evencaveman.jpg
    :alt: Now even cavemen can use Zope3
    :class: right
 
@@ -172,3 +172,15 @@
 .. _Martijn Faassen's blog entry: http://faassen.n--tree.net/blog/view/weblog/2006/11/09/0
 .. _Jan-Wijbrand Kolman blogged: http://jw.n--tree.net/blog/dev/python/second-grok-sprint
 .. _Martijn Faassen blogged: http://faassen.n--tree.net/blog/view/weblog/2007/01/09/0
+
+.. toctree::
+
+   about.rst
+   contents.rst
+   minitutorials/index.rst
+   reference/index.rst
+
+   bugs.rst
+   README.rst
+   license.rst
+   copyright.rst

Modified: grok/trunk/doc/reference/directives.rst
===================================================================
--- grok/trunk/doc/reference/directives.rst	2008-05-01 11:21:34 UTC (rev 85985)
+++ grok/trunk/doc/reference/directives.rst	2008-05-01 11:21:58 UTC (rev 85986)
@@ -432,14 +432,14 @@
   **Linking to resources from templates**
 
   grok provides a convenient way to calculate the URLs to static
-  resource using the keyword :keyword:`static` in page templates:
+  resource using the keyword `static` in page templates:
 
   .. code-block:: html
 
     <link rel="stylesheet" tal:attributes="href static/example.css"
           type="text/css">
 
-  The keyword :keyword:`static` will be replaced by the reference to
+  The keyword `static` will be replaced by the reference to
   the resource directory for the package in which the template was
   registered.
 

Modified: grok/trunk/doc/reference/index.rst
===================================================================
--- grok/trunk/doc/reference/index.rst	2008-05-01 11:21:34 UTC (rev 85985)
+++ grok/trunk/doc/reference/index.rst	2008-05-01 11:21:58 UTC (rev 85986)
@@ -23,7 +23,10 @@
 refer to the original Zope 3 documentation and the grok tutorial for
 introductory material.
 
+.. raw:: html
 
+   Also available as <a href="../reference.pdf">PDF</a>.
+
 .. toctree::
    :maxdepth: 2
 
@@ -34,3 +37,4 @@
    functions.rst
    events.rst
    exceptions.rst
+   model.rst

Modified: grok/trunk/doc/upgrade.txt
===================================================================
--- grok/trunk/doc/upgrade.txt	2008-05-01 11:21:34 UTC (rev 85985)
+++ grok/trunk/doc/upgrade.txt	2008-05-01 11:21:58 UTC (rev 85986)
@@ -4,7 +4,8 @@
 This document outlines how to update Grok applications so that they
 continue to work with newer versions of Grok.  This document only
 describes changes involving incompatibilities or deprecations, not new
-features (please refer to ``CHANGES.txt`` for those).
+features (please see :ref:`changes` below or refer to ``CHANGES.txt``
+for those).
 
 Upgrading to 0.13
 -----------------



More information about the Checkins mailing list