summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/cython_tutorial/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Pythonise the documentation according to #4187: Basic Tutorial ↵0dminnimda2021-06-151-6/+0
| | | | | | | | | | | (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`.
* Now all the files in the example directory are tested.gabrieldemarmiesse2018-05-271-0/+6