aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'legacy'bnewbold2015-05-281-1/+1
|\ | | | | | | | | - superficial rebranding to librambutan - bugfixes to documentation syntax
| * legacy branch: set docs release to 'legacy'bnewbold2015-05-281-1/+1
| |
| * docs: point doxygen fail to the correct READMEbnewbold2015-05-271-1/+1
|/
* docs: set release to prerelease; change title renderbnewbold2014-09-011-2/+2
|
* docs: change pygments theme to 'native'bnewbold2014-09-011-3/+2
|
* docs: get webfonts from rambutan.cc instead of googlebnewbold2014-09-011-1/+0
|
* docs: clarify versioningbnewbold2014-09-011-2/+2
|
* docs: several small theme tweaksbnewbold2014-09-011-5/+4
| | | | | | - CSS improvements - two-part links at page top (project/subproject) - "Project Resources" links
* docs: start using webfontsbnewbold2014-09-011-0/+1
| | | | | For now just point to google-hosted font files, until webfonts get installed at rambutan.cc in a stable location.
* docs: don't look for BREATHE_HOMEbnewbold2014-08-281-1/+2
| | | | | | | As of August 2014, the upstream (system-installed) version should be fine. TODO: update the README file
* docs: experimental read the docs doxygen supportbnewbold2014-08-281-1/+9
|
* docs: add dark solarized pygments style (WIP)bnewbold2014-08-281-1/+2
| | | | | | Really this should be installed as a proper pygments style and selected as such in conf.py. The way this patch works two full .css files get loaded and the second (solarized) clobbers the default.
* docs: give local breath priority over system'sbnewbold2014-08-281-1/+1
| | | | | | If the 'breath' python package (for doxygen => sphinx bridging) is installed system-wide, builds would fail because the system version had priority.
* docs: initial rambutan themebnewbold2014-08-281-25/+10
| | | | Still needs bundled fonts and polish.
* docs/source/conf.py: use doxygen XML files from this repobnewbold2014-08-271-5/+5
|
* docs/source/conf.py: initial Maple => Rambutan editsbnewbold2014-08-271-8/+8
|
* merge libmaple docs ("leaflabs-docs") into ./docsbnewbold2014-08-271-0/+283
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Remove reST documentation, attendant updates.Marti Bolivar2011-06-111-274/+0
| | | | | | | | | | | | | | | | | | | | | | 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
* Docs: Update release FIXMEs for 0.0.12.Marti Bolivar2011-06-011-1/+1
| | | | | This is a pretty brain-dead way to manage these pre-release preparations. Should figure out the done thing and use that instead.
* Make docs say their version is 'custom-build'.Marti Bolivar2011-05-261-1/+2
| | | | | This should get changed on each release branch when the time comes. A FIXME comment has been added to that effect.
* 0.0.10 beta.Marti Bolivar2011-05-111-1/+1
|
* Docs tweaks.Marti Bolivar2011-04-251-1/+1
| | | | Blocking fixes for 0.0.10; other changes.
* Untabifying docs/source/conf.pyMarti Bolivar2011-03-041-19/+19
|
* side reorder, home link, template mod to add rel bar linksHanna Mendes Levitin2010-12-021-2/+2
|
* docs, now with styleHanna Mendes Levitin2010-12-011-10/+35
|
* Finished converting the Arduino docsMarti Bolivar2010-11-291-2/+2
|
* arduino language reference nearing completion, properly CC-BY-SA 3.0 attributedMarti Bolivar2010-11-171-1/+1
|
* initial check-in of arduino docs in RST format (converted using wget+pandoc)Marti Bolivar2010-10-201-0/+1
|
* more docsMarti Bolivar2010-10-111-3/+19
|
* docsMarti Bolivar2010-10-111-1/+7
|
* lots more docsMarti Bolivar2010-10-071-4/+4
|
* some comment stubsMarti Bolivar2010-10-071-3/+3
|
* added docs readme fileMarti Bolivar2010-10-071-10/+15
|
* added skeleton sphinx docsMarti Bolivar2010-10-071-0/+220