Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r48929 - in trunk: doc tools/quickbook/doc tools/quickbook/extra/katepart
From: daniel_james_at_[hidden]
Date: 2008-09-23 15:44:21


Author: danieljames
Date: 2008-09-23 15:44:20 EDT (Tue, 23 Sep 2008)
New Revision: 48929
URL: http://svn.boost.org/trac/boost/changeset/48929

Log:
Change quickbook so that the links are relative to the combined documentation.
Text files modified:
   trunk/doc/Jamfile.v2 | 3 +++
   trunk/tools/quickbook/doc/quickbook.qbk | 11 ++++++-----
   trunk/tools/quickbook/extra/katepart/katepart.qbk | 6 +++---
   3 files changed, 12 insertions(+), 8 deletions(-)

Modified: trunk/doc/Jamfile.v2
==============================================================================
--- trunk/doc/Jamfile.v2 (original)
+++ trunk/doc/Jamfile.v2 2008-09-23 15:44:20 EDT (Tue, 23 Sep 2008)
@@ -71,11 +71,14 @@
 
     <dependency>css
     <dependency>images
+ <dependency>callouts
     ;
 
 install css : [ glob src/*.css ] : <location>html ;
 explicit css ;
 install images : [ glob src/images/*.png ] : <location>html/images ;
 explicit images ;
+install callouts : [ glob src/images/callouts/*.png ] : <location>html/images/callouts ;
+explicit callouts ;
 
 

Modified: trunk/tools/quickbook/doc/quickbook.qbk
==============================================================================
--- trunk/tools/quickbook/doc/quickbook.qbk (original)
+++ trunk/tools/quickbook/doc/quickbook.qbk 2008-09-23 15:44:20 EDT (Tue, 23 Sep 2008)
@@ -84,7 +84,7 @@
 documentation, is autogenerated by QuickBook. These files were generated from
 one master:
 
-[:[@../quickbook.qbk quickbook.qbk]]
+[:[@../../tools/quickbook/doc/quickbook.qbk quickbook.qbk]]
 
 Originally named QuickDoc, this funky tool that never dies, evolved into a
 funkier tool thanks to Eric Niebler who resurrected the project making it
@@ -1661,7 +1661,8 @@
 [import ../test/stub.cpp]
 ''']
 
-collects specially marked-up code snippets from [@../../test/stub.cpp stub.cpp]
+collects specially marked-up code snippets from
+[@../../tools/quickbook/test/stub.cpp stub.cpp]
 and places them in your QuickBook file as virtual templates. Each of the
 specially marked-up code snippets has a name (e.g. `foo` and `bar` in the
 example above). This shall be the template identifier for that particular code
@@ -1680,8 +1681,8 @@
 
 [heading Code Snippet Markup]
 
-Note how the code snippets in [@../../test/stub.cpp stub.cpp] get marked up. We
-use distinguishable comments following the form:
+Note how the code snippets in [@../../tools/quickbook/test/stub.cpp stub.cpp]
+get marked up. We use distinguishable comments following the form:
 
     //[id
     some code here
@@ -1763,7 +1764,7 @@
 
 [class_]
 
-See the actual code here: [@../../test/stub.cpp]
+See the actual code here: [@../../tools/quickbook/test/stub.cpp]
 
 [endsect]
 

Modified: trunk/tools/quickbook/extra/katepart/katepart.qbk
==============================================================================
--- trunk/tools/quickbook/extra/katepart/katepart.qbk (original)
+++ trunk/tools/quickbook/extra/katepart/katepart.qbk 2008-09-23 15:44:20 EDT (Tue, 23 Sep 2008)
@@ -18,10 +18,10 @@
 
 [variablelist
 [[.qbk loaded in a text editor][
-[$images/extra/katepart/table.text.editor.png]
+[$../../tools/quickbook/doc/html/images/extra/katepart/table.text.editor.png]
 ]]
 [[.qbk loaded with boost::hs support][
-[$images/extra/katepart/table.boost.hs.png]
+[$../../tools/quickbook/doc/html/images/extra/katepart/table.boost.hs.png]
 ]]
 ]
 
@@ -93,7 +93,7 @@
 
 [heading About boost::hs]
 
-[$images/extra/katepart/boost.hs.logo.png]
+[$../../tools/quickbook/doc/html/images/extra/katepart/boost.hs.logo.png]
 
 boost::hs::quickbook is a component of boost::hs, a syntax highlighting
 for C++, doxygen, Boost.Build jamfiles and QuickBook.


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