Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix SDK-Docs TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari Madian committed Jan 27, 2019
1 parent 88f6afa commit 631808c
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,25 @@ A basic getting started example with the Hue+:
Protocols/Hue+

.. toctree::
:maxdepth: 1
:maxdepth: 2
:caption: NZXTSharp

SDK-Docs/NZXTSharp/Color
SDK-Docs/NZXTSharp/Extensions

.. toctree::
:maxdepth: 1
:maxdepth: 2
:caption: NZXTSharp.COM

SDK-Docs/NZXTSharp.COM/ICOMController
SDK-Docs/NZXTSharp.COM/SerialCOMData
SDK-Docs/NZXTSharp.COM/SerialController
SDK-Docs/NZXTSharp.COM/USBController

.. toctree::
:maxdepth: 1
:maxdepth: 2
:caption: NZXTSharp.Devices

SDK-Docs/NZXTSharp.Devices/ISerialDevice
SDK-Docs/NZXTSharp.Devices/IUSBDevice
SDK-Docs/NZXTSharp.Devices/ISubDevice
Expand All @@ -72,8 +75,9 @@ A basic getting started example with the Hue+:


.. toctree::
:maxdepth: 1
:maxdepth: 2
:caption: NZXTSharp.Effects

SDK-Docs/NZXTSharp.Effects/IEffect
SDK-Docs/NZXTSharp.Effects/Fixed
SDK-Docs/NZXTSharp.Effects/Fading
Expand All @@ -87,17 +91,19 @@ A basic getting started example with the Hue+:
SDK-Docs/NZXTSharp.Effects/Wings

.. toctree::
:maxdepth: 1
:maxdepth: 2
:caption: NZXTSharp.Params

SDK-Docs/NZXTSharp.Params/02Param
SDK-Docs/NZXTSharp.Params/03Param
SDK-Docs/NZXTSharp.Params/CISS
SDK-Docs/NZXTSharp.Params/Direction
SDK-Docs/NZXTSharp.Params/LSS

.. toctree::
:maxdepth: 1
:maxdepth: 2
:caption: NZXTSharp.Exceptions

SDK-Docs/NZXTSharp.Exceptions/IncompatibleDeviceTypeException
SDK-Docs/NZXTSharp.Exceptions/IncompatibleEffectException
SDK-Docs/NZXTSharp.Exceptions/IncompatibleParamException
Expand Down

0 comments on commit 631808c

Please sign in to comment.