.. gvsig documentation master file, created by
   sphinx-quickstart on Mon Aug 01 08:10:38 2016.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Bienvenido a la documentación de Scripting en gvSIG 2.3
=================================

Contenidos:

.. toctree::
   :maxdepth: 3

   docs/introduccion.rst
   docs/modulo_commonsdialog.rst
   docs/cargando_capas.rst
   docs/acceso_a_objetos.rst
   docs/trabajando_con_esquemas.rst
   docs/trabajando_con_capas.rst
   docs/modulo_geom.rst
   docs/interfaces_visuales.rst
   docs/geoprocesos.rst


Introducción
==================



This is a Title
===============

.. py:function:: enumerate(sequence[, start=0])

   Return an iterator that yields tuples of an index and an item of the
   *sequence*. (And so on.)


That has a paragraph about a main subject and is set when the '='
is at least the same length of the title itself.

Subject Subtitle
----------------
Subtitles are set with '-' and are required to have the same length
of the subtitle itself, just like titles.

Lists can be unnumbered like:

 * Item Foo
 * Item Bar

Or automatically numbered:

 #. Item 1
 #. Item 2

Inline Markup
-------------
Words can have *emphasis in italics* or be **bold** and you can define
code samples with back quotes, like when you talk about a command: ``sudo``
gives you super user powers!


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
