[Checkins] SVN: bluebream/website/docs/v1.0/ enable todo

Baiju M baiju.m.mail at gmail.com
Tue Jan 19 11:23:24 EST 2010


Log message for revision 108274:
  enable todo
  

Changed:
  U   bluebream/website/docs/v1.0/conf.py
  U   bluebream/website/docs/v1.0/gettingstarted.rst
  U   bluebream/website/docs/v1.0/tutorial1.rst

-=-
Modified: bluebream/website/docs/v1.0/conf.py
===================================================================
--- bluebream/website/docs/v1.0/conf.py	2010-01-19 16:01:40 UTC (rev 108273)
+++ bluebream/website/docs/v1.0/conf.py	2010-01-19 16:23:24 UTC (rev 108274)
@@ -192,3 +192,7 @@
 
 # If false, no module index is generated.
 #latex_use_modindex = True
+
+# If this is True, todo and todolist produce output, else they produce nothing.
+# The default is False.
+todo_include_todos = True

Modified: bluebream/website/docs/v1.0/gettingstarted.rst
===================================================================
--- bluebream/website/docs/v1.0/gettingstarted.rst	2010-01-19 16:01:40 UTC (rev 108273)
+++ bluebream/website/docs/v1.0/gettingstarted.rst	2010-01-19 16:23:24 UTC (rev 108274)
@@ -66,12 +66,13 @@
 
 It is recommended to use a custom built Python for working with
 BlueBream.  You will be required to install a C compiler (gcc) in
-your system.  Internet access to `PyPI <http://pypi.python.org>`_ is
-required to perform installation of ``bluebream`` distribution.
-Later, to build the application using Buildout and to bootstrap the
-buildout itself, you need internet access.  But for deployment, you
-can avoid the internet access using `zc.sourcerelease
-<http://pypi.python.org/pypi/zc.sourcerelease>`_ package.
+your system.  Internet access to `PyPI
+<http://pypi.python.org/pypi>`_ is required to perform installation
+of ``bluebream`` distribution.  Later, to build the application using
+Buildout and to bootstrap the buildout itself, you need internet
+access.  But for deployment, you can avoid the internet access using
+`zc.sourcerelease <http://pypi.python.org/pypi/zc.sourcerelease>`_
+package.
 
 .. _started-installation:
 

Modified: bluebream/website/docs/v1.0/tutorial1.rst
===================================================================
--- bluebream/website/docs/v1.0/tutorial1.rst	2010-01-19 16:01:40 UTC (rev 108273)
+++ bluebream/website/docs/v1.0/tutorial1.rst	2010-01-19 16:23:24 UTC (rev 108274)
@@ -206,7 +206,7 @@
 After bootstrapping the Buildout, you can perform the real building
 of your application.  All the steps you have done so far is not
 required to be repeated.  But the build step will be required to
-repeat whenever you make changed to the buildout configuration.  Now
+repeat whenever you make changes to the buildout configuration.  Now
 you are ready to run the ``bin/buildout`` to build the application.
 Before running the buildout, let's see the content of
 ``buildout.cfg``::
@@ -406,9 +406,9 @@
 Running Buildout
 ~~~~~~~~~~~~~~~~
 
-Now you can the ``bin/buildout`` command.  This will take some time
-to download packages from PyPI.  When you run buildout, it will show
-something like this::
+Now you can run the ``bin/buildout`` command.  This will take some
+time to download packages from PyPI.  When you run buildout, it will
+show something like this::
 
   jack at computer:/projects/ticketcollector$ ./bin/buildout
   Develop: '/projects/ticketcollector/.'
@@ -859,6 +859,10 @@
 created an application container.  Finally, a default view for
 application container is also created.
 
+.. todo:: Show the test cases and how it is running.
+
+.. todo:: Provide an overview of generated ``setup.py``
+
 .. raw:: html
 
   <div id="disqus_thread"></div><script type="text/javascript"



More information about the checkins mailing list