<feed xmlns='http://www.w3.org/2005/Atom'>
<title>librambutan/docs/source/_static/img, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.bnewbold.net/librambutan/atom?h=master</id>
<link rel='self' href='https://git.bnewbold.net/librambutan/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/'/>
<updated>2014-09-05T05:04:30+00:00</updated>
<entry>
<title>docs: theme: transparency for favicon</title>
<updated>2014-09-05T05:04:30+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2014-09-05T05:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=f84f26481052096b71a68d3f8fec27f555f6b411'/>
<id>urn:sha1:f84f26481052096b71a68d3f8fec27f555f6b411</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: several small theme tweaks</title>
<updated>2014-09-01T23:58:58+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2014-09-01T21:00:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=b1ef722fa3de0ca3f4bb495fff2ff1cd3f4739cf'/>
<id>urn:sha1:b1ef722fa3de0ca3f4bb495fff2ff1cd3f4739cf</id>
<content type='text'>
- CSS improvements
- two-part links at page top (project/subproject)
- "Project Resources" links
</content>
</entry>
<entry>
<title>docs: remove extra images NOTE: history was mangled</title>
<updated>2014-09-01T22:46:23+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2014-09-01T22:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=1057cd2e5f01869869a68580b717d0ddd3aa95fe'/>
<id>urn:sha1:1057cd2e5f01869869a68580b717d0ddd3aa95fe</id>
<content type='text'>
This commit has two purposes. One thing it does is remove some small
unused image files that were part of leaflabs-docs relating to Maple
IDE.

The second thing it does is mark a point in git history where history
was rewritten permanently. A small number of larger images (totaling a
few MiB) were completely deleted from git history at this point in the
repository. These images existed in the leaflabs-docs side of history,
and would have bloated out the repository size from now to forever if
they hadn't been purged. An unfortunate side-effect of this is that now
the leaflabs-docs parent branch no longer matches the leaflabs-docs
upstream repository. Manually exported patches/diffs should still apply
just find in this repo.

The reduction in repository size was something like 5.4 MiB =&gt; 3.7 MiB
</content>
</entry>
<entry>
<title>docs: initial rambutan theme</title>
<updated>2014-08-28T04:03:08+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2014-08-28T03:12:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=6702e7412828729c7a5df776d014f25deabf2274'/>
<id>urn:sha1:6702e7412828729c7a5df776d014f25deabf2274</id>
<content type='text'>
Still needs bundled fonts and polish.
</content>
</entry>
<entry>
<title>merge libmaple docs ("leaflabs-docs") into ./docs</title>
<updated>2014-08-27T21:42:22+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2014-08-27T21:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=34b766c9d5f778762069938c71e052fa40455d1c'/>
<id>urn:sha1:34b766c9d5f778762069938c71e052fa40455d1c</id>
<content type='text'>
In the past, libample documentation was forked out of this repository
because the documentation had increased in scope. For the librambutan,
and the rambutan project in general, we will try to keep documentation
closer to the source code, so the librambutan-specific documentation
should live here. Other sections of leaflabs-docs will be culled in a
following commit.

This merge attempts to maintain history by using a subtree strategy.
Followed directions at:

    http://nuclearsquid.com/writings/subtree-merging-and-you/

Full history for files should be accessible using the "--follow" flag to
git log, eg:

    git log --follow docs/source/adc.rst

It should be possible to pull patches from leaflabs-docs with:

    git pull -s subtree leaflabs-docs master

... at least until the docs in this repository diverge significantly.
</content>
</entry>
<entry>
<title>Remove reST documentation, attendant updates.</title>
<updated>2011-06-12T00:05:33+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-06-11T23:25:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=0c2b3c667bf157dc2344e3dbc2aae0e11e37387b'/>
<id>urn:sha1:0c2b3c667bf157dc2344e3dbc2aae0e11e37387b</id>
<content type='text'>
The documentation covers topics not specifically relevant to libmaple,
so it doesn't make sense for it to be part of the libmaple source
distribution.

Delete the docs/ tree, and prepare libmaple for use with the new
leaflabs-docs repo, which will contain the docs from now on.

* README: update to reflect this change

* support/doxygen/Doxyfile: This is the old docs/Doxyfile

* Makefile: Add a doxygen target

* wirish/comm/HardwareSerial.h: fix reference to docs/.  The comment
  informing maintainers that the HardwareSerial interface is
  documented by hand refers to the docs/ tree, which no longer exists.
  Update it to refer to the separate leaflabs-docs repository.

* support/scripts/copy-to-ide: No longer build the documentation
</content>
</entry>
<entry>
<title>0.0.10 documentation checkpoint.</title>
<updated>2011-04-25T20:07:38+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2011-04-25T20:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=d6bb86b9e458bbf4f5a376caf05b2bc796a53aea'/>
<id>urn:sha1:d6bb86b9e458bbf4f5a376caf05b2bc796a53aea</id>
<content type='text'>
Merging in the standalone refactor docs, etc.  The individual libmaple
API pages are going to need to get redone.
</content>
</entry>
<entry>
<title>Finalized 0.0.9 documentation.</title>
<updated>2010-12-15T21:16:31+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@mit.edu</email>
</author>
<published>2010-12-15T06:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=d744fb826f4a6d6ce560f3b78f2e63a1f9666d9e'/>
<id>urn:sha1:d744fb826f4a6d6ce560f3b78f2e63a1f9666d9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs, now with style</title>
<updated>2010-12-01T09:37:07+00:00</updated>
<author>
<name>Hanna Mendes Levitin</name>
<email>hanna@anomaly-3.local</email>
</author>
<published>2010-12-01T09:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=a0549b4a15a7093f990fffa4bc1d2d52ec1c16e2'/>
<id>urn:sha1:a0549b4a15a7093f990fffa4bc1d2d52ec1c16e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New documentation content is done.  Next step is to theme.</title>
<updated>2010-11-29T23:08:04+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@mit.edu</email>
</author>
<published>2010-11-29T23:08:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=3b7f16dba295da3a0071564ac284c25dc56e6b18'/>
<id>urn:sha1:3b7f16dba295da3a0071564ac284c25dc56e6b18</id>
<content type='text'>
</content>
</entry>
</feed>
