| Website: | http://exquires.ca |
|---|---|
| PyPI: | http://pypi.python.org/pypi/exquires |
| GitHub: | http://github.com/aturcotte/exquires |
| License: | BSD 2-Clause License |
| Authors: | Adam Turcotte and Nicolas Robidoux |
The documentation for the latest release version of EXQUIRES can be viewed online at http://exquires.ca.
The EXQUIRES documentation/website is built using Sphinx.
Before building the documentation, you must first perform the following tasks:
- Install Sphinx (
$ sudo apt-get install python-sphinx) - Install EXQUIRES
To produce the HTML documentation (same as the online documentation):
- From the
docsdirectory, run:$ make html - This will produce HTML documentation in the
_build/html/directory - Open
_build/html/index.htmlwith your browser
To produce the PDF manual:
- From the
docsdirectory, run:$ make latexpdf - This will produce LaTeX files in the
_build/latexdirectory and run them through pdflatex - Open
exquires.pdfto view the manual.