Add new cross reference options for the Review Board manual.
Review Request #8517 — Created Nov. 3, 2016 and submitted
These new cross references allow for linking to Django documentation (using the version we use on readthedocs.org), Review Board source files, Backbone.js class documentation, and content in the Djblets documentation. This will be used in the upcoming documentation changes.
Made use of this in some new documentation. Tested that all the
references worked correctly.
Description | From | Last Updated |
---|---|---|
Col: 1 E402 module level import not at top of file |
reviewbot |
- Change Summary:
-
- Fixed what was supposed to be a temporary reference to localhost.
- Added a new
make USE_LOCAL_RBWEBSITE=1 ...
option to use localhost:8081 for reviewboard.org intersphinx references. - Added a constant for the major Djblets version in
dependencies.py
, for use in intersphinx references. - Fixed up some references in the release notes.
- Added some comments.
- Commit:
-
b4ad825381ed1f8edc7c47b433833aad076236cc5ac48a27c056916303f6cc8a8537456733b51563
-
Tool: Pyflakes Processed Files: reviewboard/dependencies.py docs/manual/conf.py docs/releasenotes/conf.py Ignored Files: docs/manual/Makefile dev-requirements.txt Tool: PEP8 Style Checker Processed Files: reviewboard/dependencies.py docs/manual/conf.py docs/releasenotes/conf.py Ignored Files: docs/manual/Makefile dev-requirements.txt
-