mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-14 10:35:53 +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
|
||||
|
||||
@@ -14,10 +14,7 @@
|
||||
# Copyright (c) 2001-2021 Python Software Foundation
|
||||
|
||||
"""
|
||||
All builtin functions and exceptions are described here. They are also
|
||||
available via ``ubuiltins`` module.
|
||||
|
||||
.. tip:: Since these are built-in, you can (and should!) use them without importing.
|
||||
The following functions and exceptions can be used without importing anything.
|
||||
"""
|
||||
|
||||
from typing import (
|
||||
|
||||
Reference in New Issue
Block a user