Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove demo app link section #76

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions docs/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ User-friendly library to find similar objects

Project on `GitHub <https://github.com/findsimilar/find-similar>`_

First you can try our `DEMO WEBAPP <http://demo.findsimilar.org/>`_ for a quick introduction to the **find-similar**

- :ref:`Mission`
- :ref:`Open Source Project`
- :ref:`Features`
Expand Down
2 changes: 0 additions & 2 deletions docs/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ find_similar's interface
How to use different parameters
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

You can try our `DEMO WEBAPP <http://demo.findsimilar.org/>`_
with mini tutorial how **find-similar** different parameters work togather
2 changes: 1 addition & 1 deletion find_similar/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Package info
"""
name = 'find-similar'
version = '2.2.0'
version = '2.2.1'
status = '5 - Production/Stable'
Loading