Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / histogram / doc / histogram.qbk
index 34b537e..e43bde0 100644 (file)
@@ -1,3 +1,10 @@
+[/
+            Copyright Hans Dembinski 2016 - 2019.
+   Distributed under the Boost Software License, Version 1.0.
+      (See accompanying file LICENSE_1_0.txt or copy at
+            https://www.boost.org/LICENSE_1_0.txt)
+]
+
 [library Boost.Histogram
     [quickbook 1.6]
     [copyright 2016 - 2019 Hans Dembinski]
@@ -12,6 +19,8 @@
     ]
 ]
 
+[$../logo/color.svg]
+
 Boost.Histogram provides an easy-to-use, fast, and extensible multi-dimensional histograms and profiles.
 
 [variablelist
@@ -65,6 +74,14 @@ Boost.Histogram provides an easy-to-use, fast, and extensible multi-dimensional
   ]
   [
     [
+      [link histogram.rationale Rationale]
+    ]
+    [
+      Thoughts behind the design for contributors and future maintainers of the library.
+    ]
+  ]
+  [
+    [
       [link histogram.history Revision history]
     ]
     [
@@ -79,6 +96,7 @@ Boost.Histogram provides an easy-to-use, fast, and extensible multi-dimensional
 [include benchmarks.qbk]
 [include concepts.qbk]
 [xinclude reference_pp.xml]
+[include rationale.qbk]
 [include changelog.qbk]
 
 [*Acknowledgments]