summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Expand)AuthorAgeFilesLines
* Docs: Migrate fused types userguide to pure python (#5119)Matus Valo2022-12-038-0/+164
* Fix linkage for `cdef public` functions in C++ mode (#5040)Maximilien Colange2022-11-081-0/+1
* [Docs] Refactor and extend structs, unions, enums, function pointer documenta...Matus Valo2022-10-228-15/+52
* [Doc] Improve documentation of disabling annotations in pure mode (#5080)Matus Valo2022-10-121-0/+33
* Docs: Migrate buffer userguide to pure python (#5069)Matus Valo2022-10-086-4/+100
* Docs: Fix example in buffer user guide (#5065)Matus Valo2022-10-061-1/+1
* Docs: Migrate early binding for speed userguide to pure python (#5061)Matus Valo2022-10-056-1/+83
* [Doc] Add pure python mode to parallelism.rst (#4974)Matus Valo2022-08-1611-2/+128
* Use annotation for pointer in docs (#4942)Matus Valo2022-08-021-1/+1
* [docs] Replace some cinit with init (#4642)Golden Rockefeller2022-08-016-7/+13
* [docs] Fix typo in embedded.pyxda-woods2022-07-271-1/+1
* Fix annotation type analysis for Python "typing" types (GH-4606)scoder2022-07-111-1/+1
* Docs: migrate extension_types.rst to pure python (GH-4516)Matus Valo2022-07-0726-5/+415
* Docs: Migrate sharing_declarations.rst to pure python mode (#4544)Matus Valo2022-06-2512-3/+56
* Docs: Migrate special_methods.rst to pure python (#4537)Matus Valo2022-06-252-0/+26
* Avoid an ambiguous function signature spelling in the documentation. Signatur...Stefan Behnel2022-05-021-1/+1
* docs: Add an example on how to use verbatim C code to work around version spe...Stefan Behnel2022-02-242-0/+44
* docs: pythonise "Working with Python arrays" (array.rst) (GH-4431)0dminnimda2022-02-026-0/+54
* Implement cdef dataclasses (GH-3400)da-woods2022-01-291-0/+20
* Docs: Migrate profiling tutorial to pure Python (GH-4311)Matus Valo2021-12-1410-13/+56
* [DOC] Add doc for memory views with custom numpy dtype (GH-2813)Nicolas Hug2021-12-061-0/+26
* 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
* Introduce pure Python mode in the "language basics" documentation (GH-4242)Matus Valo2021-07-2012-1/+139
* Fix missing images in quickstart (#4285)Matus Valo2021-07-152-0/+0
* docs: Add pure Python examples to "Getting started" guide (GH-4283)Matus Valo2021-07-156-1/+21
* 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-156-7/+8
* docs: Fix some warnings in the "external C code" examples about unraisable ex...Stefan Behnel2021-06-152-15/+16
* 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
* Fix "platform_adaptation" documentation test on windows (GH-4126)da-woods2021-04-181-3/+2
* DOC: make some github issues into links, doc fixes (GH-4060)Matti Picus2021-04-021-0/+2
* docs: use https links (GH-4067)谭九鼎2021-03-291-1/+1
* Try to fix platform_adaptation test on Windows, again.Stefan Behnel2020-11-081-0/+1
* Try to fix platform specific test once more.Stefan Behnel2020-10-041-2/+2
* Fix test compile failure in MSVC.Stefan Behnel2020-10-041-1/+1
* Fix test compile failure in MSVC.Stefan Behnel2020-10-031-1/+1
* Add a more common and more versatile example to the Verbatim C-Code documenta...Stefan Behnel2020-10-032-0/+14
* Beautify example output.Stefan Behnel2020-07-091-1/+1
* Document C inline properties.Stefan Behnel2020-07-091-0/+20
* Fix many indentation and whitespace issues throughout the code base (GH-3673)scoder2020-06-101-1/+1
* 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