From ff4032dcf8a739a93415f69969eea520e8fb3bf1 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 21 Feb 2020 16:55:47 +0100 Subject: [PATCH] strike footer and refine index page --- python/doc/_static/custom.css | 4 ++++ python/doc/conf.py | 2 +- python/doc/index.rst | 10 ++++------ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/python/doc/_static/custom.css b/python/doc/_static/custom.css index 8949e0019..08ae43bcc 100644 --- a/python/doc/_static/custom.css +++ b/python/doc/_static/custom.css @@ -15,3 +15,7 @@ div.globaltoc { img.logo { height: 120px; } + +div.footer { + display: none; +} diff --git a/python/doc/conf.py b/python/doc/conf.py index 8ac98584f..55fdcd5dd 100644 --- a/python/doc/conf.py +++ b/python/doc/conf.py @@ -55,7 +55,7 @@ master_doc = 'index' # General information about the project. 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 diff --git a/python/doc/index.rst b/python/doc/index.rst index a5e6d1822..1c27b9317 100644 --- a/python/doc/index.rst +++ b/python/doc/index.rst @@ -1,15 +1,14 @@ deltachat python bindings ========================= -The ``deltachat`` Python package provides two bindings for the core Rust-library -of the https://delta.chat messaging ecosystem: +The ``deltachat`` Python package provides two layers of bindings for the +core Rust-library of the https://delta.chat messaging ecosystem: - :doc:`api` is a high level interface to deltachat-core which aims to be memory safe and thoroughly tested through continous tox/pytest runs. -- :doc:`capi` is a lowlevel CFFI-binding to the previous - `deltachat-core C-API `_ (so far the Rust library - replicates exactly the same C-level API). +- :doc:`lapi` is a lowlevel CFFI-binding to the `Rust Core + `_. @@ -28,7 +27,6 @@ getting started links changelog api - capi lapi ..