From 8f4a7b1f6d2ea053e1a917b74244d8ee4afc7d85 Mon Sep 17 00:00:00 2001 From: clerie Date: Mon, 17 Jan 2022 14:00:47 +0100 Subject: [PATCH] Introduce the different classes a bit more. --- docs/index.rst | 2 ++ docs/manual/connection.rst | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 062bffc..e96d314 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,6 +6,8 @@ Welcome to Mitel OMMClient2's documentation! ============================================ +This is the documentation for mitel_ommclient2. To get started stick to the :doc:`manual/client`. + .. toctree:: :maxdepth: 2 diff --git a/docs/manual/connection.rst b/docs/manual/connection.rst index c317310..984ebf2 100644 --- a/docs/manual/connection.rst +++ b/docs/manual/connection.rst @@ -2,7 +2,8 @@ Connection Usage Manual ======================= This manual documents the underlying connation infrastructure. If you just wanna -use the API, please see :doc:`/manual/client` . +use the API, please see :doc:`/manual/client` . Ideally you don't use to use this +class directly, except for expanding the clients functionality. Using connections -----------------