Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 721 Bytes

HACKING.rst

File metadata and controls

31 lines (21 loc) · 721 Bytes

Developing gocept.selenium

Author: gocept <[email protected]>
Online documentation:https://goceptselenium.readthedocs.org/
PyPI page:https://pypi.org/project/gocept.selenium/
Issue tracker:https://github.com/gocept/gocept.selenium/issues
Source code:https://github.com/gocept/gocept.selenium
Current change log:https://raw.githubusercontent.com/gocept/gocept.selenium/master/CHANGES.rst

Documentation

In order to build the Sphinx documentation, run the following commands:

$ python3 -m venv .
$ bin/pip install Sphinx
$ bin/sphinx-build doc doc/build

The generated HTML gets stored in doc/build.