mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 12:56:30 +03:00
strike footer and refine index page
This commit is contained in:
4
python/doc/_static/custom.css
vendored
4
python/doc/_static/custom.css
vendored
@@ -15,3 +15,7 @@ div.globaltoc {
|
|||||||
img.logo {
|
img.logo {
|
||||||
height: 120px;
|
height: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.footer {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'deltachat'
|
project = u'deltachat'
|
||||||
copyright = u'2018, holger krekel and contributors'
|
copyright = u'2020, holger krekel and contributors'
|
||||||
|
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
|
|||||||
@@ -1,15 +1,14 @@
|
|||||||
deltachat python bindings
|
deltachat python bindings
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
The ``deltachat`` Python package provides two bindings for the core Rust-library
|
The ``deltachat`` Python package provides two layers of bindings for the
|
||||||
of the https://delta.chat messaging ecosystem:
|
core Rust-library of the https://delta.chat messaging ecosystem:
|
||||||
|
|
||||||
- :doc:`api` is a high level interface to deltachat-core which aims
|
- :doc:`api` is a high level interface to deltachat-core which aims
|
||||||
to be memory safe and thoroughly tested through continous tox/pytest runs.
|
to be memory safe and thoroughly tested through continous tox/pytest runs.
|
||||||
|
|
||||||
- :doc:`capi` is a lowlevel CFFI-binding to the previous
|
- :doc:`lapi` is a lowlevel CFFI-binding to the `Rust Core
|
||||||
`deltachat-core C-API <https://c.delta.chat>`_ (so far the Rust library
|
<https://github.com/deltachat/deltachat-core-rust>`_.
|
||||||
replicates exactly the same C-level API).
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -28,7 +27,6 @@ getting started
|
|||||||
links
|
links
|
||||||
changelog
|
changelog
|
||||||
api
|
api
|
||||||
capi
|
|
||||||
lapi
|
lapi
|
||||||
|
|
||||||
..
|
..
|
||||||
|
|||||||
Reference in New Issue
Block a user