]> git.ipfire.org Git - thirdparty/patchwork.git/commit
docs: Split API docs into their own section
authorStephen Finucane <stephen@that.guru>
Wed, 26 Apr 2017 21:45:33 +0000 (22:45 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 26 Apr 2017 22:07:44 +0000 (23:07 +0100)
commitc565029962be8f812555c6f9d782a5053e0e3942
tree14f6a63eee3ef7e7d5701334fed36aaf647f86dd
parent86887e9eb250dc971535b3637446f0fd83470753
docs: Split API docs into their own section

Third time lucky. There are two changes:

- Add a new 'clients' section to the usage doc, allowing us to remove a
  lot of the API nitty gritty stuff from the users guide. This makes
  more sense as users don't really care what API method they're using -
  only what application).

- Change the API docs from the developers guide into a quick start
  section, allowing us to greatly expand the REST API docs to include
  information on pagination, authentication, etc.

Signed-off-by: Stephen Finucane <stephen@that.guru>
docs/api/rest.rst [new file with mode: 0644]
docs/api/xmlrpc.rst [moved from docs/development/xmlrpc.rst with 59% similarity]
docs/development/api.rst [new file with mode: 0644]
docs/development/rest.rst [deleted file]
docs/index.rst
docs/usage/clients.rst [new file with mode: 0644]
docs/usage/rest.rst [deleted file]
docs/usage/xmlrpc.rst [deleted file]