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
+1 -4
View File
@@ -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 (