aboutsummaryrefslogtreecommitdiffstats
path: root/docs/README-maintainers.txt
Commit message (Collapse)AuthorAgeFilesLines
* docs: superficial librambutan rebrandingbnewbold2015-05-281-9/+5
|
* merge libmaple docs ("leaflabs-docs") into ./docsbnewbold2014-08-271-0/+215
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.