Permutation Iterator
@@ -31,6 +30,7 @@ Lab
Copyright Toon Knapen, David Abrahams, Roland Richter, and Jeremy Siek 2003. All rights reserved |
+
@@ -42,7 +42,7 @@ in a potentially different order.
-
Table of Contents
+
Table of Contents
- Introduction
- Reference
@@ -283,7 +283,7 @@ Elements at even indices in the permutation : 9 7
Permutation backwards : 6 7 8 9
Iterate backward with stride 2 : 6 8
-The source code for this example can be found here.
+The source code for this example can be found here.
diff --git a/doc/permutation_iterator.pdf b/doc/permutation_iterator.pdf
index 509e8b4..8b157af 100755
Binary files a/doc/permutation_iterator.pdf and b/doc/permutation_iterator.pdf differ
diff --git a/doc/permutation_iterator.rst b/doc/permutation_iterator.rst
index 11fa6e1..f075ae3 100644
--- a/doc/permutation_iterator.rst
+++ b/doc/permutation_iterator.rst
@@ -14,7 +14,7 @@
:abstract:
- .. include:: permutation_iterator_abstract.rst
+ .. include:: permutation_iter_abstract.rst
.. contents:: Table of Contents
diff --git a/doc/permutation_iterator_eg.rst b/doc/permutation_iterator_eg.rst
index b493c7a..8b79cb9 100644
--- a/doc/permutation_iterator_eg.rst
+++ b/doc/permutation_iterator_eg.rst
@@ -64,4 +64,4 @@ The output is::
The source code for this example can be found `here`__.
-__ ../example/permutation_iterator_example.cpp
+__ ../example/permutation_iter_example.cpp
diff --git a/doc/rst2html b/doc/rst2html
index bd8dc8f..b332e1c 100755
--- a/doc/rst2html
+++ b/doc/rst2html
@@ -1,7 +1,7 @@
#!/bin/sh
PYTHONPATH="c:/src/docutils/docutils;c:/src/docutils/docutils/extras"
export PYTHONPATH
-python c:/src/docutils/docutils/tools/html.py -gs $1 `echo $1 | sed 's/\(.*\)\..*/\1.html/'`
+python c:/src/docutils/docutils/tools/rst2html.py -gs $1 `echo $1 | sed 's/\(.*\)\..*/\1.html/'`