mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-19 16:22:17 +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).
477 B
477 B
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 for details.
In addition, b2 needs to be configured with Python support.
See b2 documentation