diff --git a/README.rst b/README.rst index 970c270..b150814 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ vdirsyncer vdirsyncer synchronizes your calendars and addressbooks between two storages. The supported storages are CalDAV, CardDAV, arbitrary HTTP resources, `vdir `_ and `some more -`_. +`_. It aims to be for CalDAV and CardDAV what `OfflineIMAP `_ is for IMAP. diff --git a/docs/storages.rst b/docs/api.rst similarity index 72% rename from docs/storages.rst rename to docs/api.rst index 9028225..f86af98 100644 --- a/docs/storages.rst +++ b/docs/api.rst @@ -1,9 +1,11 @@ -================== +API +=== + +.. _storages: + Supported Storages ================== -This page enlists all storages vdirsyncer supports out of the box. - .. module:: vdirsyncer.storage .. autoclass:: CaldavStorage diff --git a/docs/index.rst b/docs/index.rst index fc2a843..dc365c6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,7 +4,7 @@ vdirsyncer vdirsyncer synchronizes your calendars and addressbooks between two storages. The supported storages are CalDAV, CardDAV, arbitrary HTTP resources, `vdir -`_ and :doc:`some more `. +`_ and :ref:`some more `. It aims to be for CalDAV and CardDAV what `OfflineIMAP `_ is for IMAP. @@ -16,7 +16,7 @@ Table of Contents :maxdepth: 1 tutorial - storages + api keyring server_support troubleshooting