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.