[QGIS Commit] r14057 - docs/trunk/english_us/developer_cookbook/source

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Aug 11 07:22:37 EDT 2010


Author: wonder
Date: 2010-08-11 11:22:37 +0000 (Wed, 11 Aug 2010)
New Revision: 14057

Removed:
   docs/trunk/english_us/developer_cookbook/source/todolist.rst
Modified:
   docs/trunk/english_us/developer_cookbook/source/canvas.rst
   docs/trunk/english_us/developer_cookbook/source/composer.rst
   docs/trunk/english_us/developer_cookbook/source/expressions.rst
   docs/trunk/english_us/developer_cookbook/source/index.rst
   docs/trunk/english_us/developer_cookbook/source/intro.rst
   docs/trunk/english_us/developer_cookbook/source/loadlayer.rst
   docs/trunk/english_us/developer_cookbook/source/measure.rst
   docs/trunk/english_us/developer_cookbook/source/raster.rst
   docs/trunk/english_us/developer_cookbook/source/vector.rst
Log:
Removed todo directives to make the document compatible with sphinx 0.4


Modified: docs/trunk/english_us/developer_cookbook/source/canvas.rst
===================================================================
--- docs/trunk/english_us/developer_cookbook/source/canvas.rst	2010-08-11 10:12:54 UTC (rev 14056)
+++ docs/trunk/english_us/developer_cookbook/source/canvas.rst	2010-08-11 11:22:37 UTC (rev 14057)
@@ -202,12 +202,12 @@
 Writing Custom Map Tools
 ------------------------
 
-.. todo:: how to create a map tool
+**TODO:** how to create a map tool
 
 Writing Custom Map Canvas Items
 -------------------------------
 
-.. todo:: how to create a map canvas item
+**TODO:** how to create a map canvas item
 
 
 

Modified: docs/trunk/english_us/developer_cookbook/source/composer.rst
===================================================================
--- docs/trunk/english_us/developer_cookbook/source/composer.rst	2010-08-11 10:12:54 UTC (rev 14056)
+++ docs/trunk/english_us/developer_cookbook/source/composer.rst	2010-08-11 11:22:37 UTC (rev 14057)
@@ -93,7 +93,7 @@
   image.save("out.png", "png")
 
 
-.. todo::
+**TODO:**
    Output to PDF,
    Loading/saving compositions,
    More composer items (north arrow, scale, ...)

Modified: docs/trunk/english_us/developer_cookbook/source/expressions.rst
===================================================================
--- docs/trunk/english_us/developer_cookbook/source/expressions.rst	2010-08-11 10:12:54 UTC (rev 14056)
+++ docs/trunk/english_us/developer_cookbook/source/expressions.rst	2010-08-11 11:22:37 UTC (rev 14057)
@@ -49,7 +49,7 @@
 -------------------
 
 
-.. todo:: parsing, error handling
+**TODO:** parsing, error handling
 
 ::
 
@@ -61,7 +61,7 @@
   >>> s.parserErrorMsg()
   PyQt4.QtCore.QString(u'syntax error, unexpected $end')
 
-.. todo:: working with the tree, evaluation as a predicate, as a function, error handling
+**TODO:** working with the tree, evaluation as a predicate, as a function, error handling
 
 Evaluating Expressions
 ----------------------

Modified: docs/trunk/english_us/developer_cookbook/source/index.rst
===================================================================
--- docs/trunk/english_us/developer_cookbook/source/index.rst	2010-08-11 10:12:54 UTC (rev 14056)
+++ docs/trunk/english_us/developer_cookbook/source/index.rst	2010-08-11 11:22:37 UTC (rev 14057)
@@ -22,7 +22,6 @@
    expressions
    measure
    plugins
-   todolist
 
 Indices and tables
 ==================

Modified: docs/trunk/english_us/developer_cookbook/source/intro.rst
===================================================================
--- docs/trunk/english_us/developer_cookbook/source/intro.rst	2010-08-11 10:12:54 UTC (rev 14056)
+++ docs/trunk/english_us/developer_cookbook/source/intro.rst	2010-08-11 11:22:37 UTC (rev 14057)
@@ -13,7 +13,7 @@
 QGIS code depends on Qt libraries. Python bindings for Qt (PyQt) are done also using SIP and this allows seamless integration of PyQGIS with PyQt. 
 
 
-.. todo::
+**TODO:**
    Getting PyQGIS to work (Manual compilation, Troubleshooting)
 
 

Modified: docs/trunk/english_us/developer_cookbook/source/loadlayer.rst
===================================================================
--- docs/trunk/english_us/developer_cookbook/source/loadlayer.rst	2010-08-11 10:12:54 UTC (rev 14056)
+++ docs/trunk/english_us/developer_cookbook/source/loadlayer.rst	2010-08-11 11:22:37 UTC (rev 14057)
@@ -97,5 +97,5 @@
   QgsMapLayerRegistry.instance().removeMapLayer(layer_id)
 
 
-.. todo::
+**TODO:**
    More about map layer registry?

Modified: docs/trunk/english_us/developer_cookbook/source/measure.rst
===================================================================
--- docs/trunk/english_us/developer_cookbook/source/measure.rst	2010-08-11 10:12:54 UTC (rev 14056)
+++ docs/trunk/english_us/developer_cookbook/source/measure.rst	2010-08-11 11:22:37 UTC (rev 14057)
@@ -13,4 +13,4 @@
   print "distance in meters: ", d.measureLine(QgsPoint(10,10),QgsPoint(11,11))
 
 
-.. todo:: area, planar vs. ellipsoid
\ No newline at end of file
+**TODO:** area, planar vs. ellipsoid
\ No newline at end of file

Modified: docs/trunk/english_us/developer_cookbook/source/raster.rst
===================================================================
--- docs/trunk/english_us/developer_cookbook/source/raster.rst	2010-08-11 10:12:54 UTC (rev 14056)
+++ docs/trunk/english_us/developer_cookbook/source/raster.rst	2010-08-11 11:22:37 UTC (rev 14057)
@@ -60,7 +60,7 @@
 The following sections explain how to query and modify the layer drawing style. After doing the changes, you might want to force update
 of map canvas, see :ref:`refresh-layer`.
 
-.. todo:: contrast enhancements, transparency (no data), user defined min/max, band statistics
+**TODO:** contrast enhancements, transparency (no data), user defined min/max, band statistics
 
 Single Band Rasters
 -------------------

Deleted: docs/trunk/english_us/developer_cookbook/source/todolist.rst
===================================================================
--- docs/trunk/english_us/developer_cookbook/source/todolist.rst	2010-08-11 10:12:54 UTC (rev 14056)
+++ docs/trunk/english_us/developer_cookbook/source/todolist.rst	2010-08-11 11:22:37 UTC (rev 14057)
@@ -1,7 +0,0 @@
-
-TODO list
-=========
-
-This section lists parts of the documentation which are missing some explanations, code samples etc.
-
-.. todolist::

Modified: docs/trunk/english_us/developer_cookbook/source/vector.rst
===================================================================
--- docs/trunk/english_us/developer_cookbook/source/vector.rst	2010-08-11 10:12:54 UTC (rev 14056)
+++ docs/trunk/english_us/developer_cookbook/source/vector.rst	2010-08-11 11:22:37 UTC (rev 14057)
@@ -6,7 +6,7 @@
 
 This section summarizes various actions that can be done with vector layers.
 
-.. todo::
+**TODO:**
    Editing, Layer vs. Data provider, ...
 
 Iterating over Vector Layer
@@ -89,7 +89,7 @@
 Using Spatial Index
 -------------------
 
-.. todo::
+**TODO:**
    Intro to spatial indexing
 
 1. create spatial index - the following code creates an empty index::



More information about the QGIS-commit mailing list