Skip to content

Commit

Permalink
Merge pull request #225 from openzim/read_the_docs
Browse files Browse the repository at this point in the history
Add ReadTheDocs badge and link
  • Loading branch information
benoit74 authored Dec 12, 2024
2 parents 98dd430 + c761334 commit 76a6408
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![PyPI version shields.io](https://img.shields.io/pypi/v/zimscraperlib.svg)](https://pypi.org/project/zimscraperlib/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/zimscraperlib.svg)](https://pypi.org/project/zimscraperlib)
[![codecov](https://codecov.io/gh/openzim/python-scraperlib/branch/master/graph/badge.svg)](https://codecov.io/gh/openzim/python-scraperlib)
[![Read the Docs](https://img.shields.io/readthedocs/python-scraperlib)](https://python-scraperlib.readthedocs.io/)

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

Expand All @@ -21,7 +22,7 @@ Example usage:
zimscraperlib>=1.1,<1.2
```

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).
See documentation at [Read the Docs](https://python-scraperlib.readthedocs.io/) for details.

# Dependencies

Expand Down

0 comments on commit 76a6408

Please sign in to comment.