mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Rename storages to api.rst
This commit is contained in:
parent
2fd32a46d2
commit
ffc036ce74
3 changed files with 8 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
==================
|
||||
API
|
||||
===
|
||||
|
||||
.. _storages:
|
||||
|
||||
Supported Storages
|
||||
==================
|
||||
|
||||
This page enlists all storages vdirsyncer supports out of the box.
|
||||
|
||||
.. module:: vdirsyncer.storage
|
||||
|
||||
.. autoclass:: CaldavStorage
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue