From c77e418fb5a4d298250ee9ca18b66b49369a0397 Mon Sep 17 00:00:00 2001 From: sdarwin Date: Fri, 9 Sep 2022 15:56:06 -0600 Subject: [PATCH] Change doc format from standalone to boostorg --- doc/Jamfile | 33 +-------------------------------- index.html | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 32 deletions(-) create mode 100644 index.html diff --git a/doc/Jamfile b/doc/Jamfile index 52e0937e..f03eb01d 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -13,9 +13,6 @@ import boostbook ; import os ; import ../../../tools/docca/docca.jam ; -path-constant broot : ../../../ ; - -path-constant out : . ; docca.reference reference.qbk : @@ -74,15 +71,6 @@ docca.reference reference.qbk # Produce the Boost.Book XML from the QuickBook # -install stylesheets - : - $(broot)/doc/src/boostbook.css - : - $(out)/html - ; - -explicit stylesheets ; - install images : [ glob images/*.png images/*.svg ] @@ -103,16 +91,6 @@ xml url_doc explicit url_doc ; -install treeimages - : - [ glob $(broot)/doc/src/images/*.png ] - images/doc-logo.png - : - $(out)/html/images - ; - -explicit treeimages ; - #------------------------------------------------------------------------------- # # HTML documentation for $(BOOST_ROOT)/doc/html @@ -124,24 +102,15 @@ boostbook url url_doc : boost.root=../../../.. - nav.layout=none - boost.image.src=images/doc-logo.png - boost.image.alt="Boost.URL Logo" - boost.image.w=880 - boost.image.h=80 - boost.graphics.root=images/ - html.stylesheet=boostbook.css chapter.autolabel=1 chunk.section.depth=8 # Depth to which sections should be chunked chunk.first.sections=1 # Chunk the first top-level section? - toc.max.depth=8 # How many levels should be created for each TOC? toc.section.depth=8 # How deep should recursive sections appear in the TOC? + toc.max.depth=8 # How many levels should be created for each TOC? #generate.toc="" generate.toc="chapter toc,title section nop reference nop part toc" ../../../tools/boostbook/dtd : - stylesheets - treeimages images ; diff --git a/index.html b/index.html new file mode 100644 index 00000000..5f3e4f6a --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ + + + Boost.URL + + + + Automatic redirection failed, please go to + ./doc/html/index.html +
+ + Boost.URL
+
+ Copyright (C) 2022 Vinnie Falco
+ Copyright (C) 2022 Alan de Freitas
+
+ Distributed under the Boost Software License, Version 1.0. + (See accompanying file LICENSE_1_0.txt or copy at + http://www.boost.org/LICENSE_1_0.txt)
+
+
+ +