Skip to content

Commit 607fc25

Browse files
authored
Add scrapd logo (scrapd#10)
Thanks to dotthenai <https://github.com/dotthenai>, the project now has an amazing logo! Drive-by: * Add coverall.io support
1 parent 81ce2ba commit 607fc25

File tree

7 files changed

+9
-5
lines changed

7 files changed

+9
-5
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
name: run unit tests
6969
command: |
7070
make test
71+
venv/bin/pip install coveralls
72+
venv/bin/coveralls
7173
- store_test_results:
7274
path: test-results
7375

README.rst

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ ScrAPD requires Python 3.7+ to work.
1616

1717
Quickstart
1818
----------
19-
2019
Collect all the data as CSV::
2120

2221
scrapd retrieve --format csv

assets/logos/scrAPD-logo.svg

+1
Loading

assets/logos/scrapd-logo-128x152.png

3.67 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../assets/logos/scrapd-logo-128x152.png

docs/source/_static/scrapd.jpg

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../assets/logos/scrapd.jpg

docs/source/conf.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@
6969

7070
# The theme to use for HTML and HTML Help pages. Major themes that come with
7171
# Sphinx are currently 'default' and 'sphinxdoc'.
72-
# html_theme_path = ["."]
73-
# html_theme = '_theme'
74-
# html_static_path = ['static']
75-
72+
html_static_path = ['_static']
7673
html_theme_path = [aiohttp_theme.get_path()]
7774
html_theme = 'aiohttp_theme'
7875
html_theme_options = {
7976
'show_related': True,
8077
'page_width': '80%',
8178
'sidebar_width': '20%',
79+
'logo': 'scrapd-logo-128x152.png',
80+
'description': 'Easily scrap APD traffic death repports',
81+
'canonical_url': 'https://rgreinho.github.io/scrapd/',
8282
}
8383
html_sidebars = {
8484
'**': [

0 commit comments

Comments
 (0)