- documenter script functionality was merged into sphinx extension - heavy refactoring of the documenter code - grouping of overload methods in documentation - several minor fixes in doc strings Change-Id: I9bccd6b1ff1750d966d8c39558d204fcaa4ad185
43 lines
643 B
ReStructuredText
43 lines
643 B
ReStructuredText
.. yaql documentation master file, created by
|
|
sphinx-quickstart on Tue Jul 9 22:26:36 2013.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to yaql documentation!
|
|
==============================
|
|
|
|
Introduction
|
|
~~~~~~~~~~~~
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
readme
|
|
what_is_yaql
|
|
getting_started
|
|
|
|
Usage
|
|
~~~~~
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
usage
|
|
language_description
|
|
standard_library
|
|
|
|
Contributing
|
|
~~~~~~~~~~~~
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
contributing
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|