From c2e0bb8599276cbbbeec82ec7996eabe2b1d8ee7 Mon Sep 17 00:00:00 2001 From: Hendrik Muhs Date: Sat, 14 Feb 2026 08:32:16 +0100 Subject: [PATCH 1/2] sanitize docs --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- LICENSE | 1 - doc/RELEASE_PROCESS.md | 4 +- doc/algorithm/Construction-Basics.md | 79 +++++++++---------- doc/algorithm/Extensibility.md | 6 +- doc/algorithm/Minimization.md | 20 ++--- doc/algorithm/Persistence-Basics.md | 9 +-- doc/algorithm/Scaling.md | 20 ++--- .../bbuzz2016/keyvi-presentation.svg | 66 ++++++++-------- .../keyvi-presentation-progscon2017.svg | 66 ++++++++-------- .../keyvi-presentation-search-meetup-2018.svg | 66 ++++++++-------- ...Building keyvi dictionaries with python.md | 9 +-- doc/usage/Building keyvi dictionaries.md | 10 +-- doc/usage/Crashcourse.md | 51 ++++++------ doc/usage/Keyvi Index with python.md | 2 +- doc/usage/Using pykeyvi in EMR.md | 6 +- python/LICENSE.txt | 1 - sphinx-docs/_static/custom.css | 2 +- sphinx-docs/conf_extra.py | 22 +++--- sphinx-docs/cpp/dictionary_compiler.rst | 2 +- sphinx-docs/index.rst | 16 ++-- 21 files changed, 228 insertions(+), 232 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7569be5b0..eaa17b244 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@