diff --git a/README.rst b/README.rst index cb90aad..6ade817 100644 --- a/README.rst +++ b/README.rst @@ -12,21 +12,25 @@
+.. 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 diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index 83cbb4a..e0fbda0 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 diff --git a/requirements.txt b/requirements.txt index 2e44904..26b75ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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