flake8
passed.
JSHint
passed.
Review Request #9987 — Created May 30, 2018 and submitted
This introduces a new Sphinx extension,
ref_utils
, which augments the
various Python and JavaScript reference roles (like:py:class:
) to
allow references to span multiple lines. For instance,
foo.bar.\nMyClass
. This is useful when working with very long paths
that would otherwise greatly extend a line.
Used this in some documentation to break up otherwise very long lines.
Made sure this didn't introduce any build errors or broken links.