Преглед изворни кода

fix incorrect href paths in broken-up library listing

[SVN r11127]
Jens Maurer пре 25 година
родитељ
комит
a30ae833b2
1 измењених фајлова са 34 додато и 34 уклоњено
  1. 34 34
      libs/libraries.htm

+ 34 - 34
libs/libraries.htm

@@ -58,24 +58,24 @@ out how to build object libraries, when needed.</p>
 <h3><a name="General">General</a> use</h3>
 
 <ul>
-    <li><a href="../../../temp/any/index.html">any</a> - Safe, generic container for single
+    <li><a href="any/index.html">any</a> - Safe, generic container for single
       values of different value types, from Kevlin Henney.&nbsp;</li>
-    <li><a href="../../../temp/array/index.htm">array</a> - STL compliant
+    <li><a href="array/index.htm">array</a> - STL compliant
         container wrapper for arrays of constant size, from
         Nicolai Josuttis.</li>
-    <li><a href="../../../temp/conversion/index.htm">conversion</a> - Numeric,
+    <li><a href="conversion/index.htm">conversion</a> - Numeric,
         polymorphic, and lexical casts, from Dave Abrahams and
         Kevlin Henney.</li>
-    <li><a href="../../../temp/crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
+    <li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
       Walker.</li>
-    <li><a href="../../../temp/pool/doc/index.html">pool</a> - Memory pool management, from
+    <li><a href="pool/doc/index.html">pool</a> - Memory pool management, from
       Steve Cleary.</li>
-    <li><a href="../../../temp/smart_ptr/index.htm">smart_ptr</a> - Four smart
+    <li><a href="smart_ptr/index.htm">smart_ptr</a> - Four smart
         pointer classes, from Greg Colvin and Beman Dawes.</li>
-    <li><a href="../../../temp/timer/index.htm">timer</a> - Event timer,
+    <li><a href="timer/index.htm">timer</a> - Event timer,
         progress timer, and progress display classes, from Beman
         Dawes.</li>
-    <li><a href="../../../temp/utility/utility.htm">utility</a> - Class <b>noncopyable</b>
+    <li><a href="utility/utility.htm">utility</a> - Class <b>noncopyable</b>
         plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b>&nbsp;
       <b>prior(),</b> and <b>tie()</b>
         function templates, from Dave Abrahams and others. </li>
@@ -84,34 +84,34 @@ out how to build object libraries, when needed.</p>
 <h3><a name="Helpers">Helpers</a> to ease construction of your own designs</h3>
 
 <ul>
-    <li><a href="../../../temp/utility/call_traits.htm">call_traits</a> -
+    <li><a href="utility/call_traits.htm">call_traits</a> -
         Defines types for passing parameters, from John Maddock,
         Howard Hinnant, et al.</li>
-    <li><a href="../../../temp/compose/index.htm">compose</a> - Functional
+    <li><a href="compose/index.htm">compose</a> - Functional
         composition adapters for the STL, from Nicolai Josuttis.</li>
-    <li><a href="../../../temp/utility/compressed_pair.htm">compressed_pair</a>
+    <li><a href="utility/compressed_pair.htm">compressed_pair</a>
         - Empty member optimization, from John Maddock, Howard
         Hinnant, et al.</li>
-    <li><a href="../../../temp/function/index.html">function</a> - Function object wrappers
+    <li><a href="function/index.html">function</a> - Function object wrappers
       for deferred calls or callbacks, from Doug Gregor</li>
-    <li><a href="../../../temp/functional/index.html">functional</a> - Enhanced
+    <li><a href="functional/index.html">functional</a> - Enhanced
         function object adaptors, from Mark Rodgers.</li>
-    <li><a href="../../../temp/utility/iterator_adaptors.htm">iterator adaptors</a>
+    <li><a href="utility/iterator_adaptors.htm">iterator adaptors</a>
         - Adapt a base type into a standard conforming iterator,
         and more, from Dave Abrahams, Jeremy Siek, and John
         Potter.</li>
-    <li><a href="../../../temp/utility/operators.htm">operators</a> - Templates
+    <li><a href="utility/operators.htm">operators</a> - Templates
         ease arithmetic classes and iterators, from Dave Abrahams
         and Jeremy Siek.</li>
-    <li><a href="../../../temp/property_map/property_map.html">property map</a>
+    <li><a href="property_map/property_map.html">property map</a>
         - Concepts defining interfaces which map key objects to
         value objects, from Jeremy Siek.</li>
-    <li><a href="../../../temp/tuple/doc/tuple_users_guide.html">tuple</a> - Ease definition of functions returning multiple values, and more,
+    <li><a href="tuple/doc/tuple_users_guide.html">tuple</a> - Ease definition of functions returning multiple values, and more,
     from Jaakko Järvi.</li>
-    <li><a href="../../../temp/type_traits/index.htm">type_traits</a> -
+    <li><a href="type_traits/index.htm">type_traits</a> -
         Templates for fundamental properties of types, from John
         Maddock, Steve Cleary, et al.</li>
-    <li><a href="../../../temp/utility/utility.htm">utility</a> - Class <b>noncopyable</b>
+    <li><a href="utility/utility.htm">utility</a> - Class <b>noncopyable</b>
         plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b>&nbsp;
       <b>prior(),</b> and <b>tie()</b>
         function templates, from Dave Abrahams and others. </li>
@@ -120,22 +120,22 @@ out how to build object libraries, when needed.</p>
 <h3><a name="Correctness">Correctness</a> and testing</h3>
 
 <ul>
-    <li><a href="../../../temp/concept_check/concept_check.htm">concept check</a>
+    <li><a href="concept_check/concept_check.htm">concept check</a>
         - Tools for generic programming, from Jeremy Siek.</li>
-    <li><a href="../../../temp/static_assert/static_assert.htm">static_assert</a>
+    <li><a href="static_assert/static_assert.htm">static_assert</a>
         - Static assertions (compile time assertions), from John
         Maddock.</li>
-    <li><a href="../../../temp/test/doc/index.htm">test</a> - Support for program testing and
+    <li><a href="test/doc/index.htm">test</a> - Support for program testing and
       execution, from Beman Dawes.</li>
 </ul>
 
 <h3>Broken compiler <a name="workarounds"> workarounds</a></h3>
 
 <ul>
-    <li><a href="../../../temp/compatibility/index.html">compatibility</a> - Help for
+    <li><a href="compatibility/index.html">compatibility</a> - Help for
       non-conforming standard libraries, from Ralf Grosse-Kunstleve and Jens
       Maurer.</li>
-    <li><a href="../../../temp/config/index.htm">config</a> - Helps boost
+    <li><a href="config/index.htm">config</a> - Helps boost
         library developers adapt to compiler idiosyncrasies; not
         intended for library users.</li>
 </ul>
@@ -143,37 +143,37 @@ out how to build object libraries, when needed.</p>
 <h3><a name="Math">Math</a> and numerics</h3>
 
 <ul>
-    <li><a href="../../../temp/integer/index.htm">integer</a> - Headers to ease
+    <li><a href="integer/index.htm">integer</a> - Headers to ease
         dealing with integral types.</li>
-    <li><a href="../../../temp/math/octonion/index.html">math/octonion</a> -
+    <li><a href="math/octonion/index.html">math/octonion</a> -
       Octonions, from Hubert Holin.</li>
-    <li><a href="../../../temp/math/quaternion/index.html">math/quaterion</a> -
+    <li><a href="math/quaternion/index.html">math/quaterion</a> -
       Quaterions, from Hubert Holin.</li>
-    <li><a href="../../../temp/math/special_functions/index.html">math/special_functions</a> -
+    <li><a href="math/special_functions/index.html">math/special_functions</a> -
         Mathematical special functions such as atanh, sinc, and sinhc,
         from Hubert Holin.</li>
-    <li><a href="../../../temp/random/index.html">random</a> - A complete
+    <li><a href="random/index.html">random</a> - A complete
         system for random number generation, from Jens Maurer.</li>
-    <li><a href="../../../temp/rational/index.html">rational</a> - A rational
+    <li><a href="rational/index.html">rational</a> - A rational
         number class, from Paul Moore.</li>
 </ul>
 
 <h3><a name="String">String</a> and text processing</h3>
 
 <ul>
-    <li><a href="../../../temp/regex/index.htm">regex</a> - Regular expression
+    <li><a href="regex/index.htm">regex</a> - Regular expression
         library, from John Maddock</li>
-    <li><a href="../../../temp/tokenizer/index.htm">tokenizer</a> - Break of a string or other
+    <li><a href="tokenizer/index.htm">tokenizer</a> - Break of a string or other
       character sequence into a series of tokens, from John Bandela..</li>
 </ul>
 
 <h3><a name="Other">Other</a> domains</h3>
 
 <ul>
-    <li><a href="../../../temp/graph/doc/table_of_contents.html">graph</a> -
+    <li><a href="graph/doc/table_of_contents.html">graph</a> -
         Generic graph components and algorithms, from Jeremy Siek
         and a University of Notre Dame team.</li>
-    <li><a href="../../../temp/python/doc/index.html">python</a> - Reflects C++
+    <li><a href="python/doc/index.html">python</a> - Reflects C++
         classes and functions into <a
         href="http://www.python.org">Python</a>, from Dave
         Abrahams.</li>

粤ICP备19079148号