On 10/31/14 11:02, David Malcolm wrote:
When I previously submitted the jit for review, I posted all of the
documentation as one big patch, as:
"[PATCH 08/10] Documentation for the JIT library (Re: Patches 5-10 of jit
merger)"
https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01392.html
Since then, I've:
* eliminated all mentions of pkg-config (since we no longer support
this)
* eliminated the installation section and the discussion of packages
* converted the final page (docs/internals/index.rst) into a short
guide for contributors to the project (e.g. myself and other
maintainers)
Prebuilt HTML from this can be seen at:
https://dmalcolm.fedorapeople.org/gcc/libgccjit-api-docs/index.html
To make review easier, I've split the documentation up to smaller
patches, starting with this one.
This patch adds the Makefile and configuration file for Sphinx
for building docs from the .rst files that follow.
gcc/jit/
* docs/Makefile: New.
* docs/conf.py: New.
OK.
Jeff