[libchamplain] Change ordering of sections in the documentation



commit 887dfca5bc2f460d5b3845adf10c6582ee8ce538
Author: JiÅ?í Techet <techet gmail com>
Date:   Thu Aug 26 23:21:23 2010 +0200

    Change ordering of sections in the documentation
    
    Signed-off-by: JiÅ?í Techet <techet gmail com>

 docs/reference/libchamplain-docs.sgml |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/docs/reference/libchamplain-docs.sgml b/docs/reference/libchamplain-docs.sgml
index 3189fb0..e25eba1 100644
--- a/docs/reference/libchamplain-docs.sgml
+++ b/docs/reference/libchamplain-docs.sgml
@@ -41,9 +41,8 @@
   </bookinfo>
 
   <part>
-    <title>Core API Reference</title>
+    <title>Basic API</title>
     <xi:include href="xml/champlain-view.xml"/>
-    <xi:include href="xml/champlain-tile.xml"/>
   </part>
   <part>
     <title>Layers, Markers and Polygons</title>
@@ -64,7 +63,7 @@
     </chapter>
   </part>
   <part>
-    <title>Map Source API Reference</title>
+    <title>Map Source API</title>
     <xi:include href="xml/champlain-map-source.xml"/>
     <chapter>
       <title>Tile Sources</title>
@@ -81,23 +80,24 @@
       <xi:include href="xml/champlain-memory-cache.xml"/>
     </chapter>
     <chapter>
-      <title>Renderers</title>
-      <xi:include href="xml/champlain-renderer.xml"/>
-      <xi:include href="xml/champlain-image-renderer.xml"/>
-      <xi:include href="xml/champlain-memphis-renderer.xml"/>
-      <xi:include href="xml/champlain-error-tile-renderer.xml"/>
-    </chapter>
-    <chapter>
       <title>Map Source Utilities</title>
       <xi:include href="xml/champlain-map-source-chain.xml"/>
       <xi:include href="xml/champlain-map-source-factory.xml"/>
     </chapter>
   </part>
   <part>
+    <title>Renderer API</title>
+    <xi:include href="xml/champlain-renderer.xml"/>
+    <xi:include href="xml/champlain-image-renderer.xml"/>
+    <xi:include href="xml/champlain-memphis-renderer.xml"/>
+    <xi:include href="xml/champlain-error-tile-renderer.xml"/>
+  </part>
+  <part>
     <title>Others</title>
-    <xi:include href="xml/champlain-version.xml"/>
+    <xi:include href="xml/champlain-tile.xml"/>
     <xi:include href="xml/champlain-map-source-desc.xml"/>
     <xi:include href="xml/champlain-bounding-box.xml"/>
+    <xi:include href="xml/champlain-version.xml"/>
   </part>
   
   <index>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]