Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81728 - trunk/libs/numeric/odeint/doc
From: dnljms_at_[hidden]
Date: 2012-12-05 17:15:26


Author: danieljames
Date: 2012-12-05 17:15:26 EST (Wed, 05 Dec 2012)
New Revision: 81728
URL: http://svn.boost.org/trac/boost/changeset/81728

Log:
Fix some parameters in odeint documentation.

boost.root needs to be relative to the output directory (i.e. the html
directory). As long as boost.root is correctly set, there's no need to set
boost.libraries and html.stylesheet. boost.image doesn't do anything - just
setting the parameters is enough.
Text files modified:
   trunk/libs/numeric/odeint/doc/Jamfile.v2 | 8 +-------
   1 files changed, 1 insertions(+), 7 deletions(-)

Modified: trunk/libs/numeric/odeint/doc/Jamfile.v2
==============================================================================
--- trunk/libs/numeric/odeint/doc/Jamfile.v2 (original)
+++ trunk/libs/numeric/odeint/doc/Jamfile.v2 2012-12-05 17:15:26 EST (Wed, 05 Dec 2012)
@@ -152,17 +152,12 @@
     # Links are relative and trying to make absolute does NOT work.
     # And remember that all links MUST (unless in quotes) use backslash, not forward that is trip char.
 
- <xsl:param>boost.root=../../../.. # OK but link to I:/boost_trunk/boost.png
+ <xsl:param>boost.root=../../../../.. # OK but link to I:/boost_trunk/boost.png
 
     # Also control links to admonitions, so need to set separately.
     #<xsl:param>boost.root=../../../../../../../boost_1_47_0 # OK file:///I:/boost_1_48_0/boost.png
     # Quickbook [@boost:/boost/units/detail/utility.hpp] should make it relative to xsl parameter boost.root.
 
- # Path for libraries index:
- <xsl:param>boost.libraries=../../../../../../../boost_1_47_0/libs/libraries.htm
- # Use the main Boost stylesheet:
- <xsl:param>html.stylesheet=./boostbook.css # in /doc folder.
-
     # Use the your own local Boost stylesheet:
     # <xsl:param>html.stylesheet=../html/boostbook.css
 
@@ -178,7 +173,6 @@
     # defining creates a runtime error: Global parameter nav.layout already defined
     #<xsl:param>nav.layout=horizontal # to get a horizontal navigation bar (you probably DO want this).
 
- <xsl:param>boost.image=Boost # options are: none (no logo), Boost (for boost.png), or your own logo like proposed_for_boost.png
     <xsl:param>boost.image.src=logo.jpg #
     <xsl:param>boost.image.width=294 # Width of logo in pixels.
     <xsl:param>boost.image.height=127 # Height of logo in pixels.


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk