From 707d405cfc38240fc0c40cf733430a45be42593c Mon Sep 17 00:00:00 2001 From: Abhishek Dasgupta Date: Thu, 12 Dec 2024 22:13:00 +0000 Subject: [PATCH] docs: remove duplicate API entries in toctree --- docs/autoparser/index.md | 10 +--------- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/autoparser/index.md b/docs/autoparser/index.md index e50b355..dbad016 100644 --- a/docs/autoparser/index.md +++ b/docs/autoparser/index.md @@ -39,12 +39,4 @@ examples/cli_example ## API reference -Documents the full API - -```{toctree} ---- -maxdepth: 2 -caption: API ---- -../api/autoparser/index -``` + diff --git a/docs/index.md b/docs/index.md index 23b1c2c..e63e095 100644 --- a/docs/index.md +++ b/docs/index.md @@ -43,7 +43,7 @@ specification ```{toctree} --- -caption: autoparser +caption: AutoParser maxdepth: 1 --- autoparser/index