mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-27 09:15:50 +00:00
Rename "API" to "Config"
This is not actually a programming interface.
This commit is contained in:
parent
0441fe7354
commit
8bb25e3fb2
2 changed files with 10 additions and 12 deletions
|
|
@ -1,14 +1,12 @@
|
|||
===
|
||||
API
|
||||
===
|
||||
=============
|
||||
Configuration
|
||||
=============
|
||||
|
||||
Config Parameters
|
||||
=================
|
||||
|
||||
.. _general_config:
|
||||
|
||||
General Section
|
||||
---------------
|
||||
===============
|
||||
|
||||
::
|
||||
|
||||
|
|
@ -49,7 +47,7 @@ General Section
|
|||
.. _pair_config:
|
||||
|
||||
Pair Section
|
||||
------------
|
||||
============
|
||||
|
||||
::
|
||||
|
||||
|
|
@ -79,7 +77,7 @@ Pair Section
|
|||
.. _storage_config:
|
||||
|
||||
Storage Section
|
||||
---------------
|
||||
===============
|
||||
|
||||
::
|
||||
|
||||
|
|
@ -98,12 +96,12 @@ Storage Section
|
|||
.. _storages:
|
||||
|
||||
Supported Storages
|
||||
==================
|
||||
------------------
|
||||
|
||||
.. module:: vdirsyncer.storage
|
||||
|
||||
Read-write storages
|
||||
-------------------
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
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
|
||||
|
|
@ -118,7 +116,7 @@ wished.
|
|||
.. autoclass:: SingleFileStorage
|
||||
|
||||
Read-only storages
|
||||
------------------
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
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
|
||||
|
|
@ -16,7 +16,7 @@ Table of Contents
|
|||
:maxdepth: 1
|
||||
|
||||
tutorial
|
||||
api
|
||||
config
|
||||
keyring
|
||||
supported
|
||||
troubleshooting
|
||||
|
|
|
|||
Loading…
Reference in a new issue