Rename storages to api.rst

This commit is contained in:
Markus Unterwaditzer 2014-05-21 14:26:05 +02:00
parent 2fd32a46d2
commit ffc036ce74
3 changed files with 8 additions and 6 deletions

View file

@ -5,7 +5,7 @@ vdirsyncer
vdirsyncer synchronizes your calendars and addressbooks between two storages.
The supported storages are CalDAV, CardDAV, arbitrary HTTP resources, `vdir
<https://github.com/untitaker/vdir>`_ and `some more
<https://vdirsyncer.readthedocs.org/en/latest/storages.html>`_.
<https://vdirsyncer.readthedocs.org/en/latest/api.html#storages>`_.
It aims to be for CalDAV and CardDAV what `OfflineIMAP
<http://offlineimap.org/>`_ is for IMAP.

View file

@ -1,9 +1,11 @@
==================
API
===
.. _storages:
Supported Storages
==================
This page enlists all storages vdirsyncer supports out of the box.
.. module:: vdirsyncer.storage
.. autoclass:: CaldavStorage

View file

@ -4,7 +4,7 @@ vdirsyncer
vdirsyncer synchronizes your calendars and addressbooks between two storages.
The supported storages are CalDAV, CardDAV, arbitrary HTTP resources, `vdir
<https://github.com/untitaker/vdir>`_ and :doc:`some more <storages>`.
<https://github.com/untitaker/vdir>`_ and :ref:`some more <storages>`.
It aims to be for CalDAV and CardDAV what `OfflineIMAP
<http://offlineimap.org/>`_ is for IMAP.
@ -16,7 +16,7 @@ Table of Contents
:maxdepth: 1
tutorial
storages
api
keyring
server_support
troubleshooting