Skip to content

Commit

Permalink
Merge documentation fixes.
Browse files Browse the repository at this point in the history
* 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]
  • Loading branch information
danieljames committed Jun 26, 2010
1 parent 5daf8a8 commit a38b959
Show file tree
Hide file tree
Showing 52 changed files with 50 additions and 80 deletions.
2 changes: 0 additions & 2 deletions doc/test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,8 @@ boostbook standalone
<xsl:param>toc.section.depth=2
<xsl:param>chunk.section.depth=1
<xsl:param>boost.root=../../..
<format>html:<xsl:param>callout.graphics.path=../../src/images/callouts/
<xsl:param>boost.libraries=../../../libs/libraries.htm
<xsl:param>navig.graphics=1
<xsl:param>html.stylesheet=../../../doc/html/boostbook.css


# PDF Options:
Expand Down
2 changes: 1 addition & 1 deletion index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="refresh" content="0; URL=index.html" />

<title></title>
<link rel="stylesheet" href="doc/html/boostbook.css" type="text/css" />
<link rel="stylesheet" href="doc/src/boostbook.css" type="text/css" />
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion libs/accumulators
2 changes: 1 addition & 1 deletion libs/algorithm
2 changes: 1 addition & 1 deletion libs/asio
Submodule asio updated from a70528 to 751991
2 changes: 1 addition & 1 deletion libs/bimap
Submodule bimap updated from 8c8981 to fe38a7
2 changes: 1 addition & 1 deletion libs/bind
Submodule bind updated from 6e2082 to 787d3c
2 changes: 1 addition & 1 deletion libs/concept_check
2 changes: 1 addition & 1 deletion libs/config
2 changes: 1 addition & 1 deletion libs/date_time
2 changes: 1 addition & 1 deletion libs/foreach
2 changes: 1 addition & 1 deletion libs/function
2 changes: 1 addition & 1 deletion libs/function_types
2 changes: 1 addition & 1 deletion libs/fusion
2 changes: 1 addition & 1 deletion libs/integer
2 changes: 1 addition & 1 deletion libs/interprocess
2 changes: 1 addition & 1 deletion libs/iostreams
2 changes: 1 addition & 1 deletion libs/iterator
2 changes: 1 addition & 1 deletion libs/lambda
2 changes: 1 addition & 1 deletion libs/logic
Submodule logic updated from b86917 to c053ad
2 changes: 1 addition & 1 deletion libs/math
Submodule math updated from a1c0cc to ce9462
2 changes: 1 addition & 1 deletion libs/mpi
Submodule mpi updated from 30f9e8 to 60d5bd
2 changes: 1 addition & 1 deletion libs/numeric/conversion
2 changes: 1 addition & 1 deletion libs/optional
2 changes: 1 addition & 1 deletion libs/program_options
2 changes: 1 addition & 1 deletion libs/property_tree
2 changes: 1 addition & 1 deletion libs/proto
Submodule proto updated from 05ab32 to 39416a
2 changes: 1 addition & 1 deletion libs/python
2 changes: 1 addition & 1 deletion libs/range
Submodule range updated from 794fd3 to ca2328
2 changes: 1 addition & 1 deletion libs/regex
Submodule regex updated from 9529cb to 5fe36e
2 changes: 1 addition & 1 deletion libs/scope_exit
2 changes: 1 addition & 1 deletion libs/signals
2 changes: 1 addition & 1 deletion libs/signals2
2 changes: 1 addition & 1 deletion libs/spirit
2 changes: 1 addition & 1 deletion libs/static_assert
2 changes: 1 addition & 1 deletion libs/thread
2 changes: 1 addition & 1 deletion libs/tr1
Submodule tr1 updated from bc910c to 9e703b
2 changes: 1 addition & 1 deletion libs/type_traits
2 changes: 1 addition & 1 deletion libs/typeof
2 changes: 1 addition & 1 deletion libs/units
Submodule units updated from cac8b7 to e6e54e
2 changes: 1 addition & 1 deletion libs/variant
2 changes: 1 addition & 1 deletion libs/xpressive
2 changes: 1 addition & 1 deletion more/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<link rel="stylesheet" href="../doc/html/boostbook.css" type="text/css" />
<link rel="stylesheet" href="../doc/src/boostbook.css" type="text/css" />
</head>
<body bgcolor="#ffffff" text="#000000">

Expand Down
15 changes: 0 additions & 15 deletions people/people.htm

This file was deleted.

4 changes: 2 additions & 2 deletions rst.css
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import url("doc/html/boostbook.css");
@import url("doc/html/docutils.css");
@import url("doc/src/boostbook.css");
@import url("doc/src/docutils.css");
/* Copyright David Abrahams 2006. 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)
Expand Down
2 changes: 1 addition & 1 deletion tools/bcp
Submodule bcp updated from 5e3d75 to e01075
2 changes: 1 addition & 1 deletion tools/build
Submodule build updated from a40789 to 91be3a
2 changes: 1 addition & 1 deletion tools/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="stylesheet" href="../doc/html/boostbook.css" type="text/css" />
<link rel="stylesheet" href="../doc/src/boostbook.css" type="text/css" />
</head>
<body bgcolor="#ffffff">

Expand Down
2 changes: 1 addition & 1 deletion tools/inspect
2 changes: 1 addition & 1 deletion tools/regression/doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="stylesheet" type="text/css" href=
"../../../doc/html/boostbook.css" />
"../../../doc/src/boostbook.css" />

<title>Regression Test Reporting Tools</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion tools/regression/doc/library_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="stylesheet" type="text/css" href=
"../../../doc/html/boostbook.css" />
"../../../doc/src/boostbook.css" />

<title>Libary Status</title>
<style type="text/css">
Expand Down
13 changes: 0 additions & 13 deletions wiki/index.html

This file was deleted.

0 comments on commit a38b959

Please sign in to comment.