From f16aeaafb77abe6bd1e495a16723ebe5934c3854 Mon Sep 17 00:00:00 2001 From: Douglas RAILLARD Date: Mon, 15 Apr 2019 13:44:19 +0100 Subject: [PATCH] doc: remove exekall and bisector stubs These stubs are useless and only add an extra level in the ToC, which is not what we want. --- doc/bisector.rst | 14 -------------- doc/exekall.rst | 14 -------------- doc/index.rst | 4 ++-- tools/bisector/doc/index.rst | 2 ++ tools/exekall/doc/index.rst | 2 ++ 5 files changed, 6 insertions(+), 30 deletions(-) delete mode 100644 doc/bisector.rst delete mode 100644 doc/exekall.rst diff --git a/doc/bisector.rst b/doc/bisector.rst deleted file mode 100644 index 4e38d2cb8..000000000 --- a/doc/bisector.rst +++ /dev/null @@ -1,14 +0,0 @@ - -.. This shim allows including the tool's documentation as one entity in LISA - documentation. A plain ".. include::" would break relative paths. - -.. _bisector-doc: - -******** -Bisector -******** - -.. toctree:: - :maxdepth: 2 - - bisector/index diff --git a/doc/exekall.rst b/doc/exekall.rst deleted file mode 100644 index 92d365e40..000000000 --- a/doc/exekall.rst +++ /dev/null @@ -1,14 +0,0 @@ - -.. This shim allows including the tool's documentation as one entity in LISA - documentation. A plain ".. include::" would break relative paths. - -.. _exekall-doc: - -******* -Exekall -******* - -.. toctree:: - :maxdepth: 2 - - exekall/index diff --git a/doc/index.rst b/doc/index.rst index 8a1e71188..c8e8a9790 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -51,8 +51,8 @@ Contents: tools_separator - bisector - exekall + bisector/index + exekall/index Indices and tables ================== diff --git a/tools/bisector/doc/index.rst b/tools/bisector/doc/index.rst index b9505573f..7d12d5883 100644 --- a/tools/bisector/doc/index.rst +++ b/tools/bisector/doc/index.rst @@ -3,6 +3,8 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. +.. _bisector-doc: + ********************** Bisector Documentation ********************** diff --git a/tools/exekall/doc/index.rst b/tools/exekall/doc/index.rst index c3d4d7837..18c9b1bc3 100644 --- a/tools/exekall/doc/index.rst +++ b/tools/exekall/doc/index.rst @@ -3,6 +3,8 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. +.. _exekall-doc: + ********************* Exekall Documentation ********************* -- GitLab