From 8683de19e3e85bcdf56faf3fb67a81ea5e76377c Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 14 Sep 2018 18:10:01 +0200 Subject: [PATCH] improve docs and structure see online snapshot: https://m.devpi.net/hpk/dev/deltachat/0.5.dev0/+doc/index.html --- python/.gitignore | 1 + python/doc/_templates/globaltoc.html | 3 +- python/doc/_templates/sidebarintro.html | 2 +- python/doc/api.rst | 16 +- python/doc/capi.rst | 7 + python/doc/index.rst | 19 +- python/liveconfig.txt | 4 + python/src/deltachat/__init__.py | 1 - python/src/deltachat/account.py | 258 ++++++------------------ python/src/deltachat/chatting.py | 133 ++++++++++++ python/src/deltachat/cutil.py | 22 ++ 11 files changed, 253 insertions(+), 213 deletions(-) create mode 100644 python/.gitignore create mode 100644 python/doc/capi.rst create mode 100644 python/liveconfig.txt create mode 100644 python/src/deltachat/chatting.py create mode 100644 python/src/deltachat/cutil.py diff --git a/python/.gitignore b/python/.gitignore new file mode 100644 index 00000000..9638ef2a --- /dev/null +++ b/python/.gitignore @@ -0,0 +1 @@ +doc/_build/ diff --git a/python/doc/_templates/globaltoc.html b/python/doc/_templates/globaltoc.html index ada0d1f6..e186857e 100644 --- a/python/doc/_templates/globaltoc.html +++ b/python/doc/_templates/globaltoc.html @@ -4,7 +4,8 @@ External Links: