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

initial sphinx docs and many docstrings.

This commit is contained in:
holger krekel 2018-09-14 11:30:09 +02:00
parent dd060d7cf2
commit 66d6621f93
19 changed files with 1277 additions and 27 deletions

View file

@ -16,7 +16,7 @@ Install
First you need to execute all the build steps to install the delta-core C-library,
see https://github.com/deltachat/deltachat-core/blob/master/README.md#build
Next, you need to do perform::
Next, you need to perform::
pip install -e .
@ -28,8 +28,8 @@ Afterwards you should be able to successfully import the bindings::
Running tests
-------------
Install the delta-core C-library (see _Install) and then
type the following to execute tests::
Install the delta-core C-library and the deltachat bindings (see _Install)
and then type the following to execute tests::
pip install tox
tox
@ -38,7 +38,7 @@ If you want to run functional tests that run against real
e-mail accounts, generate a "liveconfig" file where each
lines contains account settings, for example::
# liveconfig file for specifying real-life accounts
# 'liveconfig' file specifying imap/smtp accounts
addr=some-email@example.org mail_pw=password
addr=other-email@example.org mail_pw=otherpassword