diff --git a/doc/building.rst b/doc/building.rst index 689a9752..1e2c7d42 100644 --- a/doc/building.rst +++ b/doc/building.rst @@ -11,7 +11,7 @@ :alt: Boost C++ Libraries: :class: boost-logo -__ ../index.htm +__ ../index.html .. section-numbering:: diff --git a/doc/tutorial/doc/tutorial.qbk b/doc/tutorial/doc/tutorial.qbk index bd02cd04..6abc11f2 100644 --- a/doc/tutorial/doc/tutorial.qbk +++ b/doc/tutorial/doc/tutorial.qbk @@ -1381,9 +1381,9 @@ interpreter. This may be fixed in a future version of boost.python.] [section Using the interpreter] As you probably already know, objects in Python are reference-counted. -Naturally, the [^PyObject]s of the Python/C API are also reference-counted. +Naturally, the [^PyObject]s of the Python\/C API are also reference-counted. There is a difference however. While the reference-counting is fully -automatic in Python, the Python/C API requires you to do it +automatic in Python, the Python\/C API requires you to do it [@http://www.python.org/doc/current/api/refcounts.html by hand]. This is messy and especially hard to get right in the presence of C++ exceptions. Fortunately Boost.Python provides the [@../../../v2/handle.html handle] and diff --git a/doc/tutorial/index.html b/doc/tutorial/index.html index 82daf6df..79242777 100644 --- a/doc/tutorial/index.html +++ b/doc/tutorial/index.html @@ -11,8 +11,8 @@ link
© Copyright Beman Dawes, 2001
Distributed under the Boost Software License, Version 1.0. (See - accompanying file + accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)