From 33483b6626b232c27ce832ec2c5b7dadea121415 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Wed, 25 Aug 2010 11:02:17 -0700 Subject: [PATCH] C++ rewording, -Old- Users guide --- src/userguide/index.rst | 2 +- src/userguide/wrapping_CPlusPlus.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.26.2