Skip to content

Commit

Permalink
Add PHP doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Dec 8, 2018
1 parent 9108a2e commit aaaa432
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions mapscript/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,24 @@ custom written PHP module.
PHPMapScript
------------

Source code, detailed installation instructions, and module API are located
under mapscript/php.
Source code, detailed installation instructions are located in the ``mapscript/php``
folder. Documentation can be found in the `PHP MapScript Documentation <https://www.mapserver.org/mapscript/php/index.html>`_
section.

SWIG MapScript
--------------

Installation instructions are located in the individual languages
directories such as mapscript/perl, mapscript/python.
directories such as ``mapscript/perl``, ``mapscript/python``.

The main MapScript SWIG interface file is mapscript/mapscript.i. This
file includes specific class interface files from mapscript/swiginc and
The main MapScript SWIG interface file is ``mapscript/mapscript.i``. This
file includes specific class interface files from ``mapscript/swiginc`` and
language specific code from the language directories.

Note the **v8** folder contains files for `V8 MapScript Support <https://mapserver.org/installation/v8.html>`_.
This is not a JavaScript version of MapScript, but provides support for the use of JavaScript
in `STYLEITEM <https://mapserver.org/mapfile/styleitem.html#styleitemjs>`_ and
`GEOTRANSFORM <https://mapserver.org/mapfile/geomtransform.html#geomtransformjs>`_.

Documentation
-------------

+ `Shared SWIG MapScript Documentation <https://mapserver.org/mapscript/index.html>`_
API Documentation can be found at the `Shared SWIG MapScript Documentation <https://mapserver.org/mapscript/index.html>`_
page.

0 comments on commit aaaa432

Please sign in to comment.