summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of trivial typos (GH-4363)da-woods2021-09-051-1/+1
* Update docs to recommend using MSVC on Windows (GH-4345)da-woods2021-08-311-4/+7
* docs: fix internal link (GH-4333)da-woods2021-08-091-1/+1
* docs: Pythonise documentation on Memory Allocation (memory_allocation.rst) (G...0dminnimda2021-08-085-10/+92
* Add a warning in the docs that "conditional compilation" is not a good way to...Stefan Behnel2021-07-272-1/+11
* Add a note on crypto currency donations (any why we shouldn't take them).Stefan Behnel2021-07-251-0/+5
* Docs: Introduce pure Python mode in "Using C libraries" tutorial (GH-4294)Matus Valo2021-07-228-122/+485
* docs: Change cast(...) -> cython.cast(...) in "language basics" examples (GH-...Matus Valo2021-07-211-2/+2
* docs: Change "Microsoft's Visual C" to "Microsoft Visual C/C++ (MSVC)" (GH-4142)Shreyan Avigyan2021-07-201-2/+2
* Introduce pure Python mode in the "language basics" documentation (GH-4242)Matus Valo2021-07-2013-141/+678
* Document `typeof` in pure.rst (GH-4301)0dminnimda2021-07-201-0/+7
* Rewrite the section on fused types in function signatures to make it clearer ...Stefan Behnel2021-07-201-11/+27
* Rephrase "two syntax variants" note to give readers a hint why they exist.Stefan Behnel2021-07-181-10/+13
* Fix missing images in quickstart (#4285)Matus Valo2021-07-153-0/+0
* docs: Add pure Python examples to "Getting started" guide (GH-4283)Matus Valo2021-07-159-20/+93
* 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-1412-34/+173
* docs: Add Pure Python mode to "Calling C functions" tutorial (GH-4247)Matus Valo2021-07-149-4/+79
* docs: limitations of np.ndarray (GH-4230)da-woods2021-07-021-0/+10
* Add directive "cpp_locals" to handle C++ variables using std::optional (GH-4225)da-woods2021-06-292-4/+55
* Fix grammar in numpy_tutorial.rst (GH-4251)Loisaida Sam2021-06-281-1/+1
* Update error message in documentation (GH-4244)Matus Valo2021-06-281-2/+2
* docs: repair glossary (GH-4238)da-woods2021-06-182-3/+3
* docs: Resolve several exception handling/propagation issues in the examples.Stefan Behnel2021-06-158-14/+21
* docs: Fix some warnings in the "external C code" examples about unraisable ex...Stefan Behnel2021-06-153-21/+26
* docs: Fix a typo and add some readability spaces between sentences.Stefan Behnel2021-06-151-7/+7
* 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-1516-88/+337
* Automatically add stubs for "cython.cimports.*" in the test runner to make th...Stefan Behnel2021-06-142-5/+6
* Minor doc fixes.Stefan Behnel2021-05-262-2/+2
* Fix ReST formatting.Stefan Behnel2021-05-261-2/+2
* docs: Update special methods table on arithmetic methods. They now have Pytho...Stefan Behnel2021-05-261-45/+51
* Improve documentation on @total_ordering decorator.Stefan Behnel2021-05-261-4/+7
* DOC: add documentation for total_ordering decorator (GH-4195)Matti Picus2021-05-261-3/+22
* Fix a typo.Stefan Behnel2021-05-261-1/+1
* docs: Use the Cython + IPython lexers that come with Pygments to avoid having...Stefan Behnel2021-05-253-267/+0
* Fix many ReST issues in the docs.Stefan Behnel2021-05-2510-46/+85
* Support cimports in pure Python code. (GH-4190)scoder2021-05-231-0/+21
* Switch to github actions (GH-3943)davfsa2021-04-301-1/+1
* Fix "platform_adaptation" documentation test on windows (GH-4126)da-woods2021-04-181-3/+2
* Document some additional C++ auto-conversions (GH-4090)da-woods2021-04-051-13/+21
* DOC: make some github issues into links, doc fixes (GH-4060)Matti Picus2021-04-0211-6/+31
* docs: use https links (GH-4067)谭九鼎2021-03-297-7/+7
* Add legal section to donations page to make it clear that donations do not re...Stefan Behnel2021-02-091-5/+24
* Update link to what's new in appendixda-woods2020-12-051-1/+1
* Try to fix platform_adaptation test on Windows, again.Stefan Behnel2020-11-081-0/+1
* Clarify why it's a good thing that variables of builtin types reject subtypes.Stefan Behnel2020-11-081-4/+5
* Add a small pointer guide in the 'Interfacing with External C Code' chapter (...Ruben Vorderman2020-11-071-0/+32
* Minor docs clarification on error return values. (GH-3859)ptype2020-10-051-3/+2
* docs: fix typos, minor clarification.Stefan Behnel2020-10-041-3/+3