From 1cdd9eb363b3e9a80476c5c636169740462ca957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 27 Aug 2020 08:41:32 +0200 Subject: [PATCH] Add link to new phpdoc build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- developer_manual/digging_deeper/api.rst | 28 ++++++------------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/developer_manual/digging_deeper/api.rst b/developer_manual/digging_deeper/api.rst index 8aba93b0126..ebe789e7115 100644 --- a/developer_manual/digging_deeper/api.rst +++ b/developer_manual/digging_deeper/api.rst @@ -1,25 +1,9 @@ -.. only:: html +API reference +============= - API documentation - ================= +PHP public API +-------------- - PHP public API - -------------- - .. toctree:: - :maxdepth: 1 - - /OCP namespace - - - PHP class reference - ------------------- - - Please note that only APIs in \OCP namespace are considered to be public. The - following documentation is just for reference: - - .. toctree:: - :maxdepth: 1 - - / namespace - /OC namespace +The public API is contained in the OCP namespace. See the `OCP API reference +`_ for further details.