Boost logo

Boost-Commit :

From: pbristow_at_[hidden]
Date: 2007-08-13 16:07:47


Author: pbristow
Date: 2007-08-13 16:07:38 EDT (Mon, 13 Aug 2007)
New Revision: 38627
URL: http://svn.boost.org/trac/boost/changeset/38627

Log:
Many Updates for policy
Text files modified:
   sandbox/math_toolkit/libs/math/doc/dist_tutorial.qbk | 8 ++++----
   1 files changed, 4 insertions(+), 4 deletions(-)

Modified: sandbox/math_toolkit/libs/math/doc/dist_tutorial.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/dist_tutorial.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/dist_tutorial.qbk 2007-08-13 16:07:38 EDT (Mon, 13 Aug 2007)
@@ -31,7 +31,7 @@
 
 Each kind of distribution in this library is a class type.
 
-TODO: we need to mention and link to policies here.
+[link math_toolkit.policy Policies] provide fine-grained control of their behaviour.]
 
 [tip If you are familiar with statistics libraries using functions,
 and 'Distributions as Objects' seem alien, see
@@ -197,9 +197,9 @@
 ceiling of the result, depends both on the distribution, and the particular
 use case. So some common sense needs to be applied as well!
 
-[link __Policy Policies] provide a specific method of controlling
+[link math_toolkit.policy.pol_overview Policies] provide a specific method of controlling
 the behaviour of any or all the discrete distributions using
-[link __math_discrete policies].
+[link math_toolkit.policy.pol_ref.discrete_quant_ref policies].
 
 For similar reasons continuous distributions with parameters like "degrees of freedom"
 that might appear to be integral, are treated as real values
@@ -341,7 +341,7 @@
 [endsect][/section:stat_tut Statistical Functions Tutorial]
 
 [section:weg Worked Examples]
-
+[include distributions/distribution_construction_example.qbk]
 [include distributions/students_t_examples.qbk]
 [include distributions/chi_squared_examples.qbk]
 [include distributions/f_dist_example.qbk]


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