1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 02:29:28 +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

16
python/doc/_templates/globaltoc.html vendored Normal file
View file

@ -0,0 +1,16 @@
<h3><a href="{{ pathto('contents') }}">{{ _('Table Of Contents') }}</a></h3>
<ul>
<li><a href="{{ pathto('index') }}">Home</a></li>
<li><a href="{{ pathto('install') }}">Install</a></li>
<li><a href="{{ pathto('api') }}">API Documentation</a></li>
</ul>
<b>External Links:</b>
<ul>
<li><a href="https://github.com/deltachat/deltachat-core">Github repository</a></li>
<!-- <li><a href="https://lists.codespeak.net/postorius/lists/muacrypt.lists.codespeak.net">Mailing list</></li> <-->
<li><a href="https://pypi.python.org/pypi/deltachat">PyPI: deltachat</a></li>
</ul>
<b>#deltachat [freenode]</b>

View file

@ -0,0 +1,4 @@
<h3>deltachat {{release}}</h3>
<p>
Bindings for <a href="https://delta.chat">Delta.chat</a>
</p>