From d019599a4d0825ca02f9c7f2ea8d934997012f01 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 1 Dec 2005 04:52:04 +0000 Subject: [PATCH] Clean up a whole lot of bad links [SVN r31851] --- doc/building.html | 6 +++--- doc/v2/pickle.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/building.html b/doc/building.html index b50dcb87..3c5578ab 100644 --- a/doc/building.html +++ b/doc/building.html @@ -308,7 +308,7 @@ bjam -sTOOLS= -

The libs/python/example +

The libs/python/example subdirectory of your boost installation contains a small example which builds and tests two extensions. To build your own extensions copy the example subproject and make the following two edits:

@@ -402,8 +402,8 @@ path-global BOOST_ROOT : ../../.. ; IDE

For the those of you who feel more comfortable in the IDE world, a - workspace and project file have been included in the libs/python/build/VisualStudio subdirectory. + workspace and project file have been included in the + libs/python/build/VisualStudio subdirectory. It builds release and debug versions of the Boost.Python libraries and places them and the same directory as Jamfile build does, though the intermediate object files are placed in a different directory. The files diff --git a/doc/v2/pickle.html b/doc/v2/pickle.html index 342adb2d..6d083ab4 100644 --- a/doc/v2/pickle.html +++ b/doc/v2/pickle.html @@ -92,8 +92,8 @@ following examples.


Examples

-There are three files in boost/libs/python/test that show how to +There are three files in +boost/libs/python/test that show how to provide pickle support.