From 96ea529248c365918bbbfa2f4741bc4f5fed751d Mon Sep 17 00:00:00 2001 From: Peter Badida Date: Fri, 8 Jul 2016 09:05:23 +0200 Subject: [PATCH] Fix toctree --- doc/source/quickstart.rst | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/doc/source/quickstart.rst b/doc/source/quickstart.rst index 0de97606cb..631a6eeb45 100644 --- a/doc/source/quickstart.rst +++ b/doc/source/quickstart.rst @@ -227,13 +227,11 @@ Going further See the other pages of this doc for more information on specific topics: -.. toctree:: - :maxdepth: 1 - - More detailed build options - Command line arguments - Creating and editing recipes - Creating and editing bootstraps - Using the Android Java APIs - Troubleshooting - Contributing +- :doc:`buildoptions` +- :doc:`commands` +- :doc:`recipes` +- :doc:`bootstraps` +- :doc:`apis` +- :doc:`troubleshooting` +- :doc:`launcher` +- :doc:`contribute`