summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo.Stefan Behnel2018-11-161-1/+1
* Minor rewording.Robert Bradshaw2018-11-161-1/+1
* Fix 2 minor writing mistakes.Álvaro Abella Bascarán2018-11-161-2/+2
* Clarify top-of-file comment directives.Robert Bradshaw2018-11-161-3/+2
* fix typo in rectangle_cpdef.pyx exampleptype2018-11-071-1/+1
* Rename check_size extend option to ignore.Robert Bradshaw2018-10-021-2/+2
* Rename the options of the "check_size" feature to make them more obvious: "wa...Stefan Behnel2018-09-291-8/+9
* Document "language_level=3str" and also support it in the cythonize command a...Stefan Behnel2018-09-291-3/+6
* Merge pull request #2627 from mattip/check_size2Stefan Behnel2018-09-291-4/+24
|\
| * MAINT: fixes from reviewmattip2018-09-251-4/+4
| * DOC: document the new check_size clausemattip2018-09-251-4/+24
* | DOC: describe motivation for the featuremattip2018-09-261-2/+11
* | DOC, TST: test and document external extension type attribute aliasingmattip2018-09-252-0/+67
|/
* Merge pull request #2623 from nicktimko/patch-1Robert Bradshaw2018-09-221-4/+6
|\
| * Call out the different name used for the wrapperNick Timkovich2018-09-221-4/+6
* | Merge pull request #2615 from robertwb/cpp-py-exceptionRobert Bradshaw2018-09-221-0/+7
|\ \ | |/ |/|
| * Allow catching both C++ and Python exceptions.Robert Bradshaw2018-09-201-0/+7
* | Enable the NumPy 1.7 API macro in all NumPy integration tests that do not rel...Stefan Behnel2018-09-221-79/+79
|/
* Suggest in docs that different ways of providing Python type declarations can...Stefan Behnel2018-08-311-8/+10
* Mention more prominently in the docs that PEP-484/526 are supported normally.Stefan Behnel2018-08-311-1/+4
* Remove docs note about fused types being "experimental". They are old enough ...Stefan Behnel2018-08-251-2/+0
* Add links to our CI servers to the docs on contributing.Stefan Behnel2018-08-251-0/+2
* Merge pull request #2575 from CnlPepper/masterscoder2018-08-241-0/+13
|\
| * Fixed a typo and added a little bit of detail.Dr Alex Meakins2018-08-231-3/+3
| * Small fixes to language and mark-up.Dr Alex Meakins2018-08-231-3/+4
| * Removed duplicated text.Dr Alex Meakins2018-08-231-3/+0
| * Added basic ctuple documentation.Dr Alex Meakins2018-08-231-0/+15
* | Skip an openmp documentation test on MacOS.Stefan Behnel2018-08-241-0/+5
|/
* Corrected the URL of the notebook, removed the output of the cells andgabrieldemarmiesse2018-08-212-3798/+11
* Merge pull request #2465 from gabrieldemarmiesse/simplifying_memoryview_numpyscoder2018-08-1915-311/+5004
|\
| * Made arrays bigger for profiling and corrected some sentences.gabrieldemarmiesse2018-08-194-152/+853
| * Merge branch 'master' into simplifying_memoryview_numpyGabriel de Marmiesse2018-07-2382-953/+951
| |\
| * | docs: Emphasized the speedups of Cython vs NumPy in both the notebook and the...gabrieldemarmiesse2018-07-052-138/+135
| * | Changed the numpy tutorial to make is faster to understand. Added prange exam...gabrieldemarmiesse2018-07-0315-312/+4307
* | | DOC; use rst not md in for numpy debug error linkMark Mikofski2018-08-131-1/+1
* | | Merge pull request #2424 from gabrieldemarmiesse/failing_testscoder2018-08-112-8/+19
|\ \ \
| * | | Fixed an example in the documentation.gabrieldemarmiesse2018-08-112-8/+19
| |/ /
* | | Removed the reference guide from the docs.gabrieldemarmiesse2018-08-114-812/+48
* | | Minor doc clarifications and fixes.Stefan Behnel2018-08-111-8/+9
* | | Merge pull request #2546 from gabrieldemarmiesse/moving_compilation_againscoder2018-08-111-0/+56
|\ \ \
| * | | Moved the Cythonize section in the userguide.gabrieldemarmiesse2018-08-111-0/+56
* | | | Merge pull request #2547 from gabrieldemarmiesse/moving_optionsscoder2018-08-111-0/+44
|\ \ \ \
| * | | | Moving the compiler options into the source files and compilation.gabrieldemarmiesse2018-08-111-0/+44
| |/ / /
* | | | Moving Integrating multiple modules and Distributing cython modules into the ...gabrieldemarmiesse2018-08-111-0/+147
|/ / /
* | | Merge pull request #2457 from gabrieldemarmiesse/make_batscoder2018-08-112-2/+252
|\ \ \
| * | | Mentioned that you need Sphinx installed to build the documentation.gabrieldemarmiesse2018-07-081-2/+2
| * | | Added how to build the docs in the readme and added a make.bat for building t...gabrieldemarmiesse2018-06-302-2/+252
| |/ /
* | | Fix "casting_python" test on old MSVC versions.Stefan Behnel2018-08-111-3/+5
* | | Merge pull request #2482 from gabrieldemarmiesse/move_compilation_4scoder2018-08-111-18/+437
|\ \ \
| * | | Copy pasted pyximport and the compiler options to the userguide.gabrieldemarmiesse2018-07-081-18/+437