diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 new file mode 100755 index 0000000..f54b529 --- /dev/null +++ b/doc/Jamfile.v2 @@ -0,0 +1,17 @@ +import docutils ; + +path-constant docutils-css : ../../iterator/doc/default.css ; + +import path ; +sources = [ path.glob . : *.rst ] ; +bases = $(sources:S=) ; + +for local b in $(bases) +{ + html $(b) : $(b).rst : + "-gdt --traceback --trim-footnote-reference-space --embed-stylesheet --stylesheet-path="$(docutils-css) + ; +} + +alias htmls : $(bases) ; +stage html : $(bases) ; diff --git a/index.html b/index.html new file mode 100755 index 0000000..672aaab --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + + + +Automatically loading index page... if nothing happens, please go to +doc/html/index.html. + +