From 40866e9e73d086c9a10e56defb1b473764ddbca7 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 28 Jan 2009 23:33:37 +0000 Subject: [PATCH] bug fix for value_type and numerous doc fixes, along with literate programming tests [SVN r50863] --- doc/python.rst | 10 +++++----- test/Jamfile.v2 | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) mode change 100755 => 100644 doc/python.rst diff --git a/doc/python.rst b/doc/python.rst old mode 100755 new mode 100644 index d70d917..6f44d1c --- a/doc/python.rst +++ b/doc/python.rst @@ -2,13 +2,13 @@ The Boost Parameter Library Python Binding Documentation +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -:Authors: Daniel Wallin -:Contact: dalwan01@student.umu.se -:organization: `Boost Consulting`_ +:Authors: David Abrahams, Daniel Wallin +:Contact: dave@boost-consulting.com, daniel@boostpro.com +:organization: `BoostPro Computing`_ :date: $Date$ :copyright: Copyright David Abrahams, Daniel Wallin - 2005. Distributed under the Boost Software License, + 2005-2009. 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) @@ -22,7 +22,7 @@ __ ../../../../index.htm -.. _`Boost Consulting`: http://www.boost-consulting.com +.. _`BoostPro Computing`: http://www.boostpro.com .. role:: class diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 9bbb770..856559c 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -9,6 +9,8 @@ import python ; project boost/parameter : default-build off ; + +build-project literate ; test-suite "parameter" : [ run basics.cpp ]