mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +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:
@@ -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