mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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.
|
vdirsyncer synchronizes your calendars and addressbooks between two storages.
|
||||||
The supported storages are CalDAV, CardDAV, arbitrary HTTP resources, `vdir
|
The supported storages are CalDAV, CardDAV, arbitrary HTTP resources, `vdir
|
||||||
<https://github.com/untitaker/vdir>`_ and `some more
|
<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
|
It aims to be for CalDAV and CardDAV what `OfflineIMAP
|
||||||
<http://offlineimap.org/>`_ is for IMAP.
|
<http://offlineimap.org/>`_ is for IMAP.
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,11 @@
|
||||||
==================
|
API
|
||||||
|
===
|
||||||
|
|
||||||
|
.. _storages:
|
||||||
|
|
||||||
Supported Storages
|
Supported Storages
|
||||||
==================
|
==================
|
||||||
|
|
||||||
This page enlists all storages vdirsyncer supports out of the box.
|
|
||||||
|
|
||||||
.. module:: vdirsyncer.storage
|
.. module:: vdirsyncer.storage
|
||||||
|
|
||||||
.. autoclass:: CaldavStorage
|
.. autoclass:: CaldavStorage
|
||||||
|
|
@ -4,7 +4,7 @@ vdirsyncer
|
||||||
|
|
||||||
vdirsyncer synchronizes your calendars and addressbooks between two storages.
|
vdirsyncer synchronizes your calendars and addressbooks between two storages.
|
||||||
The supported storages are CalDAV, CardDAV, arbitrary HTTP resources, `vdir
|
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
|
It aims to be for CalDAV and CardDAV what `OfflineIMAP
|
||||||
<http://offlineimap.org/>`_ is for IMAP.
|
<http://offlineimap.org/>`_ is for IMAP.
|
||||||
|
|
@ -16,7 +16,7 @@ Table of Contents
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
tutorial
|
tutorial
|
||||||
storages
|
api
|
||||||
keyring
|
keyring
|
||||||
server_support
|
server_support
|
||||||
troubleshooting
|
troubleshooting
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue