From c56e8da2eef19545eb26bd36cd42789c4475b47b Mon Sep 17 00:00:00 2001 From: quillcraftsman Date: Tue, 16 Apr 2024 17:31:43 +0300 Subject: [PATCH] remove demo app link section --- README.md | 1 - docs/about.rst | 2 -- docs/documentation.rst | 2 -- find_similar/package.py | 2 +- 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 3dddd50..bec35c5 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,6 @@ find_similar(text_to_compare, texts, count=10) - `cos` is the mark of texts similarity ### See more examples in [Full Documentation][documentation_path] -### See the demonstration and mini tutorial in the [Demo project](http://demo.findsimilar.org/) ## Contributing diff --git a/docs/about.rst b/docs/about.rst index 25f79c7..d5ad02a 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -5,8 +5,6 @@ User-friendly library to find similar objects Project on `GitHub `_ -First you can try our `DEMO WEBAPP `_ for a quick introduction to the **find-similar** - - :ref:`Mission` - :ref:`Open Source Project` - :ref:`Features` diff --git a/docs/documentation.rst b/docs/documentation.rst index 129a500..c88d070 100644 --- a/docs/documentation.rst +++ b/docs/documentation.rst @@ -9,5 +9,3 @@ find_similar's interface How to use different parameters ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -You can try our `DEMO WEBAPP `_ -with mini tutorial how **find-similar** different parameters work togather diff --git a/find_similar/package.py b/find_similar/package.py index fc64e7a..6f737cf 100644 --- a/find_similar/package.py +++ b/find_similar/package.py @@ -2,5 +2,5 @@ Package info """ name = 'find-similar' -version = '2.2.0' +version = '2.2.1' status = '5 - Production/Stable'