Boost logo

Boost-Commit :

From: dgregor_at_[hidden]
Date: 2008-03-17 13:34:47


Author: dgregor
Date: 2008-03-17 13:34:46 EDT (Mon, 17 Mar 2008)
New Revision: 43680
URL: http://svn.boost.org/trac/boost/changeset/43680

Log:
Fix some documentation issues. Fixes #1655, fixes #1660
Added:
   trunk/doc/html/mpi.html (contents, props changed)
Text files modified:
   trunk/libs/graph/doc/breadth_first_visit.html | 3 ---
   trunk/libs/graph/doc/depth_first_search.html | 2 +-
   trunk/libs/graph/doc/read_graphml.html | 2 +-
   trunk/libs/graph/doc/read_graphviz.html | 2 +-
   trunk/libs/graph/doc/sloan_ordering.htm | 2 +-
   trunk/libs/graph/doc/table_of_contents.html | 2 +-
   trunk/libs/graph/doc/write_dimacs.html | 2 +-
   trunk/libs/mpi/doc/mpi.qbk | 3 ++-
   8 files changed, 8 insertions(+), 10 deletions(-)

Added: trunk/doc/html/mpi.html
==============================================================================
--- (empty file)
+++ trunk/doc/html/mpi.html 2008-03-17 13:34:46 EDT (Mon, 17 Mar 2008)
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+ <head>
+ <!-- Copyright (C) 2007 Trustees of Indiana University
+
+ 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) -->
+ <title>Redirect to generated documentation</title>
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/mpi.html">
+ </head>
+ <body>
+ Automatic redirection failed, please go to
+ http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/mpi.html
+ </body>
+</html>

Modified: trunk/libs/graph/doc/breadth_first_visit.html
==============================================================================
--- trunk/libs/graph/doc/breadth_first_visit.html (original)
+++ trunk/libs/graph/doc/breadth_first_visit.html 2008-03-17 13:34:46 EDT (Mon, 17 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: trunk/libs/graph/doc/depth_first_search.html
==============================================================================
--- trunk/libs/graph/doc/depth_first_search.html (original)
+++ trunk/libs/graph/doc/depth_first_search.html 2008-03-17 13:34:46 EDT (Mon, 17 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: trunk/libs/graph/doc/read_graphml.html
==============================================================================
--- trunk/libs/graph/doc/read_graphml.html (original)
+++ trunk/libs/graph/doc/read_graphml.html 2008-03-17 13:34:46 EDT (Mon, 17 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 &quot;bgl-graphml&quot; 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: trunk/libs/graph/doc/read_graphviz.html
==============================================================================
--- trunk/libs/graph/doc/read_graphviz.html (original)
+++ trunk/libs/graph/doc/read_graphviz.html 2008-03-17 13:34:46 EDT (Mon, 17 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 &quot;boost_graph&quot; 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: trunk/libs/graph/doc/sloan_ordering.htm
==============================================================================
--- trunk/libs/graph/doc/sloan_ordering.htm (original)
+++ trunk/libs/graph/doc/sloan_ordering.htm 2008-03-17 13:34:46 EDT (Mon, 17 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: trunk/libs/graph/doc/table_of_contents.html
==============================================================================
--- trunk/libs/graph/doc/table_of_contents.html (original)
+++ trunk/libs/graph/doc/table_of_contents.html 2008-03-17 13:34:46 EDT (Mon, 17 Mar 2008)
@@ -241,7 +241,7 @@
          <li>Graph Input/Output
            <ol>
              <li>AT&amp;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: trunk/libs/graph/doc/write_dimacs.html
==============================================================================
--- trunk/libs/graph/doc/write_dimacs.html (original)
+++ trunk/libs/graph/doc/write_dimacs.html 2008-03-17 13:34:46 EDT (Mon, 17 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: trunk/libs/mpi/doc/mpi.qbk
==============================================================================
--- trunk/libs/mpi/doc/mpi.qbk (original)
+++ trunk/libs/mpi/doc/mpi.qbk 2008-03-17 13:34:46 EDT (Mon, 17 Mar 2008)
@@ -2040,7 +2040,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.


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk