Skip to content

Commit

Permalink
doc/main: Disable NXT and EV3 pages again.
Browse files Browse the repository at this point in the history
Now that all typehints have been added, we can
revert commit 4c583a9 again.
  • Loading branch information
laurensvalk committed Jun 10, 2022
1 parent e456c8e commit 8e7fc53
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 17 deletions.
15 changes: 14 additions & 1 deletion doc/common/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,20 @@
# -- Content control -----------------------------------------------------


exclude_patterns = []
exclude_patterns = [
"ev3devices.rst",
"hubs/ev3brick.rst",
"iodevices/analogsensor.rst",
"iodevices/dcmotor.rst",
"iodevices/ev3devsensor.rst",
"iodevices/i2cdevice.rst",
"iodevices/lumpdevice.rst",
"iodevices/uartdevice.rst",
"media.rst",
"messaging.rst",
"nxtdevices.rst",
"tools/datalog.rst",
]


# One entry per manual page. List of tuples
Expand Down
1 change: 0 additions & 1 deletion doc/main/hubs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
:hidden:

movehub
ev3brick
cityhub
technichub
primehub
Expand Down
4 changes: 0 additions & 4 deletions doc/main/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,12 @@ Pybricks Documentation
:hidden:

hubs/index
ev3devices
nxtdevices
pupdevices/index
iodevices/index
parameters/index
tools/index
robotics
geometry
media
messaging
signaltypes

.. toctree::
Expand Down
6 changes: 0 additions & 6 deletions doc/main/iodevices/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@

pupdevice
lwp3device
analogsensor
dcmotor
ev3devsensor
i2cdevice
lumpdevice
uartdevice

This module has classes for generic input/output devices.

Expand Down
5 changes: 0 additions & 5 deletions doc/main/tools/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,3 @@

.. automethod:: pybricks.tools.StopWatch.reset

.. toctree::
:maxdepth: 1
:hidden:

datalog

0 comments on commit 8e7fc53

Please sign in to comment.