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.