|
From: John M. <joh...@us...> - 2007-02-22 16:52:50
|
Update of /cvsroot/boost-sandbox/boost-sandbox/libs/math_functions/doc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28905/libs/math_functions/doc Modified Files: Tag: math_toolkit internals_overview.qbk math.qbk structure.qbk Log Message: A couple of minor using declaration adjustments. Updated docs: adjusted titles and added more information on the kurtosis. Index: structure.qbk =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/math_functions/doc/Attic/structure.qbk,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -d -r1.1.2.3 -r1.1.2.4 --- structure.qbk 4 Dec 2006 18:09:20 -0000 1.1.2.3 +++ structure.qbk 22 Feb 2007 16:52:37 -0000 1.1.2.4 @@ -1,5 +1,18 @@ [section:structure Getting About - Directory, Files, Namespaces & Configuration Macros] +[h4 Navigation] + +Used in combination with the configured browser key (usually Alt), the +following keys act as handy shortcuts for common navigation tasks. + +[h5 Shortcuts] +[: +[^[*p]] - Previous page \n +[^[*n]] - Next page \n +[^[*h]] - home \n +[^[*u]] - Up +] + [h4 Directory File Structure for Boost Math Functions, Math Constants, & Statistics Distributions] [h4 boost\/math] Index: math.qbk =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/math_functions/doc/Attic/math.qbk,v retrieving revision 1.1.2.55 retrieving revision 1.1.2.56 diff -u -d -r1.1.2.55 -r1.1.2.56 --- math.qbk 6 Feb 2007 17:15:53 -0000 1.1.2.55 +++ math.qbk 22 Feb 2007 16:52:37 -0000 1.1.2.56 @@ -327,21 +327,26 @@ [include result_type_calc.qbk] [endsect][/section:special Special Functions] -[section:toolkit Toolkit] +[section:toolkit Internal Details and Tools (Experimental)] + +[include internals_overview.qbk] + +[section:internals1 Reused Utilities] [include series.qbk] [include fraction.qbk] [include rational.qbk] [include roots.qbk] [include roots_without_derivatives.qbk] [include minima.qbk] +[endsect][/section: internal tools] -[section:internals Tools for Internal Testing and Development Use (Experimental)] -[include internals_overview.qbk] +[section:internals2 Testing and Development] [include polynomial.qbk] [include minimax.qbk] [include relative_error.qbk] [include test_data.qbk] [endsect][/section: internal tools] + [endsect][/section:toolkit Toolkit] [section:Using_UDT Use with User Defined Floating-Point Types] Index: internals_overview.qbk =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/libs/math_functions/doc/Attic/internals_overview.qbk,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- internals_overview.qbk 26 Sep 2006 18:24:13 -0000 1.1.2.1 +++ internals_overview.qbk 22 Feb 2007 16:52:37 -0000 1.1.2.2 @@ -1,7 +1,8 @@ [section:internals_overview Overview] -This section contains tools that are used in the development and testing -of this library. These tools have only minimal documentation, and crucially +This section contains internal utilities used by the library's implementation +along with tools used in development and testing. These tools have +only minimal documentation, and crucially ['do not have stable interfaces]. There is no doubt that these components can be improved, but they are also |