<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/docs/templates/topindex.html, branch master</title>
<subtitle>MicroPython source and hardware configuration for OpenMano</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/'/>
<entry>
<title>docs/templates/topindex.html: Replace usage of deprecated defindex.html.</title>
<updated>2019-11-07T03:45:55+00:00</updated>
<author>
<name>Jim Mussared</name>
</author>
<published>2019-11-06T06:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=59850c0b83e738880c8ce56c39748ae2fcb7dce1'/>
<id>59850c0b83e738880c8ce56c39748ae2fcb7dce1</id>
<content type='text'>
defindex.html (used by topindex.html) is deprecated, but topindex.html was
already identical other than setting the title, so just inherit directly
from layout.html.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
defindex.html (used by topindex.html) is deprecated, but topindex.html was
already identical other than setting the title, so just inherit directly
from layout.html.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Add initial docs for esp32 port, including quick-ref and general.</title>
<updated>2019-01-25T01:18:34+00:00</updated>
<author>
<name>Matt Trentini</name>
</author>
<published>2019-01-21T21:06:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=69e72954ad4757f8e3faccef6333cb33842ce052'/>
<id>69e72954ad4757f8e3faccef6333cb33842ce052</id>
<content type='text'>
With contributions from Oliver Robson (@HowManyOliversAreThere), Sean
Lanigan (@seanlano) and @rprr.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With contributions from Oliver Robson (@HowManyOliversAreThere), Sean
Lanigan (@seanlano) and @rprr.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Unify all the ports into one set of documentation.</title>
<updated>2018-10-01T03:53:53+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2018-09-27T07:27:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=b3e013f60ec0feb5b64bcadb45b154d093731c97'/>
<id>b3e013f60ec0feb5b64bcadb45b154d093731c97</id>
<content type='text'>
With this commit there is now only one entry point into the whole
documentation, which describes the general MicroPython language, and then
from there there are links to information about specific platforms/ports.

This commit doesn't change content (almost, it does fix a few internal
links), it just reorganises things.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this commit there is now only one entry point into the whole
documentation, which describes the general MicroPython language, and then
from there there are links to information about specific platforms/ports.

This commit doesn't change content (almost, it does fix a few internal
links), it just reorganises things.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/pyboard: Move info about using Windows from topindex to general.</title>
<updated>2017-07-03T05:31:41+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2017-07-03T05:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=3c62577ee9084068c63c5731977c601eb436ddc9'/>
<id>3c62577ee9084068c63c5731977c601eb436ddc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/pyboard: Move hardware info into General Info chapter.</title>
<updated>2017-07-02T16:23:23+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2017-06-30T19:24:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=4f23c5d58738cd443d43b8e01cbd2a90ae6a8c9d'/>
<id>4f23c5d58738cd443d43b8e01cbd2a90ae6a8c9d</id>
<content type='text'>
This makes top-level ToC of the pyboard docs consistent with other ports
(consisting of 3 chapters: QuickRef, General Info, and Tutorial).

Also, some other minor tweaks applied, like local ToC for General Info and
headings mentioning pyboard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes top-level ToC of the pyboard docs consistent with other ports
(consisting of 3 chapters: QuickRef, General Info, and Tutorial).

Also, some other minor tweaks applied, like local ToC for General Info and
headings mentioning pyboard.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/topindex.html: Fix typo in "Glossary" heading.</title>
<updated>2017-07-02T11:29:06+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2017-07-02T11:29:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=7e14f99c26af0e1df0979ba97ab6380339014a7d'/>
<id>7e14f99c26af0e1df0979ba97ab6380339014a7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Add glossary.</title>
<updated>2017-07-02T10:47:35+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2017-07-02T10:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=d0797fbc182b45194e6c15ffc145ed1c5e844ad6'/>
<id>d0797fbc182b45194e6c15ffc145ed1c5e844ad6</id>
<content type='text'>
We have enough terms or references throughout the docs which may be not
immediately clear or have some important nuances. Referencing terms in
gloassary is the best way to deal with that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have enough terms or references throughout the docs which may be not
immediately clear or have some important nuances. Referencing terms in
gloassary is the best way to deal with that.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Move topindex.html to templates/ subdir.</title>
<updated>2017-07-01T17:30:35+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2017-06-30T08:28:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=f585526c8013963b0a8ee980bb818d50b16923d6'/>
<id>f585526c8013963b0a8ee980bb818d50b16923d6</id>
<content type='text'>
Later versions of jinja2 need it to be in this subdir, and earlier versions
work with it here as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Later versions of jinja2 need it to be in this subdir, and earlier versions
work with it here as well.
</pre>
</div>
</content>
</entry>
</feed>
