Files
histogram/doc/README.md
Hans Dembinski f859c9fe7e Expanded docs to discuss special cases (#412)
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).
2025-06-05 23:14:21 +02:00

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