The weld documentation: Sphinx and ReadTheDocs

Pre-built documentation

For your comfort and convenience, a pre-built version of the weld documentation is available at:

This is hosted by Read the Docs, who are wonderful people for providing such a facility. The documentation should get rebuilt on each push to the repository, which means that it should always be up-to-date.

Building the documentation

The weld documentation is built using Sphinx.

As said above, the easiest way to get the documentation is via Read the Docs, but if you want to build a copy yourself, then all you need to do is install Sphinx, and use the Makefile:

$ cd docs
$ make html