summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Moved the second piece of code in numpy.rst to the examples directory for ↵gabrieldemarmiesse2018-06-151-0/+74
| |/ | | | | | | testing.
* | Merge pull request #2349 from gabrieldemarmiesse/test_working_with_numpy_1scoder2018-06-161-0/+44
|\ \ | | | | | | Adding tests for "working with numpy" part 1
| * | Moved a first code snippet from numpy.rst to examples to enable testing.gabrieldemarmiesse2018-06-151-0/+44
| |/
* | Merge pull request #2331 from gabrieldemarmiesse/test_cdef_classes_3scoder2018-06-153-0/+28
|\ \ | | | | | | Added tests for cdef_classes.rst. Part 3.
| * | moved two code examples from cdef_classes.rst to the examples directory to ↵gabrieldemarmiesse2018-06-133-0/+28
| | | | | | | | | | | | enable testing on them.
* | | Merge pull request #2348 from ↵scoder2018-06-151-0/+10
|\ \ \ | | | | | | | | | | | | | | | | gabrieldemarmiesse/test_working_with_python_arrays_5 Adding tests for "working with python arrays" part 5
| * | | Moved a fifth piece of code from array.rst to the examples directory.gabrieldemarmiesse2018-06-151-0/+10
| | |/ | |/|
* | | Merge pull request #2347 from ↵scoder2018-06-151-0/+8
|\ \ \ | | | | | | | | | | | | | | | | gabrieldemarmiesse/test_working_with_python_arrays_4 Adding tests for "working with python arrays" part 4
| * | | Moved a fourth piece of code from array.rst to the example directory for ↵gabrieldemarmiesse2018-06-151-0/+8
| |/ / | | | | | | | | | testing.
* | | Merge pull request #2346 from ↵scoder2018-06-151-0/+11
|\ \ \ | | | | | | | | | | | | | | | | gabrieldemarmiesse/test_working_with_python_arrays_3 Adding tests for "working with python arrays" part 3
| * | | Moved the third code snippet from "working with python arrays" into the ↵gabrieldemarmiesse2018-06-151-0/+11
| |/ / | | | | | | | | | examples directory for testing.
* | | Merge pull request #2345 from ↵scoder2018-06-151-0/+15
|\ \ \ | | | | | | | | | | | | | | | | gabrieldemarmiesse/test_working_with_python_arrays_2 Adding tests for "working with python arrays" part 2
| * | | Moved the second snippet from working with python arrays to the example ↵gabrieldemarmiesse2018-06-151-0/+15
| |/ / | | | | | | | | | directory for testing.
* | | Merge pull request #2355 from gabrieldemarmiesse/test_profiling_tutorial_1scoder2018-06-152-0/+20
|\ \ \ | | | | | | | | Added tests to "profiling tutorial" part 1.
| * | | Moved two code snippets from profiling_tutorial to the examples directory.gabrieldemarmiesse2018-06-152-0/+20
| |/ /
* | | Merge pull request #2354 from gabrieldemarmiesse/test_memory_allocation_2scoder2018-06-151-0/+25
|\ \ \ | | | | | | | | Added tests for "memory allocation" Part 2
| * | | Moved a second piece of code from memory_allocation.rst to the examples ↵gabrieldemarmiesse2018-06-151-0/+25
| |/ / | | | | | | | | | directory for testing.
* | | Merge pull request #2352 from gabrieldemarmiesse/test_cdef_classes_5scoder2018-06-151-0/+21
|\ \ \ | |/ / |/| | Added tests for cdef_classes.rst. Part 5
| * | Moved a code snippet from cdef_classes.rst to the examples directory. Added ↵gabrieldemarmiesse2018-06-131-0/+21
| |/ | | | | | | cdef readonly to show what it does.
* | Merge pull request #2342 from ↵scoder2018-06-151-0/+6
|\ \ | | | | | | | | | | | | gabrieldemarmiesse/test_working_with_python_arrays_1 Added test of a piece of code in "working with python arrays".
| * | Put the first code snippet from "working with python arrays" in the examples ↵gabrieldemarmiesse2018-06-141-0/+6
| |/ | | | | | | directory.
* | Merge pull request #2341 from gabrieldemarmiesse/pure_python_mode_7scoder2018-06-151-0/+22
|\ \ | | | | | | Adding tests for "pure python mode" part 7
| * | Put the pep 526 example in the examples directory for testing.gabrieldemarmiesse2018-06-141-0/+22
| |/
* | Merge pull request #2340 from gabrieldemarmiesse/pure_python_mode_6scoder2018-06-151-0/+15
|\ \ | | | | | | Adding tests for "pure python mode" part 6
| * | Moved a code snippet from pure.rst to the examples directory to enable testing.gabrieldemarmiesse2018-06-141-0/+15
| |/
* | Merge pull request #2337 from gabrieldemarmiesse/pure_python_mode_4scoder2018-06-152-0/+7
|\ \ | | | | | | Adding tests for "pure python mode" part 4
| * | Put two examples of cython.declare in the examples directory.gabrieldemarmiesse2018-06-142-0/+7
| |/
* | Merge pull request #2336 from gabrieldemarmiesse/pure_python_mode_3scoder2018-06-151-0/+6
|\ \ | | | | | | Adding tests for "pure python mode" part 3
| * | Moved the compiled switch code snippet to the examples directory for testing.gabrieldemarmiesse2018-06-141-0/+6
| |/
* | Merge pull request #2335 from gabrieldemarmiesse/pure_python_mode_2scoder2018-06-151-0/+15
|\ \ | | | | | | Adding tests for "pure python mode" part 2
| * | Put the code example from "pure python mode" in a file in the examples ↵gabrieldemarmiesse2018-06-141-0/+15
| |/ | | | | | | directory for testing.
* | Merge pull request #2334 from gabrieldemarmiesse/pure_python_mode_1scoder2018-06-152-0/+20
|\ \ | | | | | | Adding tests for "pure python mode" part 1
| * | Put a A.py and A.pxd from "pure python mode" in the examples directory for ↵gabrieldemarmiesse2018-06-142-0/+20
| |/ | | | | | | testing.
* | Merge pull request #2332 from gabrieldemarmiesse/test_cdef_classes_4scoder2018-06-151-0/+19
|\ \ | | | | | | Added tests for cdef_classes.rst. Part 4.
| * | Put the nonecheck example in a separate file in the examples directory to ↵gabrieldemarmiesse2018-06-131-0/+19
| |/ | | | | | | enable testing.
* | Merge pull request #2330 from gabrieldemarmiesse/test_cdef_classes_2scoder2018-06-151-0/+3
|\ \ | | | | | | Added tests for cdef_classes.rst. Part 2.
| * | Moved the second code snippet from cdef_classes.rst to the examples ↵gabrieldemarmiesse2018-06-131-0/+3
| |/ | | | | | | directory to add it to the tests.
* | Merge pull request #2329 from gabrieldemarmiesse/test_cdef_classes_1scoder2018-06-151-0/+7
|\ \ | | | | | | Added tests for cdef_classes.rst.
| * | Moved a code snippet from cdef_classes.rst to the examples directory to add ↵gabrieldemarmiesse2018-06-131-0/+7
| |/ | | | | | | it to the tests.
* | Merge pull request #2327 from gabrieldemarmiesse/test_calling_c_librariesscoder2018-06-155-0/+92
|\ \ | | | | | | Added tests for some of the code snippets in "calling C libraries"
| * | Added tests for some of the code snippets in "calling C libraries". Fixed a ↵gabrieldemarmiesse2018-06-135-0/+92
| |/ | | | | | | forgotten import.
* | The code snippets from external.rst are now tested with the mode "compile". ↵gabrieldemarmiesse2018-06-137-0/+42
|/ | | | Fixed a small bug with a cdef that was forgotten.
* Now all the files in the example directory are tested.gabrieldemarmiesse2018-05-279-44/+1
|
* Added an example of primes with vector in C++ since it's clode to the Python ↵gabrieldemarmiesse2018-05-191-0/+21
| | | | list API.
* Improve some wordings in the primes tutorial.Stefan Behnel2018-03-171-3/+3
|
* Merge pull request #2151 from gabrieldemarmiesse/example_cython_tutorialscoder2018-03-171-16/+20
|\ | | | | An improved version of the tutorial.
| * Some improvements one the tutorial page.gabrieldemarmiesse2018-03-141-16/+20
| |
* | Change demo file back to original output style.Stefan Behnel2018-03-161-1/+5
| |
* | Forgot a typo.gabrieldemarmiesse2018-03-141-1/+1
|/
* fix up example codeStefan Behnel2014-10-091-4/+8
|