Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
Add scrapd logo (#10)
Browse files Browse the repository at this point in the history
Thanks to dotthenai <https://github.com/dotthenai>, the project now has
an amazing logo!

Drive-by:
* Add coverall.io support
  • Loading branch information
rgreinho committed Jan 22, 2019
1 parent 81ce2ba commit 607fc25
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Expand Up @@ -68,6 +68,8 @@ jobs:
name: run unit tests
command: |
make test
venv/bin/pip install coveralls
venv/bin/coveralls
- store_test_results:
path: test-results

Expand Down
1 change: 0 additions & 1 deletion README.rst
Expand Up @@ -16,7 +16,6 @@ ScrAPD requires Python 3.7+ to work.

Quickstart
----------

Collect all the data as CSV::

scrapd retrieve --format csv
Expand Down
1 change: 1 addition & 0 deletions assets/logos/scrAPD-logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logos/scrapd-logo-128x152.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/source/_static/scrapd-logo-128x152.png
1 change: 1 addition & 0 deletions docs/source/_static/scrapd.jpg
8 changes: 4 additions & 4 deletions docs/source/conf.py
Expand Up @@ -69,16 +69,16 @@

# The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'.
# html_theme_path = ["."]
# html_theme = '_theme'
# html_static_path = ['static']

html_static_path = ['_static']
html_theme_path = [aiohttp_theme.get_path()]
html_theme = 'aiohttp_theme'
html_theme_options = {
'show_related': True,
'page_width': '80%',
'sidebar_width': '20%',
'logo': 'scrapd-logo-128x152.png',
'description': 'Easily scrap APD traffic death repports',
'canonical_url': 'https://rgreinho.github.io/scrapd/',
}
html_sidebars = {
'**': [
Expand Down

0 comments on commit 607fc25

Please sign in to comment.