summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/cython_tutorial
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Softdeprecated C style array declaration in favour of Java style ↵Matus Valo2023-02-181-1/+1
| | | | | declaration (#5248) Co-authored-by: GalaxySnail <me@glxys.nl>
* docs: Fix type used in C++ example.Stefan Behnel2021-06-151-1/+1
|
* Pythonise the documentation according to #4187: Basic Tutorial ↵0dminnimda2021-06-156-12/+60
| | | | | | | | | | | (cython_tutorial.rst) (GH-4226) See https://github.com/cython/cython/issues/4187 * .gitignore: add directory for docs build and cython_debug * doc-requirements.txt: add sphinx-tabs * conf.py: add and setup sphinx-tabs extension * Create _static\css\tabs.css for customisation * add "two-syntax-variants-used" file as a preface about the different typing variants
* In the documentation, update references to point at `setuptools`. (GH-3456)Diego Elio Pettenò2020-03-241-1/+1
| | | | | | While the directives in the source files are still called `distutils`, the [Python upstream documentation](https://docs.python.org/3/library/distutils.html) does not recommend using distutils anymore, and rather points at setuptools, so avoid confusing new users by providing confusing legacy usage examples. Also, this corrects one example in which Extension is imported too late, and would cause annoying errors when running `setup.py`.
* Fix line endings.Stefan Behnel2019-02-151-21/+21
|
* Moved a python code snippet into the examples directory from "basic tutorial".gabrieldemarmiesse2018-06-182-19/+14
|
* Now all the files in the example directory are tested.gabrieldemarmiesse2018-05-275-0/+79