mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-15 11:04:55 +00:00
doc/main/index: Clean up menu and builtins.
There is no ubuiltins module, so we shouldn't mention it. Also reduce size of other module titles so they fit on one line in the menu. This makes it easier to read and get an overview.
This commit is contained in:
+2
-2
@@ -74,11 +74,11 @@ findings on our `support page`_ so we can make Pybricks even better.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: Additional Modules
|
||||
:caption: MicroPython Modules
|
||||
:hidden:
|
||||
|
||||
micropython
|
||||
ubuiltins
|
||||
micropython
|
||||
uerrno
|
||||
uio
|
||||
umath
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
:mod:`ubuiltins` -- Built-in functions and exceptions
|
||||
Built-in functions and exceptions
|
||||
=====================================================
|
||||
|
||||
.. automodule:: ubuiltins
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
:mod:`urandom` -- Generate pseudo-random numbers
|
||||
:mod:`urandom` -- Pseudo-random numbers
|
||||
================================================
|
||||
|
||||
.. automodule:: urandom
|
||||
|
||||
Reference in New Issue
Block a user