Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84323 - trunk/libs/math/example
From: pbristow_at_[hidden]
Date: 2013-05-17 07:00:51


Author: pbristow
Date: 2013-05-17 07:00:49 EDT (Fri, 17 May 2013)
New Revision: 84323
URL: http://svn.boost.org/trac/boost/changeset/84323

Log:
Changed links in examples to use def __ style links
Text files modified:
   trunk/libs/math/example/binomial_quiz_example.cpp | 9 +++------
   1 files changed, 3 insertions(+), 6 deletions(-)

Modified: trunk/libs/math/example/binomial_quiz_example.cpp
==============================================================================
--- trunk/libs/math/example/binomial_quiz_example.cpp (original)
+++ trunk/libs/math/example/binomial_quiz_example.cpp 2013-05-17 07:00:49 EDT (Fri, 17 May 2013)
@@ -148,7 +148,7 @@
 [pre
 Probability of getting > 10 right (to pass) is 0.000285239
 ]
-But this should be resisted in favor of using the complement function. [link why_complements Why complements?]
+But this should be resisted in favor of using the __complements function (see __why_complements).
 */
   cout << "Probability of getting > 10 right (to pass) is " << cdf(complement(quiz, 10)) << endl;
 /*`
@@ -344,14 +344,11 @@
 
 //[discrete_quantile_real
 /*`
-Quantiles values are controlled by the
-[link math_toolkit.pol_ref.discrete_quant_ref discrete quantile policy]
-chosen.
+Quantiles values are controlled by the __understand_dis_quant quantile policy chosen.
 The default is `integer_round_outwards`,
 so the lower quantile is rounded down, and the upper quantile is rounded up.
 
-But we might believe that the real values tell us a little more - see
-[link math_toolkit.pol_tutorial.understand_dis_quant Understanding Discrete Quantile Policy].
+But we might believe that the real values tell us a little more - see __math_discrete.
 
 We could control the policy for *all* distributions by
 


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