Author: dr
Date: Thu Nov 15 17:34:01 2007
New Revision: 6741

Log:
- Fixed RST and the like for rendering tutorials.

Modified:
    trunk/Graph/docs/img/tutorial_reference_gd.html
    trunk/Graph/docs/tutorial.txt
    trunk/Graph/docs/tutorial/tutorial_reference_gd.php
    trunk/Graph/src/renderer/axis_label_exact.php
    trunk/GraphDatabaseTiein/docs/tutorial.txt

Modified: trunk/Graph/docs/img/tutorial_reference_gd.html
==============================================================================
--- trunk/Graph/docs/img/tutorial_reference_gd.html [iso-8859-1] (original)
+++ trunk/Graph/docs/img/tutorial_reference_gd.html [iso-8859-1] Thu Nov 15 
17:34:01 2007
@@ -1,7 +1,7 @@
 <html>
     <head><title>Image map example</title></head>
 <body>
-<map name="ezcGraphPieChartMap">
+<map name="GraphPieChartMap">
        <area shape="poly" 
coords="16,29,15,30,15,31,15,32,14,33,13,34,12,35,11,35,10,35,9,36,7,35,6,35,5,35,4,34,3,33,2,32,2,31,2,30,2,29,2,27,2,26,2,25,3,24,4,23,5,22,6,22,7,22,8,22,10,22,11,22,12,22,13,23,14,24,15,25,15,26,15,27"
 href="http://example.org/mozilla"; alt="Mozilla" />
        <area shape="poly" coords="17,22,78,22,78,36,17,36" 
href="http://example.org/mozilla"; alt="Mozilla" />
        <area shape="poly" 
coords="16,47,15,48,15,49,15,50,14,51,13,52,12,53,11,53,10,53,9,54,7,53,6,53,5,53,4,52,3,51,2,50,2,49,2,48,2,47,2,45,2,44,2,43,3,42,4,41,5,40,6,40,7,40,8,40,10,40,11,40,12,40,13,41,14,42,15,43,15,44,15,45"
 href="http://example.org/"; alt="Explorer" />
@@ -26,6 +26,6 @@
     <img
         src="tutorial_example_29.png"
         width="400" height="200"
-        usemap="#ezcGraphPieChartMap"
+        usemap="#GraphPieChartMap"
 </body>
 </html>

Modified: trunk/Graph/docs/tutorial.txt
==============================================================================
--- trunk/Graph/docs/tutorial.txt [iso-8859-1] (original)
+++ trunk/Graph/docs/tutorial.txt [iso-8859-1] Thu Nov 15 17:34:01 2007
@@ -180,7 +180,7 @@
 ezcGraph by default reduces the amount of steps shown on an axis to about 10
 steps. This may cause unexpected results for when trying to draw a bar chart
 with more then 10 bars in one dataset. You may overwrite the behaviour by
-manually setting the amount of steps on the x axis.
+manually setting the amount of steps on the x axis::
 
        <?php
        // Initialize graph ...
@@ -189,7 +189,7 @@
        ?>
 
 This works because all datasets implement the interface Countable. If you want
-to use it for more then one dataset you could do the following:
+to use it for more then one dataset you could do the following::
 
        <?php
        // Initialize graph ...
@@ -618,7 +618,7 @@
 
 In line 9 a custom renderer is defined used for the labeled x axis. You can
 assign custom axis label renderers on the property $axisLabelRenderer for
-ezcGraphChartAxisElement objects.
+ezcGraphChartElementAxis objects.
 
 The renderer used in this example has custom properties like the rotation of
 the labels, which is set in degree, while the rotation direction depends on

Modified: trunk/Graph/docs/tutorial/tutorial_reference_gd.php
==============================================================================
--- trunk/Graph/docs/tutorial/tutorial_reference_gd.php [iso-8859-1] (original)
+++ trunk/Graph/docs/tutorial/tutorial_reference_gd.php [iso-8859-1] Thu Nov 15 
17:34:01 2007
@@ -28,13 +28,13 @@
 <body>
 <?php
 
-echo ezcGraphTools::createImageMap( $graph, 'ezcGraphPieChartMap' );
+echo ezcGraphTools::createImageMap( $graph, 'GraphPieChartMap' );
 
 ?>
     <img
         src="tutorial_reference_gd.png"
         width="400" height="200"
-        usemap="#ezcGraphPieChartMap" />
+        usemap="#GraphPieChartMap" />
 </body>
 </html>
 <?php

Modified: trunk/Graph/src/renderer/axis_label_exact.php
==============================================================================
--- trunk/Graph/src/renderer/axis_label_exact.php [iso-8859-1] (original)
+++ trunk/Graph/src/renderer/axis_label_exact.php [iso-8859-1] Thu Nov 15 
17:34:01 2007
@@ -5,7 +5,6 @@
  * @package Graph
  * @version //autogentag//
  * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
-        2006 eZ systems as. All rights reserved.
  * @license http://ez.no/licenses/new_bsd New BSD License
  */
 /**

Modified: trunk/GraphDatabaseTiein/docs/tutorial.txt
==============================================================================
--- trunk/GraphDatabaseTiein/docs/tutorial.txt [iso-8859-1] (original)
+++ trunk/GraphDatabaseTiein/docs/tutorial.txt [iso-8859-1] Thu Nov 15 17:34:01 
2007
@@ -18,7 +18,7 @@
 This section gives you an overview of the most important classes.
 
 ezcGraphDatabaseDataSet
-  Extends the ezcGraphDataset to read data from a PDOStatement and prepare it
+  Extends the ezcGraphDataSet to read data from a PDOStatement and prepare it
   for the usage as a dataset in the graph component.
 
 Setup
@@ -32,7 +32,7 @@
    :literal:
 
 We first include the common autoload file to set up the autoload for
-ezcComponents. Then, in line 5, we connect to a SQLite memory database, we
+eZ Components. Then, in line 5, we connect to a SQLite memory database, we
 later fill up with some data representing a random browser statistic. The
 usage idescription of PDO__ and the `database component`__ can be found at 
 the dedicated documentation pages.
@@ -121,7 +121,7 @@
 More information
 ================
 
-For more information, see the ezcGraphDatabaseTieIn API documentation.
+For more information, see the GraphDatabaseTieIn API documentation.
 
 
 ..


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to