<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs, branch v1.8.2</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-07-10T11:46:50+00:00</updated>
<entry>
<title>docs: Bump version to 1.8.2.</title>
<updated>2016-07-10T11:46:50+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-07-10T11:46:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1459a8d5c9b29c78da2cf5c7cf3c37ab03b34b8e'/>
<id>urn:sha1:1459a8d5c9b29c78da2cf5c7cf3c37ab03b34b8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/library: Fix typo in docs for usocket.listen().</title>
<updated>2016-06-26T11:38:20+00:00</updated>
<author>
<name>Martin Müller</name>
<email>mail@mueller-martin.net</email>
</author>
<published>2016-06-25T14:50:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=047ac2044dc48fa34aa2092b88867082987bfe94'/>
<id>urn:sha1:047ac2044dc48fa34aa2092b88867082987bfe94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/conf.py: Exclude cmath from modindex for wipy.</title>
<updated>2016-06-19T16:17:42+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-19T16:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b2641b53e0e9d1c13243f1e73d4255664706403a'/>
<id>urn:sha1:b2641b53e0e9d1c13243f1e73d4255664706403a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/sys: print_exception: Fixes/clarifications.</title>
<updated>2016-06-18T16:06:53+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-18T16:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2b6dcdd3e451787d47fba7666ed5f4a2877f9338'/>
<id>urn:sha1:2b6dcdd3e451787d47fba7666ed5f4a2877f9338</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/select: Add an article.</title>
<updated>2016-06-18T16:06:42+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-18T16:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=617e033e2fe2315c66873bdd44d5bc963a3f0e0f'/>
<id>urn:sha1:617e033e2fe2315c66873bdd44d5bc963a3f0e0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Rebuild docs from scratch, as required for proper only:: handling.</title>
<updated>2016-06-13T21:23:33+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-13T21:18:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=51805e4a3a69848789d2ac16f9be9b448aa05859'/>
<id>urn:sha1:51805e4a3a69848789d2ac16f9be9b448aa05859</id>
<content type='text'>
Docs are now by default rebuilt from scratch, as required to build
conditionalized (i.e. using only:: directive) docs across different
output types. We have pretty small docset, so that's still rather fast.
However, if that's a concern, incremental rebuilds can be used by
passing "FORCE=" (nothing after =) as a make parameter. This will work
when using the same output type (e.g. only "html").
</content>
</entry>
<entry>
<title>docs/conf.py: Active sphinx_selective_exclude extensions.</title>
<updated>2016-06-11T22:18:13+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-11T22:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=91031b60dc974ab76159c9c2e2f0ef5c453f88ee'/>
<id>urn:sha1:91031b60dc974ab76159c9c2e2f0ef5c453f88ee</id>
<content type='text'>
For modindex_exclude extension, per-port module excludes are also added.
With these changes, it's possible to generate docs for a particular port
devoid of any superfluous and unrelated content, including in indexes and
full-text search - with small caveat: when generating PDF docs after HTML,
or vice-versa cached internal doctree representation (build/*/doctrees/)
must be removed first.
</content>
</entry>
<entry>
<title>docs: Add sphinx_selective_exclude extension suite.</title>
<updated>2016-06-11T22:13:39+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-11T22:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f6d01b8b67325ec6c5e48251f042504448b57a7a'/>
<id>urn:sha1:f6d01b8b67325ec6c5e48251f042504448b57a7a</id>
<content type='text'>
Designed specifically to workaround issues we were facing with generating
multiple conditionalized output docsets from a single master doctree.
Extensions were factored out into a separate project, based on the fact
that many other Sphinx users experience similar or related problems:
https://github.com/pfalcon/sphinx_selective_exclude

Corresponds to the 182f4a8da57 upstream revision.
</content>
</entry>
<entry>
<title>docs/sys: Detailed description of print_exception() diff from traceback module.</title>
<updated>2016-06-10T20:06:56+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-10T20:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9de5eb278d4bb7834c1abf15ddefdf4c85b29465'/>
<id>urn:sha1:9de5eb278d4bb7834c1abf15ddefdf4c85b29465</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/uctypes: Improve documentation.</title>
<updated>2016-06-09T02:02:55+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-09T02:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=343b5c1081331c2c06bda7d7add67da44ae47fea'/>
<id>urn:sha1:343b5c1081331c2c06bda7d7add67da44ae47fea</id>
<content type='text'>
Seealso and Limitations sectiosn added, better formatting and grammar.
</content>
</entry>
</feed>
