summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@users.noreply.github.com>2019-06-19 09:51:49 -0700
committerGitHub <noreply@github.com>2019-06-19 09:51:49 -0700
commitbef0ef8da4ace12d4afc1f72690da2030fad8c77 (patch)
treec3be2278d8d49ba900bac44d84ba6d579a77f781 /docs/index.rst
parent976ab4b79860626077a266f90261da257c959efc (diff)
downloadnavit-bef0ef8da4ace12d4afc1f72690da2030fad8c77.tar.gz
Migrate the programming guidelines documentation to readthedocs (#799)
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index dc9f0a6ff..ac1a5ab66 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -25,6 +25,7 @@ Navit is highly customizable, from map layouts and on-screen display to the deta
:glob:
:numbered:
:maxdepth: 2
+ :caption: Navit's user manual
basic_configuration
maps
@@ -38,3 +39,10 @@ Navit is highly customizable, from map layouts and on-screen display to the deta
.. * :ref:`search`
.. __: https://github.com/navit-gps/navit/
+
+.. toctree::
+ :maxdepth: 2
+ :glob:
+ :caption: Navit's developer documentation
+
+ development/programming_guidelines