From 597bcadfa5cd1b3223f137e6adcf87b7ffd4ec74 Mon Sep 17 00:00:00 2001 From: Tijme Gommers Date: Fri, 9 Feb 2018 08:17:37 +0100 Subject: [PATCH 1/5] Added missing (required) import --- docs/source/getting_started.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index cf95f3d..3da669e 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -11,6 +11,7 @@ N.Y.A.W.C does not have a CLI entry point, so you need to create one yourself. S from nyawc.Options import Options from nyawc.Crawler import Crawler + from nyawc.QueueItem import QueueItem from nyawc.CrawlerActions import CrawlerActions from nyawc.http.Request import Request From 3bbdd59a60c13eeb098df195ff7a59665c7d641e Mon Sep 17 00:00:00 2001 From: Tijme Gommers Date: Tue, 13 Feb 2018 15:37:22 +0100 Subject: [PATCH 2/5] Update README.rst --- README.rst | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index cb90aad..7467587 100644 --- a/README.rst +++ b/README.rst @@ -16,17 +16,21 @@ :target: https://travis-ci.org/tijme/not-your-average-web-crawler :alt: Build Status -.. image:: https://img.shields.io/pypi/pyversions/nyawc.svg +.. image:: https://img.shields.io/pypi/pyversions/nyawc.svg?colorB=brightgreen :target: https://www.python.org/ :alt: Python version -.. image:: https://img.shields.io/pypi/v/nyawc.svg +.. image:: https://img.shields.io/pypi/v/nyawc.svg?colorB=brightgreen :target: https://pypi.python.org/pypi/nyawc/ :alt: PyPi version - -.. image:: https://img.shields.io/pypi/l/nyawc.svg - :target: https://github.com/tijme/not-your-average-web-crawler/blob/master/LICENSE.rst - :alt: License: MIT + +.. image:: https://img.shields.io/badge/donate-paypal-brightgreen.svg + :target: https://www.paypal.me/tijmegommers/25 + :alt: Donate via PayPal + +.. image:: https://img.shields.io/badge/license-mit-brightgreen.svg + :target: https://github.com/tijme/angularjs-csti-scanner/blob/master/LICENSE.rst + :alt: License: MIT .. raw:: html From 9bf02ce51cb13de8e5b9595f2330084d09ee9b2d Mon Sep 17 00:00:00 2001 From: Tijme Gommers Date: Tue, 13 Feb 2018 15:37:41 +0100 Subject: [PATCH 3/5] Update README.rst --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 7467587..c5401c6 100644 --- a/README.rst +++ b/README.rst @@ -12,6 +12,10 @@
+.. image:: https://img.shields.io/badge/donate-paypal-brightgreen.svg + :target: https://www.paypal.me/tijmegommers/25 + :alt: Donate via PayPal + .. image:: https://travis-ci.org/tijme/not-your-average-web-crawler.svg?branch=master :target: https://travis-ci.org/tijme/not-your-average-web-crawler :alt: Build Status @@ -23,10 +27,6 @@ .. image:: https://img.shields.io/pypi/v/nyawc.svg?colorB=brightgreen :target: https://pypi.python.org/pypi/nyawc/ :alt: PyPi version - -.. image:: https://img.shields.io/badge/donate-paypal-brightgreen.svg - :target: https://www.paypal.me/tijmegommers/25 - :alt: Donate via PayPal .. image:: https://img.shields.io/badge/license-mit-brightgreen.svg :target: https://github.com/tijme/angularjs-csti-scanner/blob/master/LICENSE.rst From 32191cc375f4ec9cde1c23cc388c5ff28f3d573b Mon Sep 17 00:00:00 2001 From: Tijme Gommers Date: Tue, 13 Feb 2018 16:16:31 +0100 Subject: [PATCH 4/5] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c5401c6..6ade817 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@
-.. image:: https://img.shields.io/badge/donate-paypal-brightgreen.svg +.. image:: https://img.shields.io/badge/donate%20via-paypal-brightgreen.svg :target: https://www.paypal.me/tijmegommers/25 :alt: Donate via PayPal From 2decf1a85c58eae8736d3760c8c43888559dca8c Mon Sep 17 00:00:00 2001 From: User Date: Sat, 10 Mar 2018 20:55:20 +0100 Subject: [PATCH 5/5] Fixed #8 --- .semver | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.semver b/.semver index afa2b35..b9268da 100644 --- a/.semver +++ b/.semver @@ -1 +1 @@ -1.8.0 \ No newline at end of file +1.8.1 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e4c82a8..df6ae8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ lxml==4.0.0 requests==2.18.4 requests_toolbelt==0.8.0 sphinx==1.5.5 -sphinx-better-theme==0.13 +sphinx-better-theme==0.1.5 sphinxcontrib-napoleon==0.6.1 \ No newline at end of file