From 32a47bcee07fba82fb9abfa93aab4c6427a5c86f Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Tue, 29 Dec 2020 14:53:13 +0100 Subject: [PATCH] doc/nxtdevices: do not collapse example In the long run, this page needs to be split up just like pupdevices. At this time, the nxtdevices page has only one example, so we simply remove the toggle header. --- doc/api/nxtdevices.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/api/nxtdevices.rst b/doc/api/nxtdevices.rst index 0d7f5e1..437d637 100644 --- a/doc/api/nxtdevices.rst +++ b/doc/api/nxtdevices.rst @@ -90,9 +90,6 @@ Vernier Adapter ^^^^^^^^^^^^^^^^^ .. autoclass:: pybricks.nxtdevices.VernierAdapter -.. toggle-header:: - :header: **Show/hide example** +**Example: Using the Surface Temperature Sensor.** - **Example: Using the Surface Temperature Sensor.** - - .. literalinclude:: ../../examples/ev3/vernier_surface_temperature/main.py +.. literalinclude:: ../../examples/ev3/vernier_surface_temperature/main.py