From a7eaa017b10c4a6a2ffe11d665e779ba51f6eff8 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 12 Jan 2004 16:05:15 +0000 Subject: [PATCH] Fixed general formatting, re-resolved title level problem, acknowledged Keith MacDonald for inspiring the tutorial. [SVN r21631] --- doc/facade-and-adaptor.html | 191 +++--- doc/facade-and-adaptor.rst | 6 + doc/filter_iterator.html | 12 +- doc/iterator_adaptor.html | 6 +- doc/iterator_facade.html | 1023 +++++++++++++++--------------- doc/iterator_facade.rst | 21 +- doc/iterator_facade_ref.rst | 63 +- doc/iterator_facade_tutorial.rst | 11 +- doc/new-iter-concepts.html | 231 +------ doc/rst2html | 7 + doc/style.tex | 8 +- 11 files changed, 682 insertions(+), 897 deletions(-) create mode 100755 doc/rst2html diff --git a/doc/facade-and-adaptor.html b/doc/facade-and-adaptor.html index 83e07bc..44ae1dc 100755 --- a/doc/facade-and-adaptor.html +++ b/doc/facade-and-adaptor.html @@ -3,7 +3,7 @@ - + Iterator Facade and Adaptor @@ -75,63 +75,64 @@ by adapting other iterators.
  • Proposed Text