<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/README.md, branch 6.0.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-06-25T16:42:23+00:00</updated>
<entry>
<title>Refer to "main" branch of circuitpython</title>
<updated>2020-06-25T16:42:23+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-06-14T19:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ce95b9379d9a7f763a19de58be7a751e6874435c'/>
<id>urn:sha1:ce95b9379d9a7f763a19de58be7a751e6874435c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix up end of file and trailing whitespace.</title>
<updated>2020-06-03T09:56:35+00:00</updated>
<author>
<name>Diego Elio Pettenò</name>
<email>flameeyes@flameeyes.com</email>
</author>
<published>2020-05-30T09:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dd5d7c86d22807c021dd1711eb7dd3daebc5cfcf'/>
<id>urn:sha1:dd5d7c86d22807c021dd1711eb7dd3daebc5cfcf</id>
<content type='text'>
This can be enforced by pre-commit, but correct it separately to make it easier to review.
</content>
</entry>
<entry>
<title>Cleaning up and fixing the docs generation Makefile and README instructions</title>
<updated>2018-05-14T18:02:25+00:00</updated>
<author>
<name>Karin Hawley</name>
<email>karin@joinhonor.com</email>
</author>
<published>2018-05-14T17:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f9ae1ee1729b16a2459a93f1c777f851e0418a6b'/>
<id>urn:sha1:f9ae1ee1729b16a2459a93f1c777f851e0418a6b</id>
<content type='text'>
- moving Makefile to parent folder.  This resolves some of the weird path/build issues
- remove trace references to cpydiff and original file (no longer used anywhere)
- converting SOURCEDIR to a changeable variable, passed through all sphinx-build calls
- adding path to conf.py, in case it moves again
- making `-v` default with VERBOSE
- making `-E` default with FORCE
- creating BASEOPTS to store all the dirs, paths, and settings, passing them to sphinx-build in one long chain, instead of individually
- updating README to use the make command as default.  Also added text explaining some of the customization you can add into a make command
</content>
</entry>
<entry>
<title>Update docs README to mention requirement for recommonmark dependency.</title>
<updated>2017-08-16T22:23:42+00:00</updated>
<author>
<name>Tony DiCola</name>
<email>tony@tonydicola.com</email>
</author>
<published>2017-08-16T22:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c281b44cbdc22709a639cee1fc072f37568848aa'/>
<id>urn:sha1:c281b44cbdc22709a639cee1fc072f37568848aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split uos module into os and storage.</title>
<updated>2017-06-27T22:17:30+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-06-27T22:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=778e975936b9e892c4f1b85ce73462a0ce6d36d2'/>
<id>urn:sha1:778e975936b9e892c4f1b85ce73462a0ce6d36d2</id>
<content type='text'>
os is a subset of CPython's os. storage contains additional
file system mounting functionality based on UNIX's mount
management.

Fixes #140
</content>
</entry>
<entry>
<title>Documentation rework to unify the docs together rather than having them</title>
<updated>2016-10-19T00:42:47+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@chickadee.tech</email>
</author>
<published>2016-10-19T00:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=46e7f8e4fb172207121516f5bd15d162aedd041d'/>
<id>urn:sha1:46e7f8e4fb172207121516f5bd15d162aedd041d</id>
<content type='text'>
on a per port basis.

Also enables generating docs from inline RST in C code. Simply omits all
lines except those that start with //|. Indentation after "//| " will be
preserved.
</content>
</entry>
<entry>
<title>docs: Spelling mistakes</title>
<updated>2016-08-02T08:17:46+00:00</updated>
<author>
<name>Mike Causer</name>
<email>mcauser@gmail.com</email>
</author>
<published>2016-07-31T23:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ce166e6b68b7fafb73a99fd64081f8a4155fe22a'/>
<id>urn:sha1:ce166e6b68b7fafb73a99fd64081f8a4155fe22a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/README: Add some hints for PDF docs generation.</title>
<updated>2016-06-01T21:08:47+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-01T21:08:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e456b2cc94ea4338d5fbe9958e656d70f2083ff5'/>
<id>urn:sha1:e456b2cc94ea4338d5fbe9958e656d70f2083ff5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/Makefile: Default BUILDDIR based on MICROPY_PORT.</title>
<updated>2016-04-26T22:50:05+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-26T22:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f3f5e975e47f1e7e3d0c9a46ee17f36204f15daf'/>
<id>urn:sha1:f3f5e975e47f1e7e3d0c9a46ee17f36204f15daf</id>
<content type='text'>
It doesn't make sense to duplicate both on command line, and MICROPY_PORT
is effectively mandatory to build docs.
</content>
</entry>
<entry>
<title>docs: Move instructions on generating the documentation to docs/README.md</title>
<updated>2015-11-03T23:28:27+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2015-11-01T00:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=98fb0bf68a251741e341c3bfa74cc64f8a238c20'/>
<id>urn:sha1:98fb0bf68a251741e341c3bfa74cc64f8a238c20</id>
<content type='text'>
</content>
</entry>
</feed>
