Skip to content

Commit d0b6fb9

Browse files
committed
More documentation cleanup.
1 parent b68ce3b commit d0b6fb9

125 files changed

Lines changed: 471 additions & 28094 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/Jamfile

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ path-constant images : html/images ;
99

1010

1111
project python/doc
12-
: requirements <format>html:<xsl:param>boost.defaults=Boost
12+
: requirements <format>html:<xsl:param>boost.defaults=none
1313
<format>html:<xsl:param>toc.max.depth=3
14-
<format>html:<xsl:param>toc.section.depth=3
15-
<format>html:<xsl:param>chunk.section.depth=3
14+
<format>html:<xsl:param>toc.section.depth=2
15+
<format>html:<xsl:param>chunk.section.depth=1
1616
;
1717

1818
import boostbook ;
1919
import quickbook ;
20+
import docutils ;
2021

2122
boostbook python : python.qbk
2223
: <format>html:<name>$(here)/html
@@ -39,3 +40,8 @@ boostbook reference : reference.qbk
3940
<format>html:<xsl:param>boost.image.src=../images/boost.png
4041
<format>html:<xsl:param>boost.graphics.root=../images/
4142
;
43+
44+
html article : article.rst
45+
: <location>html
46+
<docutils-html>"--link-stylesheet --traceback --trim-footnote-reference-space --footnote-references=superscript --stylesheet=rst.css"
47+
;

doc/PyConDC_2003/bpl.html

Lines changed: 0 additions & 22 deletions
This file was deleted.

doc/PyConDC_2003/bpl.pdf

-7.14 KB
Binary file not shown.

0 commit comments

Comments
 (0)