***********************************
Links to built-in Python features
***********************************

.. class:: bool

    https://docs.python.org/3/library/functions.html#bool

.. class:: dict

    https://docs.python.org/3/library/stdtypes.html#dict

.. class:: float

    https://docs.python.org/3/library/stdtypes.html#float

.. class:: int

    https://docs.python.org/3/library/stdtypes.html#dict

.. class:: list

    https://docs.python.org/3/library/stdtypes.html#list

.. class:: set

    https://docs.python.org/3/library/stdtypes.html#set

.. class:: str

    https://docs.python.org/3/library/stdtypes.html#str

.. class:: tuple

    https://docs.python.org/3/library/stdtypes.html#tuple

.. class:: type

    https://docs.python.org/3/library/stdtypes.html#type-objects

.. exception:: Exception

    https://docs.python.org/3/library/exceptions.html#Exception

.. exception:: IndexError

    https://docs.python.org/3/library/exceptions.html#IndexError

.. exception:: KeyError

    https://docs.python.org/3/library/exceptions.html#KeyError

.. exception:: NameError

    https://docs.python.org/3/library/exceptions.html#NameError

.. exception:: TypeError

    https://docs.python.org/3/library/exceptions.html#TypeError

.. exception:: ValueError

    https://docs.python.org/3/library/exceptions.html#ValueError