summaryrefslogtreecommitdiff
path: root/doc/source/overview.rst
Commit message (Expand)AuthorAgeFilesLines
* doc: Only make the first reference in each section a linkdoc-improvementsRasmus Bondesson2021-07-181-12/+12
* doc: Turn ffi.new() references into links in Overview pageRasmus Bondesson2021-07-171-2/+2
* doc: Turn ffi.dlopen() references into links in Overview pageRasmus Bondesson2021-07-171-9/+9
* doc: Turn cdef() references into links in Overview pageRasmus Bondesson2021-07-171-11/+11
* doc: Turn set_source() references into links in Overview pageRasmus Bondesson2021-07-171-9/+9
* Remove trailing whitespace in doc/*Rasmus Bondesson2021-07-171-17/+17
* typo in overview code (thanks __imp__)Armin Rigo2020-02-131-1/+1
* Issue #439Armin Rigo2020-01-111-1/+1
* Small tweaksArmin Rigo2018-08-141-15/+17
* edit overviewMatti Picus2018-08-131-21/+32
* Refactor again overview.rst, including all cases in the order that seemsArmin Rigo2018-08-121-88/+224
* Minor: Fix 'fucntion' typo in overview.rstedbaunton/minor-fix-fucntion-typo-in-overviewrst-1529498764587edbaunton2018-06-201-1/+1
* Show the recommended use case: API/out-of-line first, in its own section.Jean-Daniel Browne2018-03-201-99/+134
* More tweaksArmin Rigo2018-01-081-11/+17
* try to clarify set_source() requires str(<code that implements functions>)Matti Picus2017-12-291-5/+10
* Mention that ffi.dlopen(None) does not work on Python 3 on Windows.Armin Rigo2017-08-121-0/+4
* The API mode is faster. Put this forward more.Armin Rigo2017-02-091-12/+21
* Update the docs to the style r"""...C source..."""Armin Rigo2016-11-111-2/+2
* Doc tweaksArmin Rigo2016-06-201-88/+96
* Rename 'ffi' to 'ffibuilder' in the docs and in a few demos, whenArmin Rigo2016-06-051-21/+22
* more docArmin Rigo2016-01-131-17/+17
* refactor details, start writing docsArmin Rigo2016-01-131-0/+48
* Clarify some detailsArmin Rigo2015-10-071-15/+22
* Try to be even clearer about when a C compiler is required and whenArmin Rigo2015-09-151-0/+14
* Add "content" directives to the main pagesArmin Rigo2015-07-091-0/+2
* TweaksArmin Rigo2015-07-091-2/+2
* Mention there are more argsArmin Rigo2015-07-021-0/+2
* RewordsArmin Rigo2015-06-031-4/+6
* ffi.dlopen(None) does not work on Windows, and ffi.dlopen("foo") noArmin Rigo2015-06-031-1/+11
* Document that this example is also possible in the out-of-line modeArmin Rigo2015-06-021-0/+7
* typoArmin Rigo2015-05-221-1/+3
* Expand the problemArmin Rigo2015-05-221-0/+3
* Add an example purely for performanceArmin Rigo2015-05-211-0/+47
* tweak tweak the docsArmin Rigo2015-05-201-6/+14
* Add some more "codeblock:: python"Armin Rigo2015-05-191-1/+3
* Add a mostly empty "whatsnew.rst"Armin Rigo2015-05-181-1/+4
* small doc fixesArmin Rigo2015-05-171-2/+0
* Finish the docsArmin Rigo2015-05-171-1/+17
* writing docs, in-progressArmin Rigo2015-05-161-0/+263