1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Remove badges and logos, as they create a privacy breach.
Index: python-clevercsv/docs/README.rst
===================================================================
--- python-clevercsv.orig/docs/README.rst
+++ python-clevercsv/docs/README.rst
@@ -1,34 +1,6 @@
.. role:: raw-html-m2r(raw)
:format: html
-
-
-.. raw:: html
-
- <p align="center">
- <img width="60%" src="https://raw.githubusercontent.com/alan-turing-institute/CleverCSV/eea72549195e37bd4347d87fd82bc98be2f1383d/.logo.png">
- <br>
- <a href="https://github.com/alan-turing-institute/CleverCSV/actions">
- <img src="https://github.com/alan-turing-institute/CleverCSV/workflows/build/badge.svg" alt="Github Actions Build Status">
- </a>
- <a href="https://pypi.org/project/clevercsv/">
- <img src="https://badge.fury.io/py/clevercsv.svg" alt="PyPI version">
- </a>
- <a href="https://clevercsv.readthedocs.io/en/latest/?badge=latest">
- <img src="https://readthedocs.org/projects/clevercsv/badge/?version=latest" alt="Documentation Status">
- </a>
- <a href="https://pepy.tech/project/clevercsv">
- <img src="https://pepy.tech/badge/clevercsv" alt="Downloads">
- </a>
- <a href="https://mybinder.org/v2/gh/alan-turing-institute/CleverCSVDemo/master?filepath=CSV_dialect_detection_with_CleverCSV.ipynb">
- <img src="https://mybinder.org/badge_logo.svg" alt="Binder">
- </a>
- <a href="https://rdcu.be/bLVur">
- <img src="https://img.shields.io/badge/DOI-10.1007%2Fs10618--019--00646--y-blue">
- </a>
- </p>
-
-
*CleverCSV provides a drop-in replacement for the Python* ``csv`` *package
with improved dialect detection for messy CSV files. It also provides a handy
command line tool that can standardize a messy file or generate Python code to
Index: python-clevercsv/docs/conf.py
===================================================================
--- python-clevercsv.orig/docs/conf.py
+++ python-clevercsv/docs/conf.py
@@ -51,7 +51,7 @@ exclude_patterns = ["_build", "Thumbs.db
# a list of builtin themes.
#
html_theme = "furo"
-html_logo = "https://raw.githubusercontent.com/alan-turing-institute/CleverCSV/eea72549195e37bd4347d87fd82bc98be2f1383d/.logo.png"
+#html_logo = "https://raw.githubusercontent.com/alan-turing-institute/CleverCSV/eea72549195e37bd4347d87fd82bc98be2f1383d/.logo.png"
html_theme_options = {
"sidebar_hide_name": True,
|