Initial checkin

[SVN r29942]
This commit is contained in:
Dave Abrahams
2005-07-08 06:17:27 +00:00
committed by Peter Dimov
parent d3a2758192
commit 76daa6febe
2 changed files with 29 additions and 0 deletions

17
doc/Jamfile.v2 Executable file
View File

@@ -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 :
<docutils-html>"-gdt --traceback --trim-footnote-reference-space --embed-stylesheet --stylesheet-path="$(docutils-css)
;
}
alias htmls : $(bases) ;
stage html : $(bases) ;

12
index.html Executable file
View File

@@ -0,0 +1,12 @@
<!-- Copyright David Abrahams 2005. Distributed under the Boost -->
<!-- Software License, Version 1.0. (See accompanying -->
<!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<html>
<head>
<meta http-equiv="refresh" content="0; URL=doc/html/index.html">
</head>
<body>
Automatically loading index page... if nothing happens, please go to
<a href="doc/html/index.html">doc/html/index.html</a>.
</body>
</html>