Skip to content

Commit 219d4ed

Browse files
author
Diptorup Deb
committed
Reduce toctree depth
1 parent 27c0778 commit 219d4ed

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

docs/_templates/autoapi/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ API Reference
44
This page contains auto-generated API reference documentation [#f1]_.
55

66
.. toctree::
7-
:maxdepth: 2
7+
:maxdepth: 1
88

99
numba_dpex/kernel_api/index
1010
numba_dpex/experimental/decorators/index

docs/source/glossary.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/source/index.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Data Parallel Extension for Numba*
4141
.. module:: numba_dpex
4242

4343
.. toctree::
44-
:maxdepth: 2
44+
:maxdepth: 1
4545

4646
overview
4747
getting_started
@@ -52,16 +52,15 @@ Data Parallel Extension for Numba*
5252
useful_links
5353

5454
.. toctree::
55-
:maxdepth: 2
55+
:maxdepth: 1
5656
:caption: Development
5757

5858
contribution_guide
5959

6060
.. toctree::
61-
:maxdepth: 2
61+
:maxdepth: 1
6262
:caption: Misc Notes
6363

6464
examples
65-
glossary
6665
license
6766
release-notes

0 commit comments

Comments
 (0)