diff options
Diffstat (limited to 'doc/source/reference/c-api.coremath.rst')
-rw-r--r-- | doc/source/reference/c-api.coremath.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/c-api.coremath.rst b/doc/source/reference/c-api.coremath.rst index 08b1adb3a..9027a4e0d 100644 --- a/doc/source/reference/c-api.coremath.rst +++ b/doc/source/reference/c-api.coremath.rst @@ -1,4 +1,4 @@ -Numpy core libraries +NumPy core libraries ==================== .. sectionauthor:: David Cournapeau @@ -10,7 +10,7 @@ Starting from numpy 1.3.0, we are working on separating the pure C, making the code cleaner, and enabling code reuse by other extensions outside numpy (scipy, etc...). -Numpy core math library +NumPy core math library ----------------------- The numpy core math library ('npymath') is a first step in this direction. This |