From 6734b363ddf8e8a3ebb302e2bdc9b65eb06fbc3b Mon Sep 17 00:00:00 2001 From: Nick Thompson Date: Sat, 11 Mar 2017 15:56:34 -0600 Subject: [PATCH] Include spline documentation in math.qbk so it gets added to the build. --- doc/interpolators/cubic_b_spline.qbk | 1 + doc/math.qbk | 2 ++ 2 files changed, 3 insertions(+) diff --git a/doc/interpolators/cubic_b_spline.qbk b/doc/interpolators/cubic_b_spline.qbk index 5b98a00bd..9ab64484d 100644 --- a/doc/interpolators/cubic_b_spline.qbk +++ b/doc/interpolators/cubic_b_spline.qbk @@ -76,3 +76,4 @@ validating that equality with the data holds. In addition, constant, linear, and quadratic functions are interpolated to ensure that the interpolant behaves as expected. [endsect] +[endsect] diff --git a/doc/math.qbk b/doc/math.qbk index 2f4ceab3b..7a119777d 100644 --- a/doc/math.qbk +++ b/doc/math.qbk @@ -618,6 +618,7 @@ and as a CD ISBN 0-9504833-2-X 978-0-9504833-2-0, Classification 519.2-dc22. [include quaternion/math-quaternion.qbk] [include octonion/math-octonion.qbk] [include gcd/math-gcd.qbk] +[include interpolators/cubic_b_spline.qbk] [mathpart rooting Tools: Root Finding \& Minimization Algorithms, Polynomial Arithmetic \& Evaluation] [section:roots Root finding] @@ -660,6 +661,7 @@ and as a CD ISBN 0-9504833-2-X 978-0-9504833-2-0, Classification 519.2-dc22. [include background/remez.qbk] [include background/references.qbk] + [section:logs_and_tables Error logs and tables] [section:all_table Tables of Error Rates for all Functions]