From 1be7fce11641a68e0dd980bda68881f1ddf27c9e Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Wed, 21 Jul 2021 20:03:48 +0200 Subject: [PATCH] doc/main: Drop EV3 references. To make the documentation easier to use and maintain, EV3 content will be hidden. The stable 2.0 docs should be used for EV3 instead. --- doc/common/conf.py | 12 +++++++++++- doc/main/hubs/index.rst | 7 ------- doc/main/index.rst | 4 ---- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/doc/common/conf.py b/doc/common/conf.py index be427c2..78c68d6 100644 --- a/doc/common/conf.py +++ b/doc/common/conf.py @@ -258,7 +258,17 @@ latex_documents = [ author, 'manual'), ] -# -- Options for manual page output --------------------------------------- +# -- Content control ----------------------------------------------------- + + +exclude_patterns = [ + 'ev3devices.rst', + 'hubs/ev3brick.rst', + 'media.rst', + 'messaging.rst', + 'nxtdevices.rst' +] + # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). diff --git a/doc/main/hubs/index.rst b/doc/main/hubs/index.rst index e354713..99ecdcc 100644 --- a/doc/main/hubs/index.rst +++ b/doc/main/hubs/index.rst @@ -11,7 +11,6 @@ cityhub technichub primehub - ev3brick .. pybricks-classlink:: MoveHub @@ -43,9 +42,3 @@ :height: 10 em :target: primehub.html -.. pybricks-classlink:: EV3Brick - -.. figure:: ../../main/images/ev3brick.png - :height: 10 em - :target: ev3brick.html - diff --git a/doc/main/index.rst b/doc/main/index.rst index 80c0569..492c18b 100644 --- a/doc/main/index.rst +++ b/doc/main/index.rst @@ -70,14 +70,10 @@ findings on our `support page`_ so we can make Pybricks even better. hubs/index pupdevices/index - ev3devices - nxtdevices iodevices/index parameters/index tools/index robotics - media - messaging geometry .. toctree::