From 7876cfffc7eb829f687e2b496e6aaf978a4887c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Bryon?= Date: Wed, 6 Feb 2013 15:41:17 +0100 Subject: [PATCH] Changed sidebars in documentation. Removed unused links at documentation index bottom. --- docs/conf.py | 7 ++++++- docs/index.txt | 9 --------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5009ff2..27421ee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -138,7 +138,12 @@ html_static_path = ['_static'] #html_use_smartypants = True # Custom sidebar templates, maps document names to template names. -#html_sidebars = {} +html_sidebars = { + '**': ['globaltoc.html', + 'relations.html', + 'sourcelink.html', + 'searchbox.html'], +} # Additional templates that should be rendered to pages, maps page names to # template names. diff --git a/docs/index.txt b/docs/index.txt index e987813..44efa00 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -14,12 +14,3 @@ Contents api/index about/index dev - - -****************** -Indices and tables -****************** - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search`