Fix issues and add missing content to the codebase docs.

Review Request #11122 — Created Aug. 5, 2020 and submitted — Latest diff uploaded

Information

Django Evolution
master

Reviewers

This fixes up some warnings found when building the codebase docs, which
were largely syntax-related or compatibility issues with modern Sphinx
(such as the case sensitivity of terms in the glossary).

It also adds some missing module docstrings and some missing modules,
and updates our Django class references to reference Django 3.1.

Built the docs with the latest version of Sphinx.

Verified there were no errors.

Checked the generated docs to make sure my fixes were applied.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix issues and add missing content to the codebase docs.
This fixes up some warnings found when building the codebase docs, which were largely syntax-related or compatibility issues with modern Sphinx (such as the case sensitivity of terms in the glossary). It also adds some missing module docstrings and some missing modules, and updates our Django class references to reference Django 3.1.
b3dfad24ac1f4ad215421fb9e2fb82a6fc2efba5 Christian Hammond
doc-requirements.txt
django_evolution/__init__.py
django_evolution/models.py
django_evolution/mutators.py
django_evolution/support.py
django_evolution/db/common.py
django_evolution/db/mysql.py
django_evolution/db/postgresql.py
django_evolution/db/sql_result.py
django_evolution/utils/evolutions.py
django_evolution/utils/migrations.py
docs/conf.py
docs/glossary.rst
docs/coderef/index.rst
docs/commands/evolve.rst
docs/commands/list-evolutions.rst
Loading...