aboutsummaryrefslogtreecommitdiff
path: root/doc/README.md
blob: 947d7f931c14520d5f7e94cd420933a154f8c41d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Haddock documentation

The documentation is in ReStructuredText format. You need
[Sphinx](http://www.sphinx-doc.org/) to process it. To build the HTML
documentation,

    $ make html

which leaves the HTML documentation the `.build-html/` subdirectory.