mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-27 19:02:13 +00:00
This clarifies how to use histogram::fill efficiently with multi-dimensional histograms, and discusses a workaround for the design choice that Axis::index cannot be overloaded. And since I haven't build the documentation locally for a long time, and a new computer where I needed to set things up again from scratch, I also added a README.md on how to do that (which is not trivial for boostbook).
9 lines
477 B
Markdown
9 lines
477 B
Markdown
# Building the documentation
|
|
|
|
For building the documentation, certain dependencies have to be installed and a user-config.jam has to be generated in the home directory.
|
|
|
|
See [Quickbook documentation](https://www.boost.org/doc/libs/master/doc/html/quickbook/install.html) for details.
|
|
|
|
In addition, b2 needs to be configured with Python support.
|
|
|
|
See [b2 documentation](https://www.boost.org/doc/libs/1_76_0/tools/build/doc/html/index.html#bbv2.reference.tools.libraries.python) |