From 715e0a30d198a0ba51460e24a3ff75511acb29cc Mon Sep 17 00:00:00 2001 From: Rob Redpath Date: Wed, 28 Feb 2024 08:27:17 +0000 Subject: [PATCH] Add multiple captions in toc example + update .gitignore --- .gitignore | 3 +++ docs/index.md | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index d12b09c..f03014c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ .ve *.swp *~ +.devcontainer +.vscode + diff --git a/docs/index.md b/docs/index.md index ac1af9e..120bdd3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,6 +12,12 @@ The base Sphinx setup (myst-parser + internationalisation + Open Data Services m :caption: Table of Contents features + +.. toctree:: + :titlesonly: + :maxdepth: 2 + :caption: Example Usage + examples/index kitchen-sink/index