From 9d6ca77f936e12b1d851c34ae1ddc39376107063 Mon Sep 17 00:00:00 2001 From: Hearot Date: Sun, 14 Jun 2020 14:56:25 +0200 Subject: [PATCH] docs: update assets --- CHANGELOG.md | 4 ++-- FEATURES.md | 4 ++-- docs/source/_static/assets | 2 +- docs/source/conf.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ea8af4..0a11ec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Documentation - Add Sphinx integration and stop using`dataclasses` ([63b3ad54ab218ec41c72cdf65086ff1e07a64200](https://github.com/hearot/pyrubrum/commit/63b3ad54ab218ec41c72cdf65086ff1e07a64200)) - - Add the Types class to the documentation + - Add the Types class to the documentation ([880c52c04e1d3feab948d23fb8651393c9072d37](https://github.com/hearot/pyrubrum/commit/880c52c04e1d3feab948d23fb8651393c9072d37)) - Automatically copy files from the main directory ([6474feee10ca1dcf1ebc58a49770063f5c931ab9](https://github.com/hearot/pyrubrum/commit/6474feee10ca1dcf1ebc58a49770063f5c931ab9)) ### Fixes @@ -29,7 +29,7 @@ - Create specific directories for module entities ([25593e6d40fa34dbc47528ff3fa6fdc30c0a41b9](https://github.com/hearot/pyrubrum/commit/25593e6d40fa34dbc47528ff3fa6fdc30c0a41b9)) - Move `recursive_add` and `transform`to `pyrubrum.tree.node` ([74fa78d207cac97c7f01fcdc562c75b0bc81db7c](https://github.com/hearot/pyrubrum/commit/74fa78d207cac97c7f01fcdc562c75b0bc81db7c)) - - Move `types` in a brand new directory ([c894984f43752d3a0ca9ccfd64aa4ec8aff13f70](https://github.com/hearot/pyrubrum/commit/c894984f43752d3a0ca9ccfd64aa4ec8aff13f70)) + - Move `types` to a brand new directory ([7d6b33b3af33a7a69999966aa4caf6728ade7598](https://github.com/hearot/pyrubrum/commit/7d6b33b3af33a7a69999966aa4caf6728ade7598)) - Preliminary functions are now passed as arguments (resolve #6) ([45687a4a0a2b407b8085ec78d008536bd598897a](https://github.com/hearot/pyrubrum/commit/45687a4a0a2b407b8085ec78d008536bd598897a)) - Rename `on_callback_node` to `recursive_add` ([461d34e9fb293347ca0b38aa41a18511c25b857c](https://github.com/hearot/pyrubrum/commit/461d34e9fb293347ca0b38aa41a18511c25b857c)) - `BaseDatabase.get` always returns a string (resolve #2) ([b1d0dac010d2d0cd46a4bcc41d2f07c2099d6ac9](https://github.com/hearot/pyrubrum/commit/b1d0dac010d2d0cd46a4bcc41d2f07c2099d6ac9)) diff --git a/FEATURES.md b/FEATURES.md index 97fda0f..5c4a3e5 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -1,7 +1,7 @@ ### Documentation - Add Sphinx integration and stop using`dataclasses` ([63b3ad54ab218ec41c72cdf65086ff1e07a64200](https://github.com/hearot/pyrubrum/commit/63b3ad54ab218ec41c72cdf65086ff1e07a64200)) - - Add the Types class to the documentation + - Add the Types class to the documentation ([880c52c04e1d3feab948d23fb8651393c9072d37](https://github.com/hearot/pyrubrum/commit/880c52c04e1d3feab948d23fb8651393c9072d37)) - Automatically copy files from the main directory ([6474feee10ca1dcf1ebc58a49770063f5c931ab9](https://github.com/hearot/pyrubrum/commit/6474feee10ca1dcf1ebc58a49770063f5c931ab9)) ### Fixes @@ -25,7 +25,7 @@ - Create specific directories for module entities ([25593e6d40fa34dbc47528ff3fa6fdc30c0a41b9](https://github.com/hearot/pyrubrum/commit/25593e6d40fa34dbc47528ff3fa6fdc30c0a41b9)) - Move `recursive_add` and `transform`to `pyrubrum.tree.node` ([74fa78d207cac97c7f01fcdc562c75b0bc81db7c](https://github.com/hearot/pyrubrum/commit/74fa78d207cac97c7f01fcdc562c75b0bc81db7c)) - - Move `types` in a brand new directory ([c894984f43752d3a0ca9ccfd64aa4ec8aff13f70](https://github.com/hearot/pyrubrum/commit/c894984f43752d3a0ca9ccfd64aa4ec8aff13f70)) + - Move `types` to a brand new directory ([7d6b33b3af33a7a69999966aa4caf6728ade7598](https://github.com/hearot/pyrubrum/commit/7d6b33b3af33a7a69999966aa4caf6728ade7598)) - Preliminary functions are now passed as arguments (resolve #6) ([45687a4a0a2b407b8085ec78d008536bd598897a](https://github.com/hearot/pyrubrum/commit/45687a4a0a2b407b8085ec78d008536bd598897a)) - Rename `on_callback_node` to `recursive_add` ([461d34e9fb293347ca0b38aa41a18511c25b857c](https://github.com/hearot/pyrubrum/commit/461d34e9fb293347ca0b38aa41a18511c25b857c)) - `BaseDatabase.get` always returns a string (resolve #2) ([b1d0dac010d2d0cd46a4bcc41d2f07c2099d6ac9](https://github.com/hearot/pyrubrum/commit/b1d0dac010d2d0cd46a4bcc41d2f07c2099d6ac9)) diff --git a/docs/source/_static/assets b/docs/source/_static/assets index a91bc01..d0d46bd 160000 --- a/docs/source/_static/assets +++ b/docs/source/_static/assets @@ -1 +1 @@ -Subproject commit a91bc01b89cfb08009077d6fa780648a23708962 +Subproject commit d0d46bda988a59312a5808ddcb426a7ba6dc4c00 diff --git a/docs/source/conf.py b/docs/source/conf.py index 8712909..810bac7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -84,7 +84,7 @@ html_favicon = "_static/assets/icon.ico" -html_logo = "_static/assets/compressed_mark_logo.png" +html_logo = "_static/assets/mark_logo.png" # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes.