8000 Reduce depth in toc · ladyada/circuitpython@f9c5466 · GitHub
[go: up one dir, main page]

Skip to content

Commit f9c5466

Browse files
willingctannewt
authored andcommitted
Reduce depth in toc
1 parent 5c742e0 commit f9c5466

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Adafruit CircuitPython API Reference
1313
:target: https://gitter.im/adafruit/circuitpython?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
1414
:alt: Gitter
1515

16-
.. image :: https://img.shields.io/discord/327254708534116352.svg
16+
.. image:: https://img.shields.io/discord/327254708534116352.svg
1717
:target: https://adafru.it/discord
1818
:alt: Discord
1919

@@ -63,20 +63,20 @@ Full Table of Contents
6363
docs/drivers.rst
6464

6565
.. toctree::
66-
:maxdepth: 3
66+
:maxdepth: 1
6767
:caption: Design and porting reference
6868

6969
docs/design_guide
7070
docs/common_hal
7171

7272
.. toctree::
73-
:maxdepth: 3
73+
:maxdepth: 2
7474
:caption: MicroPython specific
7575

7676
docs/library/index.rst
7777

7878
.. toctree::
79-
:maxdepth: 3
79+
:maxdepth: 1
8080
:caption: About the project
8181

8282
README

0 commit comments

Comments
 (0)
0