mirror of
https://github.com/AdaCore/e3-core.git
synced 2026-02-12 12:29:08 -08:00
This commit fixes the following errors: /docs/source/autoapi/anod/qualifier/index.rst:25: ERROR: Unexpected indentation. /docs/source/autoapi/anod/qualifier/index.rst:26: WARNING: Block quote ends without a blank line; unexpected unindent. /docs/source/autoapi/anod/qualifier/index.rst:29: ERROR: Unexpected indentation. /docs/source/autoapi/anod/qualifier/index.rst:32: WARNING: Inline strong start-string without end-string. This error is caused by the Python default documentation of a dictionary. On Sphinx when no class documentation is provided, the default class documentation becomes the documentation of the inherited type. Visibly, the default documentation of the Python `dict` is not correct from the Sphinx point of view. This commit also improves some minor parts of the documentation of this module.