From 1bca2706afbb1f63c1dee7e04dd5638478c5b86a Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 20 Feb 2019 18:36:08 -0600 Subject: [PATCH] doc: add dummy empty toctree directive This adds an empty toctree directive with the caption "Table of Contents" so that the latexpdf build says "Table of Contents" on the TOC instead of "Getting Started". --- source/index.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/index.rst b/source/index.rst index 38c2e0b..1aaa907 100644 --- a/source/index.rst +++ b/source/index.rst @@ -1,6 +1,11 @@ Using Python with LEGO\ :sup:`®` MINDSTORMS\ :sup:`®` EV3 ========================================================= +.. toctree:: + :maxdepth: 1 + :caption: Table of Contents + :hidden: + .. toctree:: :maxdepth: 1 :caption: Getting Started