Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53470 - trunk/libs/graph_parallel/doc
From: jewillco_at_[hidden]
Date: 2009-05-30 20:21:29


Author: jewillco
Date: 2009-05-30 20:21:28 EDT (Sat, 30 May 2009)
New Revision: 53470
URL: http://svn.boost.org/trac/boost/changeset/53470

Log:
Fixed syntax
Text files modified:
   trunk/libs/graph_parallel/doc/fruchterman_reingold.rst | 16 +++++++++-------
   1 files changed, 9 insertions(+), 7 deletions(-)

Modified: trunk/libs/graph_parallel/doc/fruchterman_reingold.rst
==============================================================================
--- trunk/libs/graph_parallel/doc/fruchterman_reingold.rst (original)
+++ trunk/libs/graph_parallel/doc/fruchterman_reingold.rst 2009-05-30 20:21:28 EDT (Sat, 30 May 2009)
@@ -8,6 +8,7 @@
 ===========================
 
 ::
+
     namespace graph { namespace distributed {
 
       template<typename Graph, typename PositionMap,
@@ -75,12 +76,13 @@
 
 IN: ``DisplacementMap displacement``
 
-Complexity
-----------
-
-Algorithm Description
----------------------
-
+..
+ Complexity
+ ----------
+
+..
+ Algorithm Description
+ ---------------------
 
 -----------------------------------------------------------------------------
 
@@ -95,4 +97,4 @@
 
 .. _Distributed Graph: DistributedGraph.html
 .. _Incidence Graph: http://www.boost.org/libs/graph/doc/IncidenceGraph.html
-.. _Distributed Property Map: distributed_property_map.html
\ No newline at end of file
+.. _Distributed Property Map: distributed_property_map.html


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