Skip to content

Commit a38b959

Browse files
committed
Merge documentation fixes.
* Use `doc/src/*.css` instead of `doc/html/*.css`. * Remove wiki and people directories. * Some documentation fixes. * Left out `minimal.css` changes and boostbook changes because of clashes. [SVN r63347]
1 parent 5daf8a8 commit a38b959

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+50
-80
lines changed

doc/test/Jamfile.v2

-2
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,8 @@ boostbook standalone
184184
<xsl:param>toc.section.depth=2
185185
<xsl:param>chunk.section.depth=1
186186
<xsl:param>boost.root=../../..
187-
<format>html:<xsl:param>callout.graphics.path=../../src/images/callouts/
188187
<xsl:param>boost.libraries=../../../libs/libraries.htm
189188
<xsl:param>navig.graphics=1
190-
<xsl:param>html.stylesheet=../../../doc/html/boostbook.css
191189

192190

193191
# PDF Options:

index.htm

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="refresh" content="0; URL=index.html" />
77

88
<title></title>
9-
<link rel="stylesheet" href="doc/html/boostbook.css" type="text/css" />
9+
<link rel="stylesheet" href="doc/src/boostbook.css" type="text/css" />
1010
</head>
1111

1212
<body>

libs/accumulators

libs/algorithm

libs/asio

Submodule asio updated from a70528c to 7519912

libs/bimap

Submodule bimap updated from 8c89813 to fe38a7d

libs/bind

Submodule bind updated from 6e20827 to 787d3cb

libs/concept_check

libs/config

libs/date_time

libs/foreach

libs/function

libs/function_types

libs/fusion

libs/integer

libs/interprocess

libs/iostreams

libs/iterator

libs/lambda

libs/logic

Submodule logic updated from b86917f to c053ade

libs/math

Submodule math updated from a1c0ccc to ce9462e

libs/mpi

Submodule mpi updated from 30f9e8a to 60d5bdc

libs/numeric/conversion

libs/optional

libs/program_options

libs/property_tree

libs/proto

Submodule proto updated from 05ab320 to 39416a1

libs/python

libs/range

Submodule range updated from 794fd3e to ca2328e

libs/regex

Submodule regex updated from 9529cb8 to 5fe36e6

libs/scope_exit

libs/signals

libs/signals2

libs/spirit

libs/static_assert

libs/thread

libs/tr1

Submodule tr1 updated from bc910c7 to 9e703b6

libs/type_traits

libs/typeof

libs/units

Submodule units updated from cac8b7a to e6e54ea

libs/variant

libs/xpressive

more/index.htm

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
66
<meta name="ProgId" content="FrontPage.Editor.Document">
77
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
8-
<link rel="stylesheet" href="../doc/html/boostbook.css" type="text/css" />
8+
<link rel="stylesheet" href="../doc/src/boostbook.css" type="text/css" />
99
</head>
1010
<body bgcolor="#ffffff" text="#000000">
1111

people/people.htm

-15
This file was deleted.

rst.css

100755100644
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@import url("doc/html/boostbook.css");
2-
@import url("doc/html/docutils.css");
1+
@import url("doc/src/boostbook.css");
2+
@import url("doc/src/docutils.css");
33
/* Copyright David Abrahams 2006. Distributed under the Boost
44
Software License, Version 1.0. (See accompanying
55
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

tools/bcp

Submodule bcp updated from 5e3d75e to e010757

tools/build

Submodule build updated from a407890 to 91be3a3

tools/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
1515
<meta name="ProgId" content="FrontPage.Editor.Document">
1616
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
17-
<link rel="stylesheet" href="../doc/html/boostbook.css" type="text/css" />
17+
<link rel="stylesheet" href="../doc/src/boostbook.css" type="text/css" />
1818
</head>
1919
<body bgcolor="#ffffff">
2020

tools/inspect

tools/regression/doc/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="Content-Language" content="en-us" />
77
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
88
<link rel="stylesheet" type="text/css" href=
9-
"../../../doc/html/boostbook.css" />
9+
"../../../doc/src/boostbook.css" />
1010

1111
<title>Regression Test Reporting Tools</title>
1212
</head>

tools/regression/doc/library_status.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="Content-Language" content="en-us" />
77
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
88
<link rel="stylesheet" type="text/css" href=
9-
"../../../doc/html/boostbook.css" />
9+
"../../../doc/src/boostbook.css" />
1010

1111
<title>Libary Status</title>
1212
<style type="text/css">

wiki/index.html

-13
This file was deleted.

0 commit comments

Comments
 (0)