micropython/docs
Damien George 109c1de015 py: Make gc.enable/disable just control auto-GC; alloc is still allowed.
gc.enable/disable are now the same as CPython: they just control whether
automatic garbage collection is enabled or not.  If disabled, you can
still allocate heap memory, and initiate a manual collection.
2014-10-31 21:30:46 +00:00
..
library py: Make gc.enable/disable just control auto-GC; alloc is still allowed. 2014-10-31 21:30:46 +00:00
tutorial docs: Add 2 images for tutorials. 2014-10-31 01:43:37 +00:00
conf.py docs: Import documentation from source-code inline comments. 2014-10-31 01:37:19 +00:00
general.rst docs: Imported tutorials from previous documentation system. 2014-09-25 17:23:06 +01:00
index.rst docs: Import documentation from source-code inline comments. 2014-10-31 01:37:19 +00:00
make.bat docs: Initial commit of Sphinx documentation framework. 2014-09-25 17:23:06 +01:00
Makefile docs: Initial commit of Sphinx documentation framework. 2014-09-25 17:23:06 +01:00
quickref.rst docs: Fix links to images and other parts of the docs. 2014-10-31 00:58:23 +00:00