From 09ba258b051b5f91c30cf836e63312e70bc1878f Mon Sep 17 00:00:00 2001 From: Lauren Murphy Date: Thu, 15 Apr 2021 12:05:52 -0500 Subject: [PATCH] docs: rearrange toc Fix index.rst and README.rst to put TensorFlow samples under External Module samples next to Nanopb sample to avoid 4-level indentation in the sidebar. Signed-off-by: Lauren Murphy --- samples/index.rst | 2 +- samples/modules/index.rst | 2 +- samples/modules/tensorflow/tensorflow.rst | 10 ---------- 3 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 samples/modules/tensorflow/tensorflow.rst diff --git a/samples/index.rst b/samples/index.rst index 533afb36b1a..75c83672846 100644 --- a/samples/index.rst +++ b/samples/index.rst @@ -5,7 +5,7 @@ Samples and Demos .. toctree:: - :maxdepth: 2 + :maxdepth: 4 :glob: classic diff --git a/samples/modules/index.rst b/samples/modules/index.rst index af42259cb79..79828d002a2 100644 --- a/samples/modules/index.rst +++ b/samples/modules/index.rst @@ -4,7 +4,7 @@ External Module Samples ####################### .. toctree:: - :maxdepth: 1 + :maxdepth: 2 :glob: **/* diff --git a/samples/modules/tensorflow/tensorflow.rst b/samples/modules/tensorflow/tensorflow.rst deleted file mode 100644 index 7cb1b72a0d4..00000000000 --- a/samples/modules/tensorflow/tensorflow.rst +++ /dev/null @@ -1,10 +0,0 @@ -.. _tensorflow-samples: - -TensorFlow Samples -################## - -.. toctree:: - :maxdepth: 1 - :glob: - - **/*