From: Robert Bradshaw Date: Wed, 25 Aug 2010 18:02:17 +0000 (-0700) Subject: C++ rewording, -Old- Users guide X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=33483b6626b232c27ce832ec2c5b7dadea121415;p=cython.git C++ rewording, -Old- Users guide --- diff --git a/src/userguide/index.rst b/src/userguide/index.rst index db9da76f..34ea18b1 100644 --- a/src/userguide/index.rst +++ b/src/userguide/index.rst @@ -1,4 +1,4 @@ -Old Cython Users Guide +Cython Users Guide ====================== Contents: diff --git a/src/userguide/wrapping_CPlusPlus.rst b/src/userguide/wrapping_CPlusPlus.rst index e09c8341..123f6eae 100644 --- a/src/userguide/wrapping_CPlusPlus.rst +++ b/src/userguide/wrapping_CPlusPlus.rst @@ -9,7 +9,7 @@ Wrapping C++ Classes in Cython Overview ========= -Cython v0.13 introduces native support for most of the C++ language. This means that the previous tricks that were used to wrap C++ classes (as described in http://wiki.cython.org/WrappingCPlusPlus_ForCython012AndLower) are no longer useful. +Cython v0.13 introduces native support for most of the C++ language. This means that the previous tricks that were used to wrap C++ classes (as described in http://wiki.cython.org/WrappingCPlusPlus_ForCython012AndLower) are no longer needed. Wrapping C++ classes with Cython is now much more straightforward. This document describe in details the new way of wrapping C++ code.