Boost logo

Boost-Commit :

From: steven_at_[hidden]
Date: 2008-05-15 21:19:41


Author: steven_watanabe
Date: 2008-05-15 21:19:40 EDT (Thu, 15 May 2008)
New Revision: 45413
URL: http://svn.boost.org/trac/boost/changeset/45413

Log:
Fixed links
Text files modified:
   sandbox/units/libs/units/doc/units.qbk | 36 ++++++++++++++++++------------------
   1 files changed, 18 insertions(+), 18 deletions(-)

Modified: sandbox/units/libs/units/doc/units.qbk
==============================================================================
--- sandbox/units/libs/units/doc/units.qbk (original)
+++ sandbox/units/libs/units/doc/units.qbk 2008-05-15 21:19:40 EDT (Thu, 15 May 2008)
@@ -3,7 +3,7 @@
   [version 0.9.0]
   [authors [Schabel, Matthias C.]]
   [authors [Watanabe, Steven]]
- [copyright 2003-2007 Matthias Christian Schabel, 2007 Steven Watanabe]
+ [copyright 2003-2008 Matthias Christian Schabel, 2007-2008 Steven Watanabe]
   [license
       Distributed under the Boost Software License, Version 1.0.
       (See accompanying file LICENSE_1_0.txt or copy at
@@ -85,7 +85,7 @@
 
 # g++ 4.0.1 on Mac OSX 10.4
 # Intel CC 9.1 and 10.0 on Mac OSX 10.4
-# g++ 3.4.4, 4.2.1, and 4.3.0 on Windows XP
+# g++ 3.4.4, 4.2.3, and 4.3.0 on Windows XP
 # Microsoft Visual C++ 7.1, 8.0, and 9.0 on Windows XP
 # Metrowerks CodeWarrior 9.2 on Windows XP.
 
@@ -464,7 +464,7 @@
 
 [section:DimensionExample Dimension Example]
 
-([@../../libs/units/example/dimension.cpp dimension.cpp])
+([@../../example/dimension.cpp dimension.cpp])
 
 By using MPL metafunctions and the template specializations for operations on composite dimensions
 defined in [headerref boost/units/dimension.hpp], it is possible to perform compile time arithmetic
@@ -483,7 +483,7 @@
 
 [section:UnitExample Unit Example]
 
-([@../../libs/units/example/unit.cpp unit.cpp])
+([@../../example/unit.cpp unit.cpp])
 
 This example demonstrates the use of the simple but functional unit system implemented in
 [headerref libs/units/example/test_system.hpp] :
@@ -500,7 +500,7 @@
 
 [section:QuantityExample Quantity Example]
 
-([@../../libs/units/example/quantity.cpp quantity.cpp])
+([@../../example/quantity.cpp quantity.cpp])
 
 This example demonstrates how to use quantities of our toy unit system :
 
@@ -527,7 +527,7 @@
 
 [section:KitchenSinkExample Kitchen Sink Example]
 
-([@../../libs/units/example/kitchen_sink.cpp kitchen_sink.cpp])
+([@../../example/kitchen_sink.cpp kitchen_sink.cpp])
 
 This example provides a fairly extensive set of tests covering most of the [___quantity] functionality.
 It uses the SI unit system defined in [headerref boost/units/systems/si.hpp].
@@ -649,7 +649,7 @@
 
 [section:ConversionExample Conversion Example]
 
-([@../../libs/units/example/conversion.cpp conversion.cpp])
+([@../../example/conversion.cpp conversion.cpp])
 
 This example demonstrates the various allowed conversions between SI and CGS units. Defining some
 quantities
@@ -687,7 +687,7 @@
 
 [section:UDTExample User Defined Types]
 
-([@../../libs/units/example/quaternion.cpp quaternion.cpp])
+([@../../example/quaternion.cpp quaternion.cpp])
 
 This example demonstrates the use of `boost::math::quaternion` as a value type for [___quantity] and the converse.
 For the first case, we first define specializations of [___power_typeof_helper] and [___root_typeof_helper] for
@@ -728,7 +728,7 @@
 
 [section:ComplexExample Complex Example]
 
-([@../../libs/units/example/complex.cpp complex.cpp])
+([@../../example/complex.cpp complex.cpp])
 
 This example demonstrates how to implement a replacement `complex` class that functions correctly both as a
 quantity value type and as a quantity container class, including heterogeneous multiplication and division
@@ -762,7 +762,7 @@
 
 [section:PerformanceExample Performance Example]
 
-([@../../libs/units/example/performance.cpp performance.cpp])
+([@../../example/performance.cpp performance.cpp])
 
 This example provides an ad hoc performance test to verify that zero runtime overhead
 is incurred when using [___quantity] in place of `double`.
@@ -771,7 +771,7 @@
 
 [section:RadarBeamHeightExample Radar Beam Height]
 
-([@../../libs/units/example/radar_beam_height.cpp radar_beam_height.cpp])
+([@../../example/radar_beam_height.cpp radar_beam_height.cpp])
 
 [import ../example/radar_beam_height.cpp]
 
@@ -815,7 +815,7 @@
 
 [section:HeterogeneousUnitExample Heterogeneous Unit Example]
 
-([@../../libs/units/example/heterogeneous_unit.cpp heterogeneous_unit.cpp])
+([@../../example/heterogeneous_unit.cpp heterogeneous_unit.cpp])
 
 [import ../example/heterogeneous_unit.cpp]
 
@@ -841,7 +841,7 @@
 
 [section:AbsoluteRelativeTemperatureExample Absolute and Relative Temperature Example]
 
-([@../../libs/units/example/temperature.cpp temperature.cpp])
+([@../../example/temperature.cpp temperature.cpp])
 
 [import ../example/temperature.cpp]
 
@@ -869,7 +869,7 @@
 
 [section:RuntimeConversionFactorExample Runtime Conversion Factor Example]
 
-([@../../libs/units/example/runtime_conversion_factor.cpp runtime_conversion_factor.cpp])
+([@../../example/runtime_conversion_factor.cpp runtime_conversion_factor.cpp])
 
 [import ../example/runtime_conversion_factor.cpp]
 
@@ -882,7 +882,7 @@
 
 [section:UnitsWithNonbaseDimensions Units with Non-base Dimensions]
 
-([@../../libs/units/example/non_base_dimension.cpp non_base_dimension.cpp])
+([@../../example/non_base_dimension.cpp non_base_dimension.cpp])
 
 [import ../example/non_base_dimension.cpp]
 
@@ -895,7 +895,7 @@
 
 [section:OutputForCompositeUnits Output for Composite Units]
 
-([@../../libs/units/example/composite_output.cpp composite_output.cpp])
+([@../../example/composite_output.cpp composite_output.cpp])
 
 [import ../example/composite_output.cpp]
 
@@ -908,7 +908,7 @@
 
 [section:ConversionFactor Conversion Factor]
 
-([@../../libs/units/example/conversion_factor.cpp conversion_factor.cpp])
+([@../../example/conversion_factor.cpp conversion_factor.cpp])
 
 [import ../example/conversion_factor.cpp]
 
@@ -922,7 +922,7 @@
 
 [section:RuntimeUnits Runtime Units]
 
-([@../../libs/units/example/runtime_unit.cpp runtime_unit.cpp])
+([@../../example/runtime_unit.cpp runtime_unit.cpp])
 
 [import ../example/runtime_unit.cpp]
 


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