From 9ac1ca7bada5c8f9f2d5cf1ee37646a4dd198e86 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 6 Sep 2023 23:28:04 +0100 Subject: [PATCH] Add more links to documentation (fixes #106) (#109) * Add more links to documentation (fixes #106) * Remove links from pyproject for now Will look into this more when switching to a pyproject-based build --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9365c4..bf547e1 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ import it.* - [CleverCSV on Github](https://github.com/alan-turing-institute/CleverCSV) - [CleverCSV on PyPI](https://pypi.org/project/clevercsv/) +- [Documentation on ReadTheDocs](https://clevercsv.readthedocs.io/en/latest/) - [Demo of CleverCSV on Binder (interactive!)](https://mybinder.org/v2/gh/alan-turing-institute/CleverCSVDemo/master?filepath=CSV_dialect_detection_with_CleverCSV.ipynb) - [Research Paper on CSV dialect detection (PDF)](https://gertjanvandenburg.com/papers/VandenBurg_Nazabal_Sutton_-_Wrangling_Messy_CSV_Files_by_Detecting_Row_and_Type_Patterns_2019.pdf)