From c442a81a451543d4cbbdee44d9711ac47cc91f56 Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 3 Oct 2017 13:19:05 -0300 Subject: [doc] improve overall client/server info --- docs/api/client.rst | 2 ++ docs/client.rst | 2 ++ docs/index.rst | 13 ++++--------- docs/server.rst | 2 ++ 4 files changed, 10 insertions(+), 9 deletions(-) (limited to 'docs') diff --git a/docs/api/client.rst b/docs/api/client.rst index 7be3f763..d724631d 100644 --- a/docs/api/client.rst +++ b/docs/api/client.rst @@ -1,3 +1,5 @@ +.. _soledad-client-api: + Soledad Client API ================== diff --git a/docs/client.rst b/docs/client.rst index bbbc1dec..0129e6fc 100644 --- a/docs/client.rst +++ b/docs/client.rst @@ -1,3 +1,5 @@ +.. _soledad-client: + Soledad Client ============== diff --git a/docs/index.rst b/docs/index.rst index c9841903..833ce8f3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,15 +17,10 @@ applications to securely share a common state among devices. It is `LEAP client-encrypted data among a user's devices that access an account in a LEAP provider. -The local application is presented with a simple, document-centric searchable -database API. Any data saved to the database by the application is -client-encrypted, backed up in the cloud, and synchronized among a user's -devices. Soledad is cross-platform, open source, scalable, and features -a highly efficient synchronization algorithm. - -Soledad Client and Server are written in Python using `Twisted -`_. Source code is available at `0xacab -`_ and is licensed under the `GPLv3 +Soledad is cross-platform, open source, scalable, and features a highly +efficient synchronization algorithm. The Client and Server are written in +Python using `Twisted `_. Source code is available +at `0xacab `_ and is licensed under the `GPLv3 `_. Client and server are packaged together and distributed in `pypi `_. `Debian packages diff --git a/docs/server.rst b/docs/server.rst index aa890ecb..90321922 100644 --- a/docs/server.rst +++ b/docs/server.rst @@ -1,3 +1,5 @@ +.. _soledad-server: + Soledad Server ============== -- cgit v1.2.3