From ff9cbb89f028c146beaa93fc861315b3d3295db1 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/api.rst | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/developer_manual/api.rst b/developer_manual/api.rst index 632f0a0bc..250145206 100644 --- a/developer_manual/api.rst +++ b/developer_manual/api.rst @@ -1,25 +1,9 @@ -.. only:: html - - API Documentation - ================= +API reference +============= - PHP public API - -------------- - .. toctree:: - :maxdepth: 1 +PHP public API +-------------- - /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.