Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tijme committed Mar 10, 2018
2 parents 015ddb7 + 2decf1a commit 5de4472
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,25 @@

<br class="title">

.. image:: https://img.shields.io/badge/donate%20via-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

.. 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/license-mit-brightgreen.svg
:target: https://github.com/tijme/angularjs-csti-scanner/blob/master/LICENSE.rst
:alt: License: MIT

.. raw:: html

Expand Down
1 change: 1 addition & 0 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ lxml==4.0.0
requests==2.18.4
requests_toolbelt==0.8.0
sphinx==1.5.5
sphinx-better-theme==0.1.5
sphinxcontrib-napoleon==0.6.1

0 comments on commit 5de4472

Please # to comment.