mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fix docs
This commit is contained in:
parent
aac97b1ae7
commit
6d50112f97
1 changed files with 5 additions and 7 deletions
|
|
@ -117,8 +117,6 @@ Storage Section
|
||||||
Supported Storages
|
Supported Storages
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
.. module:: vdirsyncer.storage
|
|
||||||
|
|
||||||
Read-write storages
|
Read-write storages
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
@ -126,13 +124,13 @@ These storages generally support reading and changing of their items. Their
|
||||||
default value for ``read_only`` is ``false``, but can be set to ``true`` if
|
default value for ``read_only`` is ``false``, but can be set to ``true`` if
|
||||||
wished.
|
wished.
|
||||||
|
|
||||||
.. autostorage:: CaldavStorage
|
.. autostorage:: vdirsyncer.storage.dav.CaldavStorage
|
||||||
|
|
||||||
.. autostorage:: CarddavStorage
|
.. autostorage:: vdirsyncer.storage.dav.CarddavStorage
|
||||||
|
|
||||||
.. autostorage:: FilesystemStorage
|
.. autostorage:: vdirsyncer.storage.filesystem.FilesystemStorage
|
||||||
|
|
||||||
.. autostorage:: SingleFileStorage
|
.. autostorage:: vdirsyncer.storage.singlefile.SingleFileStorage
|
||||||
|
|
||||||
Read-only storages
|
Read-only storages
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
@ -141,4 +139,4 @@ These storages don't support writing of their items, consequently ``read_only``
|
||||||
is set to ``true`` by default. Changing ``read_only`` to ``false`` on them
|
is set to ``true`` by default. Changing ``read_only`` to ``false`` on them
|
||||||
leads to an error.
|
leads to an error.
|
||||||
|
|
||||||
.. autostorage:: HttpStorage
|
.. autostorage:: vdirsyncer.storage.http.HttpStorage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue