Exclude certain class members from auto-generated documentation.

Review Request #7364 — Created June 2, 2015 and submitted — Latest diff uploaded

Information

Review Board
release-2.5.x
efc5662...

Reviewers

There were class members we didn't want to keep around, such as __dict__
and DoesNotExist. Since autodoc doesn't support simple exclusions like
this, I've written a new extension that makes use of the exclusion hook
to look up common member names and exclude them from the docs.

Built the docs and went through them. Saw that all these useless entries
that were auto-added have been removed.

    Loading...