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

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)