1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-04 02:09:17 +02:00

revamp api high level page, strike last references of "ffi.CData"

This commit is contained in:
holger krekel 2018-09-15 00:54:36 +02:00
parent 68c401ea76
commit 1f0812c907
3 changed files with 39 additions and 16 deletions

View file

@ -6,21 +6,43 @@ high level API reference
This API is work in progress and may change in versions prior to 1.0.
.. autosummary::
- :class:`deltachat.account.Account` (your main entry point, creates the
other classes)
- :class:`deltachat.chatting.Contact`
- :class:`deltachat.chatting.Chat`
- :class:`deltachat.chatting.Message`
- :class:`deltachat.chatting.MessageState`
deltachat.account
deltachat.chatting
Account
-------
account module
--------------
.. automodule:: deltachat.account
.. autoclass:: deltachat.account.Account
:members:
chatting module
---------------
Contact
-------
.. automodule:: deltachat.chatting
.. autoclass:: deltachat.chatting.Contact
:members:
Chat
----
.. autoclass:: deltachat.chatting.Chat
:members:
Message
-------
.. autoclass:: deltachat.chatting.Message
:members:
MessageState
------------
.. autoclass:: deltachat.chatting.MessageState
:members: