mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 17:52:17 +00:00
* Use `doc/src/*.css` instead of `doc/html/*.css`. * Remove wiki and people directories. * Some documentation fixes. * Left out `minimal.css` changes and boostbook changes because of clashes. [SVN r63347]
19 lines
592 B
Plaintext
19 lines
592 B
Plaintext
# Copyright Joel de Guzman 2006. 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)
|
|
project boost/libs/python/doc/tutorial/doc ;
|
|
|
|
import boostbook : boostbook ;
|
|
using quickbook ;
|
|
|
|
path-constant images : html ;
|
|
|
|
boostbook tutorial
|
|
:
|
|
tutorial.qbk
|
|
:
|
|
<xsl:param>boost.root=../../../../../..
|
|
<format>pdf:<xsl:param>img.src.path=$(images)/
|
|
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/python/doc/tutorial/doc/html
|
|
;
|