.. test documentation master file, created by sphinx-quickstart on Sat Feb 22 15:26:36 2025. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. test documentation ================== Add your content using ``reStructuredText`` syntax. See the `reStructuredText `_ documentation for details. .. toctree:: :maxdepth: 2 :caption: Contents: usage/install .. py:class:: enumerate(sequence[, start=0]) .. py:class:: xenumerate(sequence[, start=0]) Return an iterator that ``yield``\ s tuples of an index and an item of the *sequence*. (And so on.)