summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* doc: 1.6.3 release notes note TeleBT rts/cts and TM 2.0 monitor idle fixesKeith Packard2016-05-04
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Update AltosDroid chapter for 1.6.3Keith Packard2016-05-04
| | | | | | New menu structure, idle mode and frequency configuration Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add idle mode info to 1.6.3 release noteKeith Packard2016-04-29
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Add preliminary 1.6.3 release notesKeith Packard2016-04-21
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Note that EasyMega and TeleMega report A-D continuityKeith Packard2016-04-02
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Remove extraneous 'first off' from legal paragraphKeith Packard2016-01-10
| | | | | | Not helpful (bdale) Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Remove telemini v2.0. Add telemega v2.0Keith Packard2016-01-10
| | | | | | Reflect hardware we've actually shipped. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: fix typo in using external active switch circuit sectionKeith Packard2016-01-10
| | | | | | the -> then (bdale) Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Update copyright year in altusmetrum docKeith Packard2016-01-10
| | | | | | And note that this need to be checked for each release in RELNOTES Signed-off-by: Keith Packard <keithp@keithp.com>
* Add release notes for 1.6.2Keith Packard2016-01-10
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Elide flight computer info from APRS section of TeleGPS manualKeith Packard2016-01-10
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Elide pyro channel information from EasyMini docsKeith Packard2016-01-10
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Remove some bogus bits from am.cssKeith Packard2015-11-14
| | | | | | Just commented out stuff which had a nested comment and was thus invalid Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Construct html index for documentationKeith Packard2015-11-13
| | | | | | This gets uploaded to keith's machine as an easy way to see what's available. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Try a different trick for asciidoc build issuesKeith Packard2015-11-13
| | | | | | | | | asciidoc creates temp files in the current directory using basename of the source filename. Doing html and pdf builds in parallel causes chaos as a result. Fix this by having the pdf target build both serially, and then have the html target just depend on the pdf target. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Split out EasyMini into a separate manualKeith Packard2015-11-13
| | | | | | | EasyMini uses a tiny fraction of the overall system software; splitting the manual out makes it a lot smaller. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Reformat html versions a bitKeith Packard2015-11-13
| | | | | | | Color more text black, including toc. Add a bit of space around the toc. Make paragraph labels bold. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Move pad beeps table to usage chapterKeith Packard2015-11-13
| | | | | | This places all of the sound information in one place. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Provide more actual links instead of just chapter namesKeith Packard2015-11-13
| | | | | | | Replace 'see chapter "foo"' with 'see <<foo>>' so that a link is created to directly go to the relevant text. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Reformat 'Using MicroPeak' sectionKeith Packard2015-11-13
| | | | | | Use labeled paragraphs to make the steps stand out. Signed-off-by: Keith Packard <keithp@keithp.com>
* Break out common pieces from TeleGPS and AltusMetrumKeith Packard2015-11-13
| | | | | | | This creates shared files for portions of the TeleGPS and AltusMetrum manual to avoid duplicating text between the two. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add product logos to booksKeith Packard2015-11-01
| | | | | | | This places the product logo on the title verso in pdf form, and above the TOC in html form. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: verbose mode for a2xKeith Packard2015-11-01
|
* doc: Make pdf titles less ridiculously largeKeith Packard2015-11-01
| | | | | | Instead of having them grow at 20% per nesting level, use 10% instead. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Get images and tables all centered and labeledKeith Packard2015-11-01
| | | | | | | A bunch of images were using image: instead of image:: and some images and tables were missing titles. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Split revhistory to separate file for html docsKeith Packard2015-11-01
| | | | | | This avoids having the revhistory clutter the top of the document. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Place html book contents on left side of page with separate scrollbarKeith Packard2015-11-01
| | | | | | This lets the user see the toc while browsing the document Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Switch to free fonts. Publish fonts with docs.Keith Packard2015-11-01
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Minor makefile cleanupsKeith Packard2015-11-01
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Convert telemetry and companion docs to asciidocKeith Packard2015-11-01
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Convert AltOS doc to asciidocKeith Packard2015-11-01
| | | | | | It's still pretty stale, but at least it isn't in docbook? Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Finish converting docs to asciidoc formatKeith Packard2015-11-01
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add titles to all figuresKeith Packard2015-11-01
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add updating firmware and using am products asciidoc bitsKeith Packard2015-11-01
| | | | | | This finishes the asciidoc transition Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add asciidoc version of Altos Droid manualKeith Packard2015-11-01
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add asciidoc version of altosui chapter.Keith Packard2015-11-01
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Lots more conversion from docbook to asciidocKeith Packard2015-11-01
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add asciidoc telemini v1.0Keith Packard2015-11-01
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Start doc transition to asciidocKeith Packard2015-11-01
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Force FOP to read images from doc directoryKeith Packard2015-10-13
| | | | | | | | | | Looks like something changed and fop is now reading from the directory containing the source file. xmlto places that source in /tmp, making all relative URIs fail. Fix this by creating a fop configuration file directing it to load relative to the doc directory and then pass that through xmlto. Signed-off-by: Keith Packard <keithp@keithp.com>
* add a paragraph about TeleBT battery charging to AltosDroid chapter in ↵Bdale Garbee2015-07-31
| | | | documentation
* doc: Update for 1.6.1Keith Packard2015-07-15
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Clarify what 'after motor' meansKeith Packard2015-05-19
| | | | | | Note that this means after motor burn-out, not after motor start. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Update telemetry docs to include new packet formatsKeith Packard2015-03-07
| | | | | | | | | | Add TeleMega TeleMetrum v2 and companion data packet formats. List which radio parts each product uses. Document modulation parameters for new data rates. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: update 1.6 release notes with recent bug fixesKeith Packard2015-02-07
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Update version 1.6 release notes with more bug fixesKeith Packard2015-02-07
| | | | | | | A few bugs found during release testing are notable enough to be included in the release notes. Signed-off-by: Keith Packard <keithp@keithp.com>
* Update docs for 1.6Keith Packard2015-02-05
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* document pyro current limits in an appendixBdale Garbee2014-10-09
|
* doc: Update for version 1.5 releaseKeith Packard2014-09-06
| | | | | | | Add stuff about EasyMega and telemetry rate configuration. Update screen shots as needed. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add note about including Google maps API keyKeith Packard2014-06-24
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>