From 701933e9bffe9a3b023e2639da6957a23bac64d4 Mon Sep 17 00:00:00 2001 From: Tieu Long Phan <125431507+TieuLongPhan@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:10:39 +0200 Subject: [PATCH] Prepare release (#7) * add graph_descriptors * update doc * prepare release --- doc/getting_started.rst | 10 ---------- pyproject.toml | 5 +++-- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/doc/getting_started.rst b/doc/getting_started.rst index c25ee3d..5d7ea1a 100644 --- a/doc/getting_started.rst +++ b/doc/getting_started.rst @@ -53,16 +53,6 @@ After setting up and activating your virtual environment, install **synutility** This command will download and install the latest version of **synutility** along with its required dependencies. -Getting Started with **synutility** -=================================== - -After installation, you can begin using **synutility** by importing it into your Python scripts or interactive sessions. Here’s a quick example to get you started: - -.. code-block:: python - - import synutility - result = synutility.example_function('Hello, World!') - print(result) Further Resources ================= diff --git a/pyproject.toml b/pyproject.toml index 772c882..aff0ac5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "synutility" -version = "0.0.6" +version = "0.0.7" authors = [ {name="Tieu Long Phan", email="tieu@bioinf.uni-leipzig.de"} ] @@ -30,4 +30,5 @@ all = ["drfp==0.3.6", "xgboost==2.1.1", "fgutils>=0.1.3", "rxn-chem-utils==1.5.0 [project.urls] homepage = "https://github.com/TieuLongPhan/SynUtils" source = "https://github.com/TieuLongPhan/SynUtils" -issues = "https://github.com/TieuLongPhan/SynUtils/issues" \ No newline at end of file +issues = "https://github.com/TieuLongPhan/SynUtils/issues" +documentation = "https://tieulongphan.github.io/SynUtils/" \ No newline at end of file