[mapserver-commits] r8074 - in trunk/docs: . references/mapscript references/mapscript/php

svn at osgeo.org svn at osgeo.org
Sun Nov 23 22:33:26 EST 2008


Author: hobu
Date: 2008-11-23 22:33:26 -0500 (Sun, 23 Nov 2008)
New Revision: 8074

Added:
   trunk/docs/references/mapscript/php/index.txt
Modified:
   trunk/docs/index.txt
   trunk/docs/references/mapscript/index.txt
   trunk/docs/references/mapscript/introduction.txt
   trunk/docs/references/mapscript/mapfile.txt
   trunk/docs/references/mapscript/mapscript.txt
   trunk/docs/references/mapscript/php/by_example.txt
   trunk/docs/references/mapscript/php/class-constants.txt
   trunk/docs/references/mapscript/php/class-functions.txt
   trunk/docs/references/mapscript/php/class-intro.txt
   trunk/docs/references/mapscript/php/install.txt
   trunk/docs/references/mapscript/python.txt
   trunk/docs/references/mapscript/querying.txt
   trunk/docs/references/mapscript/variables.txt
Log:
mapscript sphinx

Modified: trunk/docs/index.txt
===================================================================
--- trunk/docs/index.txt	2008-11-24 02:40:12 UTC (rev 8073)
+++ trunk/docs/index.txt	2008-11-24 03:33:26 UTC (rev 8074)
@@ -16,6 +16,5 @@
 ==================
 
 * :ref:`genindex`
-* :ref:`modindex`
 * :ref:`search`
 

Modified: trunk/docs/references/mapscript/index.txt
===================================================================
--- trunk/docs/references/mapscript/index.txt	2008-11-24 02:40:12 UTC (rev 8073)
+++ trunk/docs/references/mapscript/index.txt	2008-11-24 03:33:26 UTC (rev 8074)
@@ -14,8 +14,8 @@
 
    introduction
    mapscript
+   php/index
    dotnet_compile
-   php/index
    python
    imagery
    mapfile

Modified: trunk/docs/references/mapscript/introduction.txt
===================================================================
--- trunk/docs/references/mapscript/introduction.txt	2008-11-24 02:40:12 UTC (rev 8073)
+++ trunk/docs/references/mapscript/introduction.txt	2008-11-24 03:33:26 UTC (rev 8074)
@@ -5,7 +5,7 @@
 This is language agnostic documentation for the MapScript interface to 
 MapServer generated by SWIG.  This document is intended for developers
 and to serve as a reference for writers of more extensive, language
-specific documentation in DocBook format for the MDP.
+specific documentation located at :ref:`mapfile`
 
 -----------------------------------------------------------------------------
  Appendices
@@ -13,7 +13,7 @@
 
 Language-specific extensions are described in the following appendices
 
-`Python Appendix </docs/howto/mapscript_python>`__ 
+:ref:`Python Appendix <python>` 
 
 -----------------------------------------------------------------------------
  Documentation Elements

Modified: trunk/docs/references/mapscript/mapfile.txt
===================================================================
--- trunk/docs/references/mapscript/mapfile.txt	2008-11-24 02:40:12 UTC (rev 8073)
+++ trunk/docs/references/mapscript/mapfile.txt	2008-11-24 03:33:26 UTC (rev 8074)
@@ -1,3 +1,5 @@
+.. ms_mapscript:
+
 *****************************************************************************
  Mapscript Mapfile HOWTO
 *****************************************************************************

Modified: trunk/docs/references/mapscript/mapscript.txt
===================================================================
--- trunk/docs/references/mapscript/mapscript.txt	2008-11-24 02:40:12 UTC (rev 8073)
+++ trunk/docs/references/mapscript/mapscript.txt	2008-11-24 03:33:26 UTC (rev 8074)
@@ -1,5 +1,5 @@
 *****************************************************************************
- Mapscript API Reference
+ SWIG Mapscript API Reference
 *****************************************************************************
 
 :Author: Sean Gillies

Modified: trunk/docs/references/mapscript/php/by_example.txt
===================================================================
--- trunk/docs/references/mapscript/php/by_example.txt	2008-11-24 02:40:12 UTC (rev 8073)
+++ trunk/docs/references/mapscript/php/by_example.txt	2008-11-24 03:33:26 UTC (rev 8074)
@@ -1,5 +1,5 @@
 *****************************************************************************
- PHP MapScript by Example
+ By Example
 *****************************************************************************
 
 :Author:       Vinko Vrsalovic
@@ -8,8 +8,6 @@
 :Date: $Date$
 :Last Updated: 2005/12/12
 
-.. sectnum::
-
 .. contents::
     :depth: 2
     :backlinks: top

Modified: trunk/docs/references/mapscript/php/class-constants.txt
===================================================================
--- trunk/docs/references/mapscript/php/class-constants.txt	2008-11-24 02:40:12 UTC (rev 8073)
+++ trunk/docs/references/mapscript/php/class-constants.txt	2008-11-24 03:33:26 UTC (rev 8074)
@@ -1,3 +1,15 @@
+*****************************************************************************
+ Class Constants
+*****************************************************************************
+
+:Author: Jeff McKenna
+:Contact: jmckenna at gatewaygeomatics.com
+:Last Updated: 2008/07/16
+
+.. contents:: Table of Contents
+    :depth: 2
+    :backlinks: top
+    
 - Constant names and class member variable names are case-sensitive in PHP.
 
 - Several MapScript functions (all those that access files in the back end

Modified: trunk/docs/references/mapscript/php/class-functions.txt
===================================================================
--- trunk/docs/references/mapscript/php/class-functions.txt	2008-11-24 02:40:12 UTC (rev 8073)
+++ trunk/docs/references/mapscript/php/class-functions.txt	2008-11-24 03:33:26 UTC (rev 8074)
@@ -1,3 +1,15 @@
+*****************************************************************************
+ Functions
+*****************************************************************************
+
+:Author: Jeff McKenna
+:Contact: jmckenna at gatewaygeomatics.com
+:Last Updated: 2008/07/16
+
+.. contents:: Table of Contents
+    :depth: 2
+    :backlinks: top
+    
 - Constant names and class member variable names are case-sensitive in PHP.
 
 - Several MapScript functions (all those that access files in the back end such 

Modified: trunk/docs/references/mapscript/php/class-intro.txt
===================================================================
--- trunk/docs/references/mapscript/php/class-intro.txt	2008-11-24 02:40:12 UTC (rev 8073)
+++ trunk/docs/references/mapscript/php/class-intro.txt	2008-11-24 03:33:26 UTC (rev 8074)
@@ -1,10 +1,15 @@
-:Author:         Jeff McKenna
-:Contact:        jmckenna(at)gatewaygeomatics.com
-:README version: r7813
-:Last Updated:   2008/07/16
+*****************************************************************************
+ Introduction
+*****************************************************************************
 
-----------------------
+:Author: Jeff McKenna
+:Contact: jmckenna at gatewaygeomatics.com
+:Last Updated: 2008/07/16
 
+.. contents:: Table of Contents
+    :depth: 2
+    :backlinks: top
+
 Abstract
 --------
 

Added: trunk/docs/references/mapscript/php/index.txt
===================================================================
--- trunk/docs/references/mapscript/php/index.txt	                        (rev 0)
+++ trunk/docs/references/mapscript/php/index.txt	2008-11-24 03:33:26 UTC (rev 8074)
@@ -0,0 +1,17 @@
+.. _php:
+
+*****************************************************************************
+ PHP MapScript
+*****************************************************************************
+
+.. toctree::
+   :maxdepth: 2
+
+   install
+   class-intro
+   class-functions
+   class-constants
+   by_example
+   
+   
+

Modified: trunk/docs/references/mapscript/php/install.txt
===================================================================
--- trunk/docs/references/mapscript/php/install.txt	2008-11-24 02:40:12 UTC (rev 8073)
+++ trunk/docs/references/mapscript/php/install.txt	2008-11-24 03:33:26 UTC (rev 8074)
@@ -1,15 +1,14 @@
-..
+.. index::
+    single: php; installation
 
-----------------------
+*****************************************************************************
+ Installation
+*****************************************************************************
 
-:Author:       Jeff McKenna
-:Contact:      jmckenna(at)dmsolutions.ca
+:Author: Jeff McKenna
+:Contact: jmckenna at gatewaygeomatics.com
 :Last Updated: 2007/09/11
 
-----------------------
-
-.. sectnum::
-
 .. contents:: Table of Contents
     :depth: 2
     :backlinks: top

Modified: trunk/docs/references/mapscript/python.txt
===================================================================
--- trunk/docs/references/mapscript/python.txt	2008-11-24 02:40:12 UTC (rev 8073)
+++ trunk/docs/references/mapscript/python.txt	2008-11-24 03:33:26 UTC (rev 8074)
@@ -1,3 +1,5 @@
+.. _python:
+
 *****************************************************************************
  Python MapScript Appendix
 *****************************************************************************

Modified: trunk/docs/references/mapscript/querying.txt
===================================================================
--- trunk/docs/references/mapscript/querying.txt	2008-11-24 02:40:12 UTC (rev 8073)
+++ trunk/docs/references/mapscript/querying.txt	2008-11-24 03:33:26 UTC (rev 8074)
@@ -1,3 +1,5 @@
+.. _querying:
+
 *****************************************************************************
  MapScript Query HowTo
 *****************************************************************************

Modified: trunk/docs/references/mapscript/variables.txt
===================================================================
--- trunk/docs/references/mapscript/variables.txt	2008-11-24 02:40:12 UTC (rev 8073)
+++ trunk/docs/references/mapscript/variables.txt	2008-11-24 03:33:26 UTC (rev 8074)
@@ -1,3 +1,5 @@
+.. variables:
+
 *****************************************************************************
  MapScript Variables
 *****************************************************************************



More information about the mapserver-commits mailing list