Fix documentation issues throughout Djblets.
Review Request #13326 — Created Oct. 9, 2023 and submitted
This fixes a number of documentation typos and bad references throughout
the codebase. Most are fairly simple fixes, though there's one reference
to the Django docs that no longer exists and had to be removed.Some of this involves removing some duplicate docs (common when in both
an "Attributes" section and defined in a property or instance attribute
typing). There's also a move to Django'scached_property
and away from
our old copy, which fixes another class of documentation issues.There are still a few doc warnings that come up, having to do with
Django references. These will require fixes in beanbag-docutils.
However, there aren't many, and by and large this cleans up a whole lot
of our docs build output.
Built the docs. Saw that the only errors I hit were the ones that need
fixing in beanbag-docutils.
Summary | ID |
---|---|
9bcfb30af071d56e3a0fa4d42b99d86d0f08111d |
Description | From | Last Updated |
---|---|---|
module level import not at top of file Column: 1 Error code: E402 |
reviewbot |