diff options
author | Stephen Finucane <stephen@that.guru> | 2018-04-15 23:18:08 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2018-04-24 23:16:11 +0100 |
commit | 849e47f48b13d6cb7a918cc001be232654fde124 (patch) | |
tree | 6ebe07d91954fbdad91ace4bfc909eacd64fac98 /docs/development | |
parent | 0dba20950cec5ec5efdcd5e90b8437a962dbbeb8 (diff) | |
download | patchwork-849e47f48b13d6cb7a918cc001be232654fde124.tar patchwork-849e47f48b13d6cb7a918cc001be232654fde124.tar.gz |
docs: Random fixes
Remove an unnecessary 'toctree' from the index page and fix some
definition lists.
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/api.rst | 6 | ||||
-rw-r--r-- | docs/development/index.rst | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/development/api.rst b/docs/development/api.rst index 3cfefdb..bcb1f69 100644 --- a/docs/development/api.rst +++ b/docs/development/api.rst @@ -1,3 +1,5 @@ +:orphan: + Using the APIs ============== @@ -5,6 +7,6 @@ Patchwork provides two APIs: the legacy :doc:`XML-RPC API <../api/xmlrpc>` and the :doc:`REST API <../api/rest>`. You can use these APIs to interact with Patchwork programmatically and to develop your own clients. -For quick usage examples of the APIs, refer to the :ref:`documentation -<api-docs>`. For examples of existing clients, refer to +For quick usage examples of the APIs, refer to the :doc:`documentation +<../api/index>`. For examples of existing clients, refer to :doc:`../usage/clients`. diff --git a/docs/development/index.rst b/docs/development/index.rst index 4447453..7c3d804 100644 --- a/docs/development/index.rst +++ b/docs/development/index.rst @@ -1,3 +1,5 @@ +:orphan: + Development Documention ======================= |