Skip to content

Commit d9e5d02

Browse files
committed
Remove Powerpoint, add notebook from table of contents
1 parent 4c17f7c commit d9e5d02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source-code/cython/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Examples of how to use Cython and its impact on performance.
33

44
## What is it?
5-
1. `cython.pptx`: Powerpoint presentation on Cython.
5+
1. `cython.ipynb`: Jupyter notebook on Cython, illustratiing dynamic
6+
memory management.
67
1. `HellowWorld`: simplest possible code to illustrate the build process.
78
1. `Numpy`: example of how to access numpy arrays from Cython.
89
1. `Exceptions`: exception handling in Cython code.

0 commit comments

Comments
 (0)