Update docs to reference Python 3 and fix syntactical errors.

Review Request #11284 — Created Nov. 16, 2020 and submitted — Latest diff uploaded

Information

Review Board
release-4.0.x

Reviewers

We now pull down the Python 3 intersphinx map, so that all Python
references will point to the Python 3 docs.

Doc syntax errors within the codebase have been fixed. These were
largely missing backticks, colons, or not escaping something like a
literal \n or \r.

Built the docs. Verified the references and that there were no build
errors.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Update docs to reference Python 3 and fix syntactical errors.
We now pull down the Python 3 intersphinx map, so that all Python references will point to the Python 3 docs. Doc syntax errors within the codebase have been fixed. These were largely missing backticks, colons, or not escaping something like a literal `\n` or `\r`.
f9f40847f363cc075148d793dcb37b833f6af425 Christian Hammond
docs/manual/conf.py
reviewboard/diffviewer/diffutils.py
reviewboard/hostingsvcs/utils/paginator.py
reviewboard/testing/scmtool.py
reviewboard/testing/testcase.py
Loading...