• 
      

    Allow Python and JavaScript reference paths to span multiple lines.

    Review Request #9987 — Created May 30, 2018 and submitted

    Information

    beanbag-docutils
    master
    f0774b7...

    Reviewers

    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.

    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (8668f28)