From 83b05d250ba438d1f829eb1cf87e5c06631a6193 Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Mon, 28 Oct 2019 14:07:06 -0700 Subject: update:doc:Add section about contributing to the documentation and fix toctree indentation (#923) * toctree directive requires a 3 spaces indentation [skip ci] * Add a section for contributing to the documentation * Add linter for sphinx * Add the theme for the build command * Add how to view the rendered doc * Add file: url --- docs/index.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 6d5e8acf5..80d7260a2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,15 +22,15 @@ Navit is highly customizable, from map layouts and on-screen display to the deta .. image:: navit.png .. toctree:: - :hidden: - :glob: - :numbered: - :maxdepth: 2 - :caption: Navit's user manual - - basic_configuration - maps - configuration/index + :hidden: + :glob: + :numbered: + :maxdepth: 2 + :caption: Navit's user manual + + basic_configuration + maps + configuration/index .. Indices and tables -- cgit v1.2.1