From 849e47f48b13d6cb7a918cc001be232654fde124 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sun, 15 Apr 2018 23:18:08 +0100 Subject: docs: Random fixes Remove an unnecessary 'toctree' from the index page and fix some definition lists. Signed-off-by: Stephen Finucane --- docs/development/api.rst | 6 ++++-- docs/development/index.rst | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'docs/development') 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 -`. 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 ======================= -- cgit v1.2.3