1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 02:29:28 +02:00

link to new http://c.delta.chat doc, remove tool for creating the doc on github.io

This commit is contained in:
B. Petersen 2018-09-26 18:12:06 +02:00
parent 9ebc94fa17
commit 9273e1e458
4 changed files with 4 additions and 45 deletions

View file

@ -5,7 +5,7 @@ The ``deltachat`` Python package provides two bindings for the core C-library
of the https://delta.chat messaging ecosystem:
- :doc:`capi` is a lowlevel CFFI-binding to the
`deltachat-core C-API <https://deltachat.github.io/api/index.html>`_.
`deltachat-core C-API <https://c.delta.chat>`_.
- :doc:`api` [work-in-progress] is a high level interface to deltachat-core which aims
to be memory safe and thoroughly tested through continous tox/pytest runs.