renaming references to bibliography

This commit is contained in:
Hans Dembinski 2018-12-20 23:20:07 +01:00
parent 92e1893272
commit 8f82b09edd
4 changed files with 6 additions and 5 deletions

View File

@ -10,8 +10,9 @@ doxygen autodoc
:
../../../boost/histogram.hpp
[ glob ../../../boost/histogram/*.hpp ]
[ glob ../../../boost/histogram/accumulators/*.hpp ]
[ glob ../../../boost/histogram/algorithm/*.hpp ]
[ glob ../../../boost/histogram/axis/*.hpp ]
[ glob ../../../boost/histogram/storage/*.hpp ]
:
<doxygen:param>PREDEFINED=BOOST_HISTOGRAM_DOXYGEN
<doxygen:param>EXTRACT_ALL=NO

View File

@ -1,7 +1,7 @@
[section References]
[section Bibliography]
* [@https://root.cern.ch ROOT framework]
* [@https://en.wikipedia.org/wiki/Poisson_distribution Poisson distribution]
* [@https://en.wikipedia.org/wiki/Propagation_of_uncertainty Uncertainty propagation]
[endsect]
[endsect]

View File

@ -37,7 +37,7 @@ If you care about maximum performance: In this example, `axis::category<std::str
[endsect]
[section Make a 1d-profile]
[section 1d-profile]
The library was designed to be very flexible and modular. The modularity is used, for example, to also provide profiles. Profiles are generalized histograms. A histogram counts how often an input falls into a particular cell. A profile accepts pairs of input values and a sample value. The profile computes the mean of the samples that end up in each cell. Have a look at the example, which should clear up any confusion.

View File

@ -40,4 +40,4 @@ Steven Watanabe provided an outstandingly detailed review of the documentation a
[include concepts.qbk]
[xinclude autodoc.xml]
[include changelog.qbk]
[include references.qbk]
[include bibliography.qbk]