From 4a37d638f8e7585cc8da1af6e20b85db6ba5a5b9 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 9 Jun 2016 15:56:07 +0200 Subject: [PATCH] Fixed the links to some doc articles --- Resources/doc/index.rst | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Resources/doc/index.rst b/Resources/doc/index.rst index 270c5e7..9a1b82f 100644 --- a/Resources/doc/index.rst +++ b/Resources/doc/index.rst @@ -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 `_ -* `Multiple API Documentation ("Views") `_ -* `Other Bundle Annotations `_ -* `Swagger Support `_ -* `DunglasApiBundle Support `_ -* `Sandbox `_ -* `Commands `_ +.. toctree:: + :maxdepth: 1 + + the-apidoc-annotation + multiple-api-doc + other-bundle-annotations + swagger-support + dunglasapibundle + sandbox + commands Web Interface ~~~~~~~~~~~~~