Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-02-10 15:34:12


Author: danieljames
Date: 2008-02-10 15:34:10 EST (Sun, 10 Feb 2008)
New Revision: 43219
URL: http://svn.boost.org/trac/boost/changeset/43219

Log:
Hopefully fix some more links.
Text files modified:
   branches/fix-links/libs/date_time/xmldoc/buildinfo.xml | 2 +-
   branches/fix-links/libs/filesystem/doc/index.htm | 6 +++---
   branches/fix-links/libs/functional/hash/doc/intro.qbk | 3 +--
   branches/fix-links/libs/graph/doc/table_of_contents.html | 2 +-
   branches/fix-links/libs/graph/doc/write_dimacs.html | 2 +-
   branches/fix-links/libs/interprocess/doc/interprocess.qbk | 6 +++---
   branches/fix-links/libs/intrusive/doc/intrusive.qbk | 2 +-
   branches/fix-links/libs/libraries.htm | 4 ++--
   branches/fix-links/libs/mpi/doc/mpi.qbk | 2 +-
   branches/fix-links/libs/tr1/doc/tr1.qbk | 5 +++--
   10 files changed, 17 insertions(+), 17 deletions(-)

Modified: branches/fix-links/libs/date_time/xmldoc/buildinfo.xml
==============================================================================
--- branches/fix-links/libs/date_time/xmldoc/buildinfo.xml (original)
+++ branches/fix-links/libs/date_time/xmldoc/buildinfo.xml 2008-02-10 15:34:10 EST (Sun, 10 Feb 2008)
@@ -146,7 +146,7 @@
       <listitem><ulink url="../../libs/conversion/lexical_cast.htm">boost.lexical_cast </ulink> </listitem>
       <listitem><ulink url="../../libs/smart_ptr/smart_ptr.htm">boost.smart_ptr (local time only)</ulink> </listitem>
       <listitem><ulink url="../../libs/algorithm/string/">boost::string_algorithms </ulink> </listitem>
- <listitem><ulink url="../../libs/algorithm/serialize/">boost::serialize (serialization code only) </ulink> </listitem>
+ <listitem><ulink url="../../libs/serialization/index.html">boost::serialize (serialization code only) </ulink> </listitem>
     </itemizedlist>
     so these libraries need to be installed.
   </para>

Modified: branches/fix-links/libs/filesystem/doc/index.htm
==============================================================================
--- branches/fix-links/libs/filesystem/doc/index.htm (original)
+++ branches/fix-links/libs/filesystem/doc/index.htm 2008-02-10 15:34:10 EST (Sun, 10 Feb 2008)
@@ -292,9 +292,9 @@
 <p>The programs used to generate the Boost regression test status tables use the
 Filesystem Library extensively.&nbsp; See:</p>
 <ul>
- <li><a href="../../../tools/regression/process_jam_log.cpp">
+ <li><a href="../../../tools/regression/src/process_jam_log.cpp">
   process_jam_log.cpp</a></li>
- <li><a href="../../../tools/regression/compiler_status.cpp">
+ <li><a href="../../../tools/regression/src/compiler_status.cpp">
   compiler_status.cpp</a></li>
 </ul>
 <p>Test programs are sometimes useful in understanding a library, as they
@@ -564,4 +564,4 @@
 
 </body>
 
-</html>
\ No newline at end of file
+</html>

Modified: branches/fix-links/libs/functional/hash/doc/intro.qbk
==============================================================================
--- branches/fix-links/libs/functional/hash/doc/intro.qbk (original)
+++ branches/fix-links/libs/functional/hash/doc/intro.qbk 2008-02-10 15:34:10 EST (Sun, 10 Feb 2008)
@@ -17,8 +17,7 @@
     Boost Multi-Index Containers Library]]
 [def __multi-index-short__ [@../../libs/multi_index/doc/index.html
     Boost.MultiIndex]]
-[def __bimap__ [@../../libs/bimap/doc/index.html
- Boost.Bimap]]
+[def __bimap__ [@../../libs/bimap/index.html Boost.Bimap]]
 [def __issues__
     [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1837.pdf
     Library Extension Technical Report Issues List]]

Modified: branches/fix-links/libs/graph/doc/table_of_contents.html
==============================================================================
--- branches/fix-links/libs/graph/doc/table_of_contents.html (original)
+++ branches/fix-links/libs/graph/doc/table_of_contents.html 2008-02-10 15:34:10 EST (Sun, 10 Feb 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: branches/fix-links/libs/graph/doc/write_dimacs.html
==============================================================================
--- branches/fix-links/libs/graph/doc/write_dimacs.html (original)
+++ branches/fix-links/libs/graph/doc/write_dimacs.html 2008-02-10 15:34:10 EST (Sun, 10 Feb 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/fix-links/libs/interprocess/doc/interprocess.qbk
==============================================================================
--- branches/fix-links/libs/interprocess/doc/interprocess.qbk (original)
+++ branches/fix-links/libs/interprocess/doc/interprocess.qbk 2008-02-10 15:34:10 EST (Sun, 10 Feb 2008)
@@ -5704,7 +5704,7 @@
 to the segment manager. Because of this,
 in [*Boost.Interprocess] all managed memory segments derive from a common class that
 implements memory-independent (shared memory, memory mapped files) functions:
-[@../../../../boost/interprocess/detail/managed_memory_impl.hpp
+[@../../boost/interprocess/detail/managed_memory_impl.hpp
 boost::interprocess::detail::basic_managed_memory_impl]
 
 Deriving from this class, [*Boost.Interprocess] implements several managed memory
@@ -5766,7 +5766,7 @@
    to the segment manager.
 
 The pool is implemented by the
-[@../../../../boost/interprocess/allocators/detail/node_pool.hpp
+[@../../boost/interprocess/allocators/detail/node_pool.hpp
 private_node_pool and shared_node_pool] classes.
 
 [endsect]
@@ -5809,7 +5809,7 @@
    to the segment manager.
 
 The adaptive pool is implemented by the
-[@../../../../boost/interprocess/allocators/detail/adaptive_node_pool.hpp
+[@../../boost/interprocess/allocators/detail/adaptive_node_pool.hpp
 private_adaptive_node_pool and adaptive_node_pool] classes.
 
 [endsect]

Modified: branches/fix-links/libs/intrusive/doc/intrusive.qbk
==============================================================================
--- branches/fix-links/libs/intrusive/doc/intrusive.qbk (original)
+++ branches/fix-links/libs/intrusive/doc/intrusive.qbk 2008-02-10 15:34:10 EST (Sun, 10 Feb 2008)
@@ -3011,7 +3011,7 @@
 `test_list` objects to funtion objects taking pointers to them.
 
 You can find the full test code code in the
-[@../../perf/perf_list.cpp perf_list.cpp] source file.
+[@../../libs/intrusive/perf/perf_list.cpp perf_list.cpp] source file.
 
 [section:performance_results_push_back Back insertion and destruction]
 

Modified: branches/fix-links/libs/libraries.htm
==============================================================================
--- branches/fix-links/libs/libraries.htm (original)
+++ branches/fix-links/libs/libraries.htm 2008-02-10 15:34:10 EST (Sun, 10 Feb 2008)
@@ -60,7 +60,7 @@
   <dt>Libraries Retired from Boost</dt>
 </dl>
 
-<p>See Compiler Status
+<p>See Compiler Status
  page to find out what library works with which compiler.<br>
 See Getting Started page to find out
 how to download, build, and install the libraries.</p>
@@ -710,4 +710,4 @@
 </p>
 
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: branches/fix-links/libs/mpi/doc/mpi.qbk
==============================================================================
--- branches/fix-links/libs/mpi/doc/mpi.qbk (original)
+++ branches/fix-links/libs/mpi/doc/mpi.qbk 2008-02-10 15:34:10 EST (Sun, 10 Feb 2008)
@@ -2004,7 +2004,7 @@
 [@http://www.open-mpi.org/ Open MPI] version 1.1. The NetPIPE results
 follow:
 
-[$../../../libs/mpi/doc/netpipe.png]
+[$../../libs/mpi/doc/netpipe.png]
 
 There are a some observations we can make about these NetPIPE
 results. First of all, the top two plots show that Boost.MPI performs

Modified: branches/fix-links/libs/tr1/doc/tr1.qbk
==============================================================================
--- branches/fix-links/libs/tr1/doc/tr1.qbk (original)
+++ branches/fix-links/libs/tr1/doc/tr1.qbk 2008-02-10 15:34:10 EST (Sun, 10 Feb 2008)
@@ -1311,8 +1311,9 @@
 for arguments of type `std::complex<T>`.
 These algorithms are entirely
 classical, and behave as specified in the C99 standard section 7.3.5.
-See the [@boost_math/inverse_complex.html Boost.Math documentation
-for more information].
+See the
+[@../../../libs/math/doc/complex/html/complex_number_tr1_algorithms/inverse_complex.html
+Boost.Math documentation for more information].
    
    namespace std {
    namespace tr1 {


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