Modernize some of the djblets.cache documentation.

Review Request #7371 — Created June 2, 2015 and submitted

Information

Djblets
release-0.9.x
e6b0b2a...

Reviewers

The djblets.cache documentation was amongst the oldest sets of docs in
the codebase, and weren't anywhere close to PEP-257-compliant, nor did they
render well in our new doc builds.

I've gone through and updated the public-facing documentation, making it
compliant with PEP 257 and helping it render links and text properly.
I've also fleshed out some of the documentation to clear up some points.

In order to link to Django docs for some of the settings, I needed to
add a new extension, djangorefs, which sets up the cross reference types
needed.

Built the docs and read through them.

Description From Last Updated

This is confusing to me. You say it will return a CACHES dictionary, and then tell me it won't be …

daviddavid

List of unicode.

daviddavid
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        djblets/cache/context_processors.py
        docs/djblets/_ext/djangorefs.py
        docs/djblets/conf.py
        djblets/cache/forwarding_backend.py
        djblets/cache/serials.py
        djblets/cache/backend_compat.py
        djblets/cache/backend.py
    
    Ignored Files:
        docs/djblets/coderef/index.rst
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        djblets/cache/context_processors.py
        docs/djblets/_ext/djangorefs.py
        docs/djblets/conf.py
        djblets/cache/forwarding_backend.py
        djblets/cache/serials.py
        djblets/cache/backend_compat.py
        djblets/cache/backend.py
    
    Ignored Files:
        docs/djblets/coderef/index.rst
    
    
  2. 
      
chipx86
reviewbot
  1. Tool: PEP8 Style Checker
    Processed Files:
        djblets/cache/context_processors.py
        docs/djblets/_ext/djangorefs.py
        docs/djblets/conf.py
        djblets/cache/forwarding_backend.py
        djblets/cache/serials.py
        djblets/cache/backend_compat.py
        djblets/cache/backend.py
    
    Ignored Files:
        docs/djblets/coderef/index.rst
    
    
    
    Tool: Pyflakes
    Processed Files:
        djblets/cache/context_processors.py
        docs/djblets/_ext/djangorefs.py
        docs/djblets/conf.py
        djblets/cache/forwarding_backend.py
        djblets/cache/serials.py
        djblets/cache/backend_compat.py
        djblets/cache/backend.py
    
    Ignored Files:
        docs/djblets/coderef/index.rst
    
    
  2. 
      
david
  1. 
      
  2. djblets/cache/backend_compat.py (Diff revision 2)
     
     
     
     
    Show all issues

    This is confusing to me. You say it will return a CACHES dictionary, and then tell me it won't be CACHES, but something else that hasn't been defined yet.

  3. djblets/cache/serials.py (Diff revision 2)
     
     
    Show all issues

    List of unicode.

  4. 
      
chipx86
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        djblets/cache/context_processors.py
        docs/djblets/_ext/djangorefs.py
        docs/djblets/conf.py
        djblets/cache/forwarding_backend.py
        djblets/cache/serials.py
        djblets/cache/backend_compat.py
        djblets/cache/backend.py
    
    Ignored Files:
        docs/djblets/coderef/index.rst
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        djblets/cache/context_processors.py
        docs/djblets/_ext/djangorefs.py
        docs/djblets/conf.py
        djblets/cache/forwarding_backend.py
        djblets/cache/serials.py
        djblets/cache/backend_compat.py
        djblets/cache/backend.py
    
    Ignored Files:
        docs/djblets/coderef/index.rst
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.9.x (9748b07)
Loading...