Skip to content

Commit c761334

Browse files
committed
Add ReadTheDocs badge and link
1 parent 98dd430 commit c761334

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![PyPI version shields.io](https://img.shields.io/pypi/v/zimscraperlib.svg)](https://pypi.org/project/zimscraperlib/)
77
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/zimscraperlib.svg)](https://pypi.org/project/zimscraperlib)
88
[![codecov](https://codecov.io/gh/openzim/python-scraperlib/branch/master/graph/badge.svg)](https://codecov.io/gh/openzim/python-scraperlib)
9+
[![Read the Docs](https://img.shields.io/readthedocs/python-scraperlib)](https://python-scraperlib.readthedocs.io/)
910

1011
Collection of python code to re-use across python-based scrapers
1112

@@ -21,7 +22,7 @@ Example usage:
2122
zimscraperlib>=1.1,<1.2
2223
```
2324

24-
See [functional architecture](docs/functional_architecture.md), [software architecture](docs/software_architecture.md) and [technical architecture](docs/technical_architecture.md) for more details on scraperlib (not all aspects are covered yet, this is a WIP).
25+
See documentation at [Read the Docs](https://python-scraperlib.readthedocs.io/) for details.
2526

2627
# Dependencies
2728

0 commit comments

Comments
 (0)