aboutsummaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-11-02 16:05:28 +0000
committerStephen Finucane <stephen@that.guru>2017-11-02 16:23:57 +0000
commit018560c49a97b891f160f5c186b96e0cad5172e6 (patch)
tree5ce9720cdb73f0cca8d494783e932656b2803f81 /docs/api
parentcb6a184be457db75f89ebd895bcac398f01d50bd (diff)
downloadpatchwork-018560c49a97b891f160f5c186b96e0cad5172e6.tar
patchwork-018560c49a97b891f160f5c186b96e0cad5172e6.tar.gz
docs: Add index pages
This lets me go to, for example, the following URLs: https://patchwork.readthedocs.io/en/latest/releases/ Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/index.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/api/index.rst b/docs/api/index.rst
new file mode 100644
index 0000000..b2e93e0
--- /dev/null
+++ b/docs/api/index.rst
@@ -0,0 +1,12 @@
+API Documentation
+=================
+
+Patchwork provides two APIs: a REST API and a legacy XML-RPC API. The REST API
+is recommended as the XML-RPC API is deprecated and will be removed in a future
+release.
+
+.. toctree::
+ :maxdepth: 2
+
+ /api/rest
+ /api/xmlrpc