Fix issues and add missing content to the codebase docs.

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

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.

Summary ID
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
Description From Last Updated

E501 line too long (94 > 79 characters)

reviewbotreviewbot

E501 line too long (107 > 79 characters)

reviewbotreviewbot
Checks run (1 failed, 1 succeeded)
flake8 failed.
JSHint passed.

flake8

david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (5ce680d)
Loading...