Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58427 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2009-12-17 08:44:09


Author: jewillco
Date: 2009-12-17 08:44:08 EST (Thu, 17 Dec 2009)
New Revision: 58427
URL: http://svn.boost.org/trac/boost/changeset/58427

Log:
Added link to Parallel BGL docs
Text files modified:
   trunk/libs/graph/doc/index.html | 4 +++-
   trunk/libs/graph/doc/table_of_contents.html | 1 +
   2 files changed, 4 insertions(+), 1 deletions(-)

Modified: trunk/libs/graph/doc/index.html
==============================================================================
--- trunk/libs/graph/doc/index.html (original)
+++ trunk/libs/graph/doc/index.html 2009-12-17 08:44:08 EST (Thu, 17 Dec 2009)
@@ -50,7 +50,9 @@
 <P>
 Of course, if you are already familiar with generic programming,
 please dive right in! Here's the <a
-href="./table_of_contents.html">Table of Contents</a>.
+href="./table_of_contents.html">Table of Contents</a>. For distributed-memory
+parallelism, you can also look at the <a
+href="../../graph_parallel/doc/html/index.html">Parallel BGL</a>.
 
 <P>
 The source for the BGL is available as part of the Boost distribution,

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 2009-12-17 08:44:08 EST (Thu, 17 Dec 2009)
@@ -23,6 +23,7 @@
 
       <OL>
         <LI>Introduction to the BGL
+ <li>Parallel BGL (distributed-memory parallel graph data structures and algorithms)
         <LI>History
         <LI>List of BGL Users
         <LI>Publications


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