From 23ae11ef98c94dac9db28629606f6f3241b0b5a4 Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Leon Date: Fri, 15 Dec 2023 23:24:15 +0100 Subject: [PATCH] update docs --- docs/conf.py | 4 ++-- docs/source/CHANGELOG.md | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 46fab48..7f6e48a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -91,7 +91,7 @@ html_theme = "sphinx_book_theme" pygments_style = "sphinx" html_theme_options = { - "repository_url": "https://github.com/ale94mleon/moldrug/", + "repository_url": "https://github.com/ale94mleon/aleimi/", "path_to_docs": "docs", "use_source_button": True, "use_download_button": True, @@ -101,7 +101,7 @@ "icon_links": [ { "name": "GitHub", - "url": "https://github.com/ale94mleon/moldrug/", + "url": "https://github.com/ale94mleon/aleimi/", "icon": "fa-brands fa-square-github", "type": "fontawesome", } diff --git a/docs/source/CHANGELOG.md b/docs/source/CHANGELOG.md index 99763a1..2e62f63 100644 --- a/docs/source/CHANGELOG.md +++ b/docs/source/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.0.2] - 2023-12-15 + ### Fixed - Improve code quality. @@ -40,5 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Unnecessary code. - OpenBabel dependency. -[unreleased]: https://github.com/ale94mleon/aleimi/compare/v0.0.1...HEAD +[unreleased]: https://github.com/ale94mleon/aleimi/compare/v0.0.2...HEAD +[unreleased]: https://github.com/ale94mleon/aleimi/compare/v0.0.1...0.0.2 [0.0.1]: https://github.com/ale94mleon/aleimi/compare/v0.0.0-alpha3...v0.0.1 \ No newline at end of file