From bfe6fcfb7b218a792d86c864f84da9e9b483d400 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Mon, 26 Mar 2018 18:00:26 -0400 Subject: [PATCH] Fix screenshot scaling --- .gitignore | 1 + README.rst | 2 +- docs/index.rst | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4dc6ea1..d9b6413 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ wheels/ *.egg-info/ .installed.cfg *.egg +_tmp* # PyInstaller # Usually these files are written by a python script from a template diff --git a/README.rst b/README.rst index c3524a3..d24bdba 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ parsedmarc .. image:: https://raw.githubusercontent.com/domainaware/parsedmarc/master/docs/_static/screenshots/dmarc-summary-charts.png :alt: A screenshot of DMARC summary charts in Kibana :align: center - :scale: 25% + :scale: 50 :target: https://raw.githubusercontent.com/domainaware/parsedmarc/master/docs/_static/screenshots/dmarc-summary-charts.png ``pasedmarc`` is a Python module and CLI utility for parsing DMARC reports. diff --git a/docs/index.rst b/docs/index.rst index 99c4a12..cfdcf69 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,7 +11,7 @@ Welcome to parsedmarc's documentation! .. image:: /_static/screenshots/dmarc-summary-charts.png :alt: A screenshot of DMARC summary charts in Kibana - :scale: % + :scale: 50 % :align: center :target: /_static/screenshots/dmarc-summary-charts.png