Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 526 Bytes

README.rst

File metadata and controls

14 lines (10 loc) · 526 Bytes

Build the Multi-Mechanize docs/website:

The multi-mechanize documentation/website is built using Sphinx.

To build the docs you need to perform the following tasks:

  • Install Sphinx ($ sudo apt-get install python-sphinx)
  • From this docs directory, run: $ make html
  • This will produce HTML documentation in the _build/html/ directory
  • Open _build/html/index.html with your browser