Remove babbling about abstract interfaces

This commit is contained in:
Markus Unterwaditzer 2017-08-12 16:56:32 +02:00
parent 0d47e06d89
commit 629de5558d

View file

@ -1,10 +1,8 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
''' '''
The function in `vdirsyncer.sync` can be called on two instances of `Storage` The `sync` function in `vdirsyncer.sync` can be called on two instances of
to synchronize them. Due to the abstract API storage classes are implementing, `Storage` to synchronize them. Apart from the defined errors, this is the only
the two given instances don't have to be of the same exact type. This allows us public API of this module.
not only to synchronize a local vdir with a CalDAV server, but also synchronize
two CalDAV servers or two local vdirs.
The algorithm is based on the blogpost "How OfflineIMAP works" by Edward Z. The algorithm is based on the blogpost "How OfflineIMAP works" by Edward Z.
Yang: http://blog.ezyang.com/2012/08/how-offlineimap-works/ Yang: http://blog.ezyang.com/2012/08/how-offlineimap-works/