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

improve docs and structure

see online snapshot: https://m.devpi.net/hpk/dev/deltachat/0.5.dev0/+doc/index.html
This commit is contained in:
holger krekel 2018-09-14 18:10:01 +02:00
parent 099306408e
commit 8683de19e3
11 changed files with 253 additions and 213 deletions

View file

@ -4,7 +4,8 @@
<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>
<li><a href="{{ pathto('api') }}">High level API</a></li>
<li><a href="{{ pathto('capi') }}">Low level API</a></li>
</ul>
<b>External Links:</b>
<ul>

View file

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