docs: Integrate SubmittingPatches.rst into HACKING.rst

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
Sebastian Spaeth
2012-02-24 12:03:56 +01:00
parent ae85b666d4
commit 8bbdaa8c66
4 changed files with 216 additions and 219 deletions

View File

@ -2,8 +2,10 @@
.. currentmodule:: offlineimap
Welcome to :mod:`offlineimaps`'s documentation
==============================================
.. _API docs:
:mod:`offlineimap's` API documentation
======================================
Within :mod:`offlineimap`, the classes :class:`OfflineImap` provides the high-level functionality. The rest of the classes should usually not needed to be touched by the user. Email repositories are represented by a :class:`offlineimap.repository.Base.BaseRepository` or derivatives (see :mod:`offlineimap.repository` for details). A folder within a repository is represented by a :class:`offlineimap.folder.Base.BaseFolder` or any derivative from :mod:`offlineimap.folder`.