Boost logo

Boost-Commit :

From: stipe_at_[hidden]
Date: 2007-08-03 13:33:26


Author: srajko
Date: 2007-08-03 13:33:21 EDT (Fri, 03 Aug 2007)
New Revision: 38424
URL: http://svn.boost.org/trac/boost/changeset/38424

Log:
adapt docs to ibd version
Text files modified:
   sandbox/template_under_construction/new_docs/$template_library$/libs/$template_library$/doc/$template_library$.qbk.py | 2 +-
   sandbox/template_under_construction/new_docs/$template_library$/libs/$template_library$/doc/Jamfile.py | 20 +++++++-------------
   sandbox/template_under_construction/new_docs/$template_library$/libs/$template_library$/doc/options.py | 6 ------
   3 files changed, 8 insertions(+), 20 deletions(-)

Modified: sandbox/template_under_construction/new_docs/$template_library$/libs/$template_library$/doc/$template_library$.qbk.py
==============================================================================
--- sandbox/template_under_construction/new_docs/$template_library$/libs/$template_library$/doc/$template_library$.qbk.py (original)
+++ sandbox/template_under_construction/new_docs/$template_library$/libs/$template_library$/doc/$template_library$.qbk.py 2007-08-03 13:33:21 EDT (Fri, 03 Aug 2007)
@@ -8,7 +8,7 @@
 docs = template.options.get('docs')
                      
 template.append_content("""
-[library $template_Library$
+[article $template_Library$
     [quickbook 1.4]
     [version 0.01e-10]
     [authors $template_authors_reversed$]

Modified: sandbox/template_under_construction/new_docs/$template_library$/libs/$template_library$/doc/Jamfile.py
==============================================================================
--- sandbox/template_under_construction/new_docs/$template_library$/libs/$template_library$/doc/Jamfile.py (original)
+++ sandbox/template_under_construction/new_docs/$template_library$/libs/$template_library$/doc/Jamfile.py 2007-08-03 13:33:21 EDT (Fri, 03 Aug 2007)
@@ -33,9 +33,6 @@
             template.replace_name(os.path.join(os.path.join('../../..',
             root), '*.hpp').replace('\\','/')))
 
-if docs=='qb+doxy':
- doxy_source_files.append('dox/*.hpp')
-
 if doxygen:
     template.append_content("""
 doxygen $template_library$_doxygen
@@ -57,11 +54,6 @@
         <doxygen:param>INCLUDE_PATH=../../..
         <doxygen:param>PREDEFINED=DOXYGEN_DOCS_ONLY""")
 
- if docs=='qb+doxy':
- template.append_content("""
- <doxygen:param>GENERATE_HTML=YES
- <doxygen:param>HTML_OUTPUT=$(loc)/html/doxygen
- <doxygen:param>HTML_STYLESHEET=$(loc)/html/boostbook_doxygen.css""")
     template.append_content("""
    ;
 """)
@@ -76,6 +68,13 @@
 
 template.append_content("""
     :
+ # pull in the online .css and images
+ <xsl:param>project.root=http://beta.boost.org/development
+ # without the next line, build complains
+ <xsl:param>annotation.support=1
+ # pulled this from the doc_test Jamfile
+ <xsl:param>quickbook.source.style.show="'true'"
+
         <xsl:param>chunk.first.sections=1
         <xsl:param>chunk.section.depth=3
         <xsl:param>toc.section.depth=3
@@ -83,11 +82,6 @@
         <xsl:param>generate.section.toc.level=3
 """)
 
-if htmlfiles=='global':
- template.append_content('<xsl:param>boost.root=http://www.boost.org\n')
-elif htmlfiles!='local':
- template.append_content('<xsl:param>boost.root=' + htmlfiles + '\n')
-
 template.append_content(
 """ ;
 """)

Modified: sandbox/template_under_construction/new_docs/$template_library$/libs/$template_library$/doc/options.py
==============================================================================
--- sandbox/template_under_construction/new_docs/$template_library$/libs/$template_library$/doc/options.py (original)
+++ sandbox/template_under_construction/new_docs/$template_library$/libs/$template_library$/doc/options.py 2007-08-03 13:33:21 EDT (Fri, 03 Aug 2007)
@@ -7,9 +7,3 @@
 
 docs = template.options.get('docs')
 htmlfiles = template.options.get('htmlfiles', None, 'local')
-
-if docs != 'qb+doxy':
- template.ignore_subdirectory('dox')
-
-if htmlfiles!='local':
- template.ignore('$template_library$/libs/$template_library$/doc/html/images')


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