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:
parent
099306408e
commit
8683de19e3
11 changed files with 253 additions and 213 deletions
3
python/doc/_templates/globaltoc.html
vendored
3
python/doc/_templates/globaltoc.html
vendored
|
@ -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>
|
||||
|
|
2
python/doc/_templates/sidebarintro.html
vendored
2
python/doc/_templates/sidebarintro.html
vendored
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue