summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial
Commit message (Expand)AuthorAgeFilesLines
* [docs] Softdeprecated C style array declaration in favour of Java style decla...Matus Valo2023-02-181-1/+1
* [docs] Parallelization tutorial (#5184)da-woods2023-02-0611-0/+236
* Fix linkage for `cdef public` functions in C++ mode (#5040)Maximilien Colange2022-11-081-0/+1
* [Doc] Improve documentation of disabling annotations in pure mode (#5080)Matus Valo2022-10-121-0/+33
* Use annotation for pointer in docs (#4942)Matus Valo2022-08-021-1/+1
* [docs] Fix typo in embedded.pyxda-woods2022-07-271-1/+1
* docs: pythonise "Working with Python arrays" (array.rst) (GH-4431)0dminnimda2022-02-026-0/+54
* Docs: Migrate profiling tutorial to pure Python (GH-4311)Matus Valo2021-12-1410-13/+56
* Add "import_array()" to the Numpy tutorial (GH-4403)da-woods2021-11-021-0/+6
* docs: Pythonise documentation on Memory Allocation (memory_allocation.rst) (G...0dminnimda2021-08-084-4/+58
* Docs: Introduce pure Python mode in "Using C libraries" tutorial (GH-4294)Matus Valo2021-07-227-8/+97
* docs: Use explicitely the "cython" module in examples (GH-4284)Matus Valo2021-07-142-4/+2
* docs: Pythonise the "Extension types (aka. cdef classes)" page (cdef_classes....0dminnimda2021-07-1410-0/+88
* docs: Add Pure Python mode to "Calling C functions" tutorial (GH-4247)Matus Valo2021-07-148-0/+28
* docs: Resolve several exception handling/propagation issues in the examples.Stefan Behnel2021-06-153-4/+5
* docs: Fix type used in C++ example.Stefan Behnel2021-06-151-1/+1
* Pythonise the documentation according to #4187: Basic Tutorial (cython_tutori...0dminnimda2021-06-156-12/+60
* Automatically add stubs for "cython.cimports.*" in the test runner to make th...Stefan Behnel2021-06-141-0/+5
* Mark the embedded C main() function in the embedding test as "extern C" in C+...Stefan Behnel2020-05-051-0/+8
* Rename embedding tests in docs to make it easier to find and select in the te...Stefan Behnel2020-05-052-7/+7
* Remove Py2 fallback from embedding example since the rest of the code is Py3-...Stefan Behnel2020-05-031-7/+1
* Include a complete embedding example in the docs.Stefan Behnel2020-05-032-0/+78
* In the documentation, update references to point at `setuptools`. (GH-3456)Diego Elio Pettenò2020-03-242-3/+2
* Use properties in numpy.pxd to avoid a dependency on internal details (GH-3365)Matti Picus2020-02-191-1/+1
* Fix line endings.Stefan Behnel2019-02-1566-739/+739
* Add safety cast in queue tutorial code that avoids casting a potentially non-...Stefan Behnel2019-02-091-61/+61
* Enable the NumPy 1.7 API macro in all NumPy integration tests that do not rel...Stefan Behnel2018-09-221-79/+79
* Merge pull request #2424 from gabrieldemarmiesse/failing_testscoder2018-08-111-0/+16
|\
| * Fixed an example in the documentation.gabrieldemarmiesse2018-08-111-0/+16
* | Use the print function in the nonecheck exampleJohn Kirkham2018-08-031-1/+1
* | Merge pull request #2415 from gabrieldemarmiesse/test_language_basics_5scoder2018-07-071-1/+1
|\ \
| * | Removed an outdated pxd, added a declaration of exc.pxd and made two examples...gabrieldemarmiesse2018-07-071-1/+1
| |/
* | Merge pull request #2405 from gabrieldemarmiesse/test_pure_12scoder2018-07-062-0/+15
|\ \
| * | Moved an example from pure.rst to the examples directory.gabrieldemarmiesse2018-06-232-0/+15
| |/
* | Merge pull request #2404 from gabrieldemarmiesse/test__profiling_tutorial_6scoder2018-07-061-0/+5
|\ \
| * | moved a small example from the "profiling tutorial" to the examples directory.gabrieldemarmiesse2018-06-231-0/+5
| |/
* | Fixed small formatting issues.gabrieldemarmiesse2018-06-301-1/+1
|/
* Changed a comment to make it more meaningful.gabrieldemarmiesse2018-06-221-1/+1
* Refactoring of the extend function to make it simpler.gabrieldemarmiesse2018-06-221-5/+3
* Minor improvements to docs examples.Stefan Behnel2018-06-223-3/+3
* Merge pull request #2388 from gabrieldemarmiesse/test_string_13scoder2018-06-221-0/+6
|\
| * Moved an example of for loop with char* to the examples directory.gabrieldemarmiesse2018-06-211-0/+6
* | Merge pull request #2389 from gabrieldemarmiesse/test_string_14scoder2018-06-223-0/+17
|\ \
| * | Moved examples from string.rst and completed them to make them runnable.gabrieldemarmiesse2018-06-213-0/+17
| |/
* | Merge pull request #2387 from gabrieldemarmiesse/test_string_12scoder2018-06-223-0/+27
|\ \
| * | Moved examples from the string.rst to the examples directory.gabrieldemarmiesse2018-06-213-0/+27
| |/
* | Merge pull request #2386 from gabrieldemarmiesse/test_string_11scoder2018-06-221-0/+10
|\ \
| * | Moved an example of decoding cpp strings to the examples directory.gabrieldemarmiesse2018-06-211-0/+10
| |/
* | Merge pull request #2385 from gabrieldemarmiesse/test_string_10scoder2018-06-221-0/+12
|\ \
| * | Fixed a bug in the cpp example and moved it to the examples directory.gabrieldemarmiesse2018-06-211-0/+12
| |/