From e939c14feec35adc09eda191f9143ecf4321fdec Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 7 Dec 2022 16:29:53 -0600 Subject: [PATCH] docs/main/{prime,essential}hub: Remove beta note. We are close to final release, so these are no longer considered beta. --- doc/main/hubs/essentialhub.rst | 7 ------- doc/main/hubs/primehub.rst | 6 ------ 2 files changed, 13 deletions(-) diff --git a/doc/main/hubs/essentialhub.rst b/doc/main/hubs/essentialhub.rst index 29eea91..ef4341d 100644 --- a/doc/main/hubs/essentialhub.rst +++ b/doc/main/hubs/essentialhub.rst @@ -7,13 +7,6 @@ Essential Hub :width: 30% -.. note:: Pybricks support for this hub is in beta. - Check the `installation instructions`_ to try it out. - The following functions may change before the final release. - -.. _installation instructions: https://pybricks.com/install/ - - .. autoclass:: pybricks.hubs.EssentialHub :no-members: diff --git a/doc/main/hubs/primehub.rst b/doc/main/hubs/primehub.rst index 1e9c1f9..d9127c5 100644 --- a/doc/main/hubs/primehub.rst +++ b/doc/main/hubs/primehub.rst @@ -7,10 +7,6 @@ Prime Hub / Inventor Hub :height: 15 em -.. note:: Pybricks support for these hubs is in beta. - Check the `installation instructions`_ to try it out. - The following functions may change before the final release. - .. class:: InventorHub This class is the same as the ``PrimeHub`` class, shown below. Both classes @@ -257,5 +253,3 @@ Turning the hub off .. literalinclude:: ../../../examples/pup/hub_common/build/system_shutdown_primehub.py -.. _installation instructions: https://pybricks.com/install/ -