Skip to content

Commit

Permalink
Add more links to documentation (fixes #106)
Browse files Browse the repository at this point in the history
  • Loading branch information
GjjvdBurg committed Sep 6, 2023
1 parent 7a2cf48 commit 9eac9f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

1 comment on commit 9eac9f8

@DeflateAwning
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great stuff, thank you!

Please sign in to comment.