mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Link new Boost.Random documentation into the main doc build and remove the old html
[SVN r60172]
This commit is contained in:
parent
756174bb46
commit
655308fb2a
4 changed files with 21 additions and 11 deletions
|
@ -49,6 +49,7 @@ boostbook doc
|
|||
<dependency>../libs/unordered/doc//unordered
|
||||
<dependency>../libs/thread/doc//thread
|
||||
<dependency>../libs/signals2/doc//hello_world_def_code_snippet.xml
|
||||
<dependency>../libs/random/doc//random
|
||||
|
||||
## Add path references to the QuickBook generated docs...
|
||||
|
||||
|
@ -71,6 +72,7 @@ boostbook doc
|
|||
<implicit-dependency>../libs/unordered/doc//unordered
|
||||
<implicit-dependency>../libs/thread/doc//thread
|
||||
<implicit-dependency>../libs/signals2/doc//hello_world_def_code_snippet.xml
|
||||
<implicit-dependency>../libs/random/doc//random
|
||||
|
||||
<xsl:param>boost.libraries=../../libs/libraries.htm
|
||||
|
||||
|
|
17
doc/html/boost_random.html
Normal file
17
doc/html/boost_random.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!-- Copyright (C) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
|
||||
|
||||
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) -->
|
||||
<title>Redirect to generated documentation</title>
|
||||
<meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/boost_random.html">
|
||||
</head>
|
||||
<body>
|
||||
Automatic redirection failed, please go to
|
||||
<a href="http://boost-sandbox.sourceforge.net/doc/html/boost_random.html">http://boost-sandbox.sourceforge.net/doc/html/boost_random.html</a>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -551,16 +551,7 @@
|
|||
</libraryinfo>
|
||||
</library>
|
||||
|
||||
<library name="Random" dirname="random" html-only="1">
|
||||
<libraryinfo>
|
||||
<author>
|
||||
<firstname>Jens</firstname>
|
||||
<surname>Maurer</surname>
|
||||
</author>
|
||||
<librarypurpose>A complete system for random number generation</librarypurpose>
|
||||
<librarycategory name="category:math"/>
|
||||
</libraryinfo>
|
||||
</library>
|
||||
<xi:include href="random.xml"/>
|
||||
|
||||
<library name="Rational" dirname="rational" html-only="1">
|
||||
<libraryinfo>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2248892f096109bcc58a29831ad5e7ad8d347d06
|
||||
Subproject commit 3fc357f9b31b86a3b3e5608c7c60520f24d5be47
|
Loading…
Add table
Reference in a new issue