From c3215d0ba5b3b75e2e6f42e37b5e8ad592fb57c3 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Tue, 17 Apr 2001 21:30:05 +0000 Subject: [PATCH] enhancement [SVN r9827] --- example/README | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/example/README b/example/README index 34b50d61..35d822d5 100644 --- a/example/README +++ b/example/README @@ -1,6 +1,24 @@ To get started with the Boost Python Library, use the examples -getting_started?.cpp and abstract.cpp. +getting_started1.cpp and getting_started2.cpp. + +Examples for providing pickle support can be found in: + pickle1.cpp + pickle2.cpp + pickle3.cpp +See also: libs/python/doc/pickle.html + +Other advanced concepts are introduced by: + abstract.cpp + simple_vector.cpp + do_it_yourself_converters.cpp + +Examples for the cross-module support are provided by: + noncopyable_export.cpp + noncopyable_import.cpp + dvect.cpp + ivect.cpp +See also: libs/python/doc/cross_module.html The files example1.cpp and rwgk1.cpp are obsolete. They are only -included because the makefiles in the build directory still refer to -them. This will be fixed later. +included because the Visual Studio project in the build directory still +refers to them.