$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: dgregor_at_[hidden]
Date: 2008-03-18 09:20:45
Author: dgregor
Date: 2008-03-18 09:20:44 EDT (Tue, 18 Mar 2008)
New Revision: 43700
URL: http://svn.boost.org/trac/boost/changeset/43700
Log:
Merge MPI/Graph documentation fixes from trunk
Added:
   branches/release/doc/html/mpi.html
      - copied unchanged from r43680, /trunk/doc/html/mpi.html
Text files modified: 
   branches/release/libs/graph/doc/breadth_first_visit.html |     3 ---                                     
   branches/release/libs/graph/doc/depth_first_search.html  |     2 +-                                      
   branches/release/libs/graph/doc/read_graphml.html        |     2 +-                                      
   branches/release/libs/graph/doc/read_graphviz.html       |     2 +-                                      
   branches/release/libs/graph/doc/sloan_ordering.htm       |     2 +-                                      
   branches/release/libs/graph/doc/table_of_contents.html   |     2 +-                                      
   branches/release/libs/graph/doc/write_dimacs.html        |     2 +-                                      
   branches/release/libs/mpi/doc/mpi.qbk                    |     3 ++-                                     
   8 files changed, 8 insertions(+), 10 deletions(-)
Modified: branches/release/libs/graph/doc/breadth_first_visit.html
==============================================================================
--- branches/release/libs/graph/doc/breadth_first_visit.html	(original)
+++ branches/release/libs/graph/doc/breadth_first_visit.html	2008-03-18 09:20:44 EDT (Tue, 18 Mar 2008)
@@ -125,9 +125,6 @@
 <h3>Visitor Event Points</h3>
 
 <ul>
-<li><b><tt>vis.initialize_vertex(v, g)</tt></b> is invoked on every vertex
-  before the start of the search. 
-
 <li><b><tt>vis.examine_vertex(u, g)</tt></b>r is invoked in each
   vertex as it is removed from the queue.
 
Modified: branches/release/libs/graph/doc/depth_first_search.html
==============================================================================
--- branches/release/libs/graph/doc/depth_first_search.html	(original)
+++ branches/release/libs/graph/doc/depth_first_search.html	2008-03-18 09:20:44 EDT (Tue, 18 Mar 2008)
@@ -66,7 +66,7 @@
 actions at certain event-points within the algorithm. This provides a
 mechanism for adapting the generic DFS algorithm to the many
 situations in which it can be used.  In the pseudo-code below, the
-event points for DFS are indicated in by the triangles and labels on
+event points for DFS are the labels on
 the right. The user-defined actions must be provided in the form of a
 visitor object, that is, an object whose type meets the requirements
 for a DFS Visitor. In the pseudo-code
Modified: branches/release/libs/graph/doc/read_graphml.html
==============================================================================
--- branches/release/libs/graph/doc/read_graphml.html	(original)
+++ branches/release/libs/graph/doc/read_graphml.html	2008-03-18 09:20:44 EDT (Tue, 18 Mar 2008)
@@ -113,7 +113,7 @@
 <h1><a class="toc-backref" href="#id4" name="building-the-graphml-reader">Building the graphml reader</a></h1>
 <p>To use the graphml reader, you will need to build and link against
 the "bgl-graphml" library. The library can be built by following the
-<a class="reference" href="../../../more/getting_started.html#Build_Install">Boost Jam Build Instructions</a> for the subdirectory <tt class="literal"><span class="pre">libs/graph/build</span></tt>.</p>
+<a class="reference" href="../../../doc/html/bbv2/installation.html">Boost Jam Build Instructions</a> for the subdirectory <tt class="literal"><span class="pre">libs/graph/build</span></tt>.</p>
 </div>
 <div class="section" id="notes">
 <h1><a class="toc-backref" href="#id5" name="notes">Notes</a></h1>
Modified: branches/release/libs/graph/doc/read_graphviz.html
==============================================================================
--- branches/release/libs/graph/doc/read_graphviz.html	(original)
+++ branches/release/libs/graph/doc/read_graphviz.html	2008-03-18 09:20:44 EDT (Tue, 18 Mar 2008)
@@ -177,7 +177,7 @@
 <h1><a class="toc-backref" href="#id5" name="building-the-graphviz-readers">Building the GraphViz Readers</a></h1>
 <p>To use the GraphViz readers, you will need to build and link against
 the "boost_graph" library. The library can be built by following the
-<a class="reference" href="../../../more/getting_started.html#Build_Install">Boost Jam Build Instructions</a> for the subdirectory <tt class="docutils literal"><span class="pre">libs/graph/build</span></tt>.</p>
+<a class="reference" href="../../../doc/html/bbv2/installation.html">Boost Jam Build Instructions</a> for the subdirectory <tt class="docutils literal"><span class="pre">libs/graph/build</span></tt>.</p>
 </div>
 <div class="section" id="deprecated-readers">
 <h1><a class="toc-backref" href="#id6" name="deprecated-readers">Deprecated Readers</a></h1>
Modified: branches/release/libs/graph/doc/sloan_ordering.htm
==============================================================================
--- branches/release/libs/graph/doc/sloan_ordering.htm	(original)
+++ branches/release/libs/graph/doc/sloan_ordering.htm	2008-03-18 09:20:44 EDT (Tue, 18 Mar 2008)
@@ -203,7 +203,7 @@
 See <A 
 href="../example/sloan_ordering.cpp"><TT>example/sloan_ordering.cpp</TT></A>. 
 <H3>See Also</H3>
-<p><http://www.boost.org/libs/graph/doc/sloan_start_end_vertices.htm>sloan_start_end_vertices</http:>, 
+<p>sloan_start_end_vertices, 
   <A 
 href="./bandwidth.html">bandwidth</a>, profile, wavefront 
   and <TT>degree_property_map</TT> in <TT>boost/graph/properties.hpp</TT>. </p>
Modified: branches/release/libs/graph/doc/table_of_contents.html
==============================================================================
--- branches/release/libs/graph/doc/table_of_contents.html	(original)
+++ branches/release/libs/graph/doc/table_of_contents.html	2008-03-18 09:20:44 EDT (Tue, 18 Mar 2008)
@@ -241,7 +241,7 @@
          <li>Graph Input/Output
            <ol>
              <li>AT&T Graphviz: read_graphviz, write_graphviz</li>
-             <li>DIMACS Max-flow: read_dimacs_max_flow, write_dimacs</li>
+             <li>DIMACS Max-flow: read_dimacs_max_flow, write_dimacs_max_flow</li>
              <li>GraphML: read_graphml and write_graphml</li>
            </ol></li>
 
Modified: branches/release/libs/graph/doc/write_dimacs.html
==============================================================================
--- branches/release/libs/graph/doc/write_dimacs.html	(original)
+++ branches/release/libs/graph/doc/write_dimacs.html	2008-03-18 09:20:44 EDT (Tue, 18 Mar 2008)
@@ -42,7 +42,7 @@
 <BR Clear>
 
 <H1><A NAME="sec:write_dimacs_max_flow">
-<TT>write_dimacs</TT>
+<TT>write_dimacs_max_flow</TT>
 </H1>
 
 
Modified: branches/release/libs/mpi/doc/mpi.qbk
==============================================================================
--- branches/release/libs/mpi/doc/mpi.qbk	(original)
+++ branches/release/libs/mpi/doc/mpi.qbk	2008-03-18 09:20:44 EDT (Tue, 18 Mar 2008)
@@ -2037,7 +2037,8 @@
 Boost.MPI was developed with support from Zurcher Kantonalbank. Daniel
 Egloff and Michael Gauckler contributed many ideas to Boost.MPI's
 design, particularly in the design of its abstractions for
-MPI data types. Prabhanjan (Anju) Kambadur developed the predecessor to
+MPI data types and the novel skeleton/context mechanism for large data
+structures. Prabhanjan (Anju) Kambadur developed the predecessor to
 Boost.MPI that proved the usefulness of the Serialization library in
 an MPI setting and the performance benefits of specialization in a C++
 abstraction layer for MPI. Jeremy Siek managed the formal review of Boost.MPI.