From a7be5488fc0f4a9b33f39a3c304a12091e045abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Sat, 13 May 2017 00:06:42 +0200 Subject: [PATCH] Fix Sphinx warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- developer_manual/client_apis/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/developer_manual/client_apis/index.rst b/developer_manual/client_apis/index.rst index bc9aff355..5f0836bab 100644 --- a/developer_manual/client_apis/index.rst +++ b/developer_manual/client_apis/index.rst @@ -6,9 +6,9 @@ Client API's Nextcloud provides an number of api's for client applications to talk to. ----- +------ WebDAV ----- +------ WebDAV is the main api for file related operations, it supports listing directories, downloading an uploading files, manipulating tags and favorites and more. An overview of how to use the various WebDAV api's can be found at :doc:`WebDAV/index` @@ -30,6 +30,6 @@ Other OCS API documentations: :maxdepth: 2 :hidden: - webdav/index - ocs/index + WebDAV/index + OCS/index