mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-11 21:24:14 +00:00
renaming references to bibliography
This commit is contained in:
parent
92e1893272
commit
8f82b09edd
@ -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
|
||||
|
@ -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]
|
@ -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.
|
||||
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user