[Checkins] SVN: zopetoolkit/doc/source/ Overlong lines, remove automated comment

Hanno Schlichting hannosch at hannosch.eu
Tue May 4 10:14:57 EDT 2010


Log message for revision 111918:
  Overlong lines, remove automated comment
  

Changed:
  U   zopetoolkit/doc/source/index.rst
  U   zopetoolkit/doc/source/process/bug-tracking.rst
  U   zopetoolkit/doc/source/process/buildbots.rst

-=-
Modified: zopetoolkit/doc/source/index.rst
===================================================================
--- zopetoolkit/doc/source/index.rst	2010-05-04 13:48:53 UTC (rev 111917)
+++ zopetoolkit/doc/source/index.rst	2010-05-04 14:14:56 UTC (rev 111918)
@@ -1,7 +1,3 @@
-.. Zope Toolkit Documentation master file, created by sphinx-quickstart on Mon Feb  2 16:17:40 2009.
-   You can adapt this file completely to your liking, but it should at least
-   contain the root `toctree` directive.
-
 Zope Toolkit
 ============
 

Modified: zopetoolkit/doc/source/process/bug-tracking.rst
===================================================================
--- zopetoolkit/doc/source/process/bug-tracking.rst	2010-05-04 13:48:53 UTC (rev 111917)
+++ zopetoolkit/doc/source/process/bug-tracking.rst	2010-05-04 14:14:56 UTC (rev 111918)
@@ -1,8 +1,8 @@
 Bug tracking
 ============
 
-ZTK bugs are tracked in individual projects (one per package) using Launchpad's bugtracker at
-https://bugs.launchpad.net/zopetoolkit.
+ZTK bugs are tracked in individual projects (one per package) using Launchpad's
+bug tracker at https://bugs.launchpad.net/zopetoolkit.
 
 ``XXX``, ``FIXME`` or ``TODO`` comments in the source code are not
 considered bugs and therefore cannot block releases. Consider adding a
@@ -16,7 +16,7 @@
 Historically, bugs have been tracked with the Zope 3 project
 (https://bugs.launchpad.net/zope3).
 
-Even longer ago, Zope 3 used its own bugtracker (which lived at
+Even longer ago, Zope 3 used its own bug tracker (which lived at
 http://www.zope.org/Collectors). Those were imported into the Launchpad bug
 database and have aliases of the form "zope3dev-NNN" where "NNN" is the old
 bug number, so they can be retrieved by searching for these on Launchpad.

Modified: zopetoolkit/doc/source/process/buildbots.rst
===================================================================
--- zopetoolkit/doc/source/process/buildbots.rst	2010-05-04 13:48:53 UTC (rev 111917)
+++ zopetoolkit/doc/source/process/buildbots.rst	2010-05-04 14:14:56 UTC (rev 111918)
@@ -11,9 +11,10 @@
 The automated test suite
 ========================
 
-The ZTK's automated test suite builds on the individual packages' unit and functional tests and creates 
-a combined test runner that runs each packages' test suite in isolation but
-ensures that the dependencies are satisfied using the ZTK versions under test.
+The ZTK's automated test suite builds on the individual packages' unit and
+functional tests and creates a combined test runner that runs each packages'
+test suite in isolation but ensures that the dependencies are satisfied using
+the ZTK versions under test.
 
 The combined test runner is created using `z3c.recipe.compattest
 <http://pypi.python.org/pypi/z3c.recipe.compattest>`_ -- check the



More information about the checkins mailing list