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:
Laurens Valk
2021-07-14 11:39:20 +02:00
parent 727ec3fe46
commit 1fab46e67f
4 changed files with 5 additions and 8 deletions
+2 -2
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
:mod:`ubuiltins` -- Built-in functions and exceptions
Built-in functions and exceptions
=====================================================
.. automodule:: ubuiltins
+1 -1
View File
@@ -1,4 +1,4 @@
:mod:`urandom` -- Generate pseudo-random numbers
:mod:`urandom` -- Pseudo-random numbers
================================================
.. automodule:: urandom