From d2a5cb2d608f063febbd88e196e9e5ee4a8b990d Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Sun, 25 Oct 2020 20:51:56 +0100 Subject: [PATCH] doc/hubs: make visual table of contents --- doc/api/hubs/index.rst | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/doc/api/hubs/index.rst b/doc/api/hubs/index.rst index 2e52369..e2ee3c6 100644 --- a/doc/api/hubs/index.rst +++ b/doc/api/hubs/index.rst @@ -12,3 +12,43 @@ technichub primehub ev3brick + +.. figure:: ../images/movehub.png + :height: 8 em + :target: movehub.html + +.. autoclass:: pybricks.hubs.MoveHub + :no-members: + :noindex: + +.. figure:: ../images/cityhub.png + :height: 8 em + :target: cityhub.html + +.. autoclass:: pybricks.hubs.CityHub + :no-members: + :noindex: + +.. figure:: ../images/technichub.png + :height: 8 em + :target: technichub.html + +.. autoclass:: pybricks.hubs.TechnicHub + :no-members: + :noindex: + +.. figure:: ../images/primehub.png + :height: 8 em + :target: primehub.html + +.. autoclass:: pybricks.hubs.PrimeHub + :no-members: + :noindex: + +.. figure:: ../images/ev3brick.png + :height: 8 em + :target: ev3brick.html + +.. autoclass:: pybricks.hubs.EV3Brick + :no-members: + :noindex: