mirror of
https://github.com/boostorg/parameter_python.git
synced 2026-01-22 17:32:33 +00:00
Initial checkin
[SVN r29942]
This commit is contained in:
committed by
Peter Dimov
parent
d3a2758192
commit
76daa6febe
17
doc/Jamfile.v2
Executable file
17
doc/Jamfile.v2
Executable 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
12
index.html
Executable 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>
|
||||
Reference in New Issue
Block a user