Add anchors, intersphinx mappings, and error fixes for Djblets docs.

Review Request #8669 — Created Jan. 26, 2017 and discarded

Information

Djblets
release-0.9.x

Reviewers

This introduces a couple of anchors needed to easily reference the
Djblets guides and code reference pages. These are used by Review Board
today, but these corresponding changes never made it into Djblets.

There's also an intersphinx mapping for setuptools that's used to link
to code and documentation.

And finally, some fixes for errors reported when building the docs. We
had some docstrings that were not ReST-friendly, due to indentation or
bad syntax for references. This fixes up those docs to be error-free.

Built the docs successfully. No errors reported.

Verified that the Review Board docs could link to the correct pages in
the Djblets docs.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        djblets/gravatars/templatetags/gravatars.py
        docs/djblets/conf.py
        djblets/util/serializers.py
    
    Ignored Files:
        docs/djblets/guides/index.rst
        docs/djblets/coderef/index.rst
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        djblets/gravatars/templatetags/gravatars.py
        docs/djblets/conf.py
        djblets/util/serializers.py
    
    Ignored Files:
        docs/djblets/guides/index.rst
        docs/djblets/coderef/index.rst
    
    
  2. 
      
chipx86
Review request changed

Status: Discarded

Loading...