Merge pull request #865 from javiereguiluz/fix_doc_links

Fixed the links to some doc articles
This commit is contained in:
William Durand 2016-06-09 16:50:28 +02:00
commit 6d16486abb

View File

@ -87,13 +87,16 @@ The main problem with documentation is to keep it up to date. That's why the
really easy to document an API method. The following chapters will help you
setup your API documentation:
* `The ApiDoc() Annotation <the-apidoc-annotation.rst>`_
* `Multiple API Documentation ("Views") <multiple-api-doc.rst>`_
* `Other Bundle Annotations <other-bundle-annotations.rst>`_
* `Swagger Support <swagger-support.rst>`_
* `DunglasApiBundle Support <dunglasapibundle.rst>`_
* `Sandbox <sandbox.rst>`_
* `Commands <commands.rst>`_
.. toctree::
:maxdepth: 1
the-apidoc-annotation
multiple-api-doc
other-bundle-annotations
swagger-support
dunglasapibundle
sandbox
commands
Web Interface
~~~~~~~~~~~~~