From 9eac9f8a9e3a5e2f3b9275ad7fc12044a8f3e40c Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 6 Sep 2023 23:16:54 +0100 Subject: [PATCH 1/2] Add more links to documentation (fixes #106) --- README.md | 1 + pyproject.toml | 6 ++++++ 2 files changed, 7 insertions(+) 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) diff --git a/pyproject.toml b/pyproject.toml index a834bd6..0472ab9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,9 @@ +# Define project URLs for use on PyPI +[project.urls] +"Homepage" = "https://github.com/alan-turing-institute/CleverCSV/" +"Bug Tracker" = "https://github.com/alan-turing-institute/CleverCSV/issues/" +"Documentation" = "https://clevercsv.readthedocs.io/en/latest/" + [tool.black] line-length=79 From 2c2c416c033b780642a380b99ecafc4ab5e8e5cb Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 6 Sep 2023 23:24:00 +0100 Subject: [PATCH 2/2] Remove links from pyproject for now Will look into this more when switching to a pyproject-based build --- pyproject.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0472ab9..a834bd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,3 @@ -# Define project URLs for use on PyPI -[project.urls] -"Homepage" = "https://github.com/alan-turing-institute/CleverCSV/" -"Bug Tracker" = "https://github.com/alan-turing-institute/CleverCSV/issues/" -"Documentation" = "https://clevercsv.readthedocs.io/en/latest/" - [tool.black] line-length=79