Ticket #1660: graph.patch

File graph.patch, 4.0 KB (added by Daniel James, 15 years ago)
  • libs/graph/doc/read_graphml.html

     
    113113<h1><a class="toc-backref" href="#id4" name="building-the-graphml-reader">Building the graphml reader</a></h1>
    114114<p>To use the graphml reader, you will need to build and link against
    115115the &quot;bgl-graphml&quot; library. The library can be built by following the
    116 <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>
     116<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>
    117117</div>
    118118<div class="section" id="notes">
    119119<h1><a class="toc-backref" href="#id5" name="notes">Notes</a></h1>
  • libs/graph/doc/read_graphviz.html

     
    177177<h1><a class="toc-backref" href="#id5" name="building-the-graphviz-readers">Building the GraphViz Readers</a></h1>
    178178<p>To use the GraphViz readers, you will need to build and link against
    179179the &quot;boost_graph&quot; library. The library can be built by following the
    180 <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>
     180<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>
    181181</div>
    182182<div class="section" id="deprecated-readers">
    183183<h1><a class="toc-backref" href="#id6" name="deprecated-readers">Deprecated Readers</a></h1>
  • libs/graph/doc/table_of_contents.html

     
    241241         <li>Graph Input/Output
    242242           <ol>
    243243             <li>AT&amp;T Graphviz: <a href="read_graphviz.html">read_graphviz</a>, <a href="./write-graphviz.html">write_graphviz</a></li>
    244              <li>DIMACS Max-flow: <a href="read_dimacs.html">read_dimacs_max_flow</a>, <a href="write_dimacs_max_flow.html">write_dimacs</a></li>
     244             <li>DIMACS Max-flow: <a href="read_dimacs.html">read_dimacs_max_flow</a>, <a href="write_dimacs.html">write_dimacs_max_flow</a></li>
    245245             <li>GraphML: <a href="read_graphml.html">read_graphml</a> and <a href="write_graphml.html">write_graphml</a></li>
    246246           </ol></li>
    247247
  • libs/graph/doc/write_dimacs.html

     
    4242<BR Clear>
    4343
    4444<H1><A NAME="sec:write_dimacs_max_flow">
    45 <TT>write_dimacs</TT>
     45<TT>write_dimacs_max_flow</TT>
    4646</H1>
    4747
    4848
  • libs/graph/doc/sloan_ordering.htm

     
    203203See <A
    204204href="../example/sloan_ordering.cpp"><TT>example/sloan_ordering.cpp</TT></A>.
    205205<H3>See Also</H3>
    206 <p><http://www.boost.org/libs/graph/doc/sloan_start_end_vertices.htm><a href="./sloan_start_end_vertices.htm">sloan_start_end_vertices</a></http:>,
     206<p><a href="./sloan_start_end_vertices.htm">sloan_start_end_vertices</a>,
    207207  <A
    208208href="./bandwidth.html">bandwidth</a>, <a href="./profile.htm">profile</a>, <a href="./wavefront.htm">wavefront</a>
    209209  and <TT>degree_property_map</TT> in <TT>boost/graph/properties.hpp</TT>. </p>