Skip to content

Commit 5de4472

Browse files
committed
Merge branch 'master' into develop
2 parents 015ddb7 + 2decf1a commit 5de4472

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

README.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,25 @@
1212

1313
<br class="title">
1414

15+
.. image:: https://img.shields.io/badge/donate%20via-paypal-brightgreen.svg
16+
:target: https://www.paypal.me/tijmegommers/25
17+
:alt: Donate via PayPal
18+
1519
.. image:: https://travis-ci.org/tijme/not-your-average-web-crawler.svg?branch=master
1620
:target: https://travis-ci.org/tijme/not-your-average-web-crawler
1721
:alt: Build Status
1822

19-
.. image:: https://img.shields.io/pypi/pyversions/nyawc.svg
23+
.. image:: https://img.shields.io/pypi/pyversions/nyawc.svg?colorB=brightgreen
2024
:target: https://www.python.org/
2125
:alt: Python version
2226

23-
.. image:: https://img.shields.io/pypi/v/nyawc.svg
27+
.. image:: https://img.shields.io/pypi/v/nyawc.svg?colorB=brightgreen
2428
:target: https://pypi.python.org/pypi/nyawc/
2529
:alt: PyPi version
26-
27-
.. image:: https://img.shields.io/pypi/l/nyawc.svg
28-
:target: https://github.com/tijme/not-your-average-web-crawler/blob/master/LICENSE.rst
29-
:alt: License: MIT
30+
31+
.. image:: https://img.shields.io/badge/license-mit-brightgreen.svg
32+
:target: https://github.com/tijme/angularjs-csti-scanner/blob/master/LICENSE.rst
33+
:alt: License: MIT
3034

3135
.. raw:: html
3236

docs/source/getting_started.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ N.Y.A.W.C does not have a CLI entry point, so you need to create one yourself. S
1111
1212
from nyawc.Options import Options
1313
from nyawc.Crawler import Crawler
14+
from nyawc.QueueItem import QueueItem
1415
from nyawc.CrawlerActions import CrawlerActions
1516
from nyawc.http.Request import Request
1617

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ lxml==4.0.0
33
requests==2.18.4
44
requests_toolbelt==0.8.0
55
sphinx==1.5.5
6+
sphinx-better-theme==0.1.5
67
sphinxcontrib-napoleon==0.6.1

0 commit comments

Comments
 (0)