Move the WebAPIResource documentation into its own guide.
Review Request #7594 — Created Aug. 16, 2015 and submitted
WebAPIResource's docs were generating a large number of errors during doc build time, mostly due to the fact that class documentation can't have sections. Rather than work around that, the overview of all the capabilities of WebAPIResource have been moved into a Writing API Resources guide. I've added missing links and fixed up typos as part of this.
Built the docs and read through it. The links were all correct, and
the formatting was fine.
-
Tool: Pyflakes Processed Files: djblets/webapi/resources/base.py Ignored Files: docs/djblets/guides/webapi/writing-api-resources.rst docs/djblets/guides/webapi/index.rst docs/djblets/index.rst docs/djblets/guides/index.rst Tool: PEP8 Style Checker Processed Files: djblets/webapi/resources/base.py Ignored Files: docs/djblets/guides/webapi/writing-api-resources.rst docs/djblets/guides/webapi/index.rst docs/djblets/index.rst docs/djblets/guides/index.rst