diff options
author | drebs <drebs@leap.se> | 2017-06-07 17:44:12 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2017-06-07 17:44:12 -0300 |
commit | 70a070d941a165377a0b2fd7a84bf0b443b46ea9 (patch) | |
tree | 07ec93162e2de6e7bf515c5a175ee88a15d58154 /docs/client.rst | |
parent | 0776862f274d86e2d9cdb941e74496d5f4c555c9 (diff) |
[doc] separate api in it's own section
Diffstat (limited to 'docs/client.rst')
-rw-r--r-- | docs/client.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/client.rst b/docs/client.rst index ed813634..3befd69c 100644 --- a/docs/client.rst +++ b/docs/client.rst @@ -1,9 +1,9 @@ -Soledad Client API -================== +Soledad Client +============== -.. toctree:: - :maxdepth: 2 +Current reasoning about Soledad can be found `here +<https://leap.se/en/docs/design/soledad>`_. That will be cleaned up and +migrated here in the future. -.. autoclass:: leap.soledad.client.Soledad - :members: - :undoc-members: +You can also take a look at :ref:`client-side-code-api` and +:ref:`client-side-attachments-api` for information on the API. |