A step-by-step guide to writing a web scraper with Python.
- Documentation: first-web-scraper.rtfd.org
After installing the repository, the Sphinx documentation can be edited in the
docs directory and published to ReadTheDocs by pushing changes to the master branch.
First install the requirements.
$ pip install -r requirements-dev.txtFire up the test server, which will automatically update to show changes made
to the restructured text files in the docs directory.
$ make docsOpen http://localhost:8000 in your browser and start making changes.