diff options
| author | Keith Packard <keithp@keithp.com> | 2018-10-25 16:50:17 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-10-25 16:51:17 -0700 |
| commit | 6d80b89c0bd82133dd5c93df8604f562ac49c19a (patch) | |
| tree | ac4adf27e9af2ed97a6319ae213fd15c8b03d971 /doc/easymini.txt | |
| parent | cf3e524e50a6fae2862efb404c9918b74438e9c9 (diff) | |
doc: Switch to asciidoctor to format docs
asciidoc and a2x are no longer actively maintained and Debian policy
encourages people to move away from them to asciidoctor.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/easymini.txt')
| -rw-r--r-- | doc/easymini.txt | 41 |
1 files changed, 27 insertions, 14 deletions
diff --git a/doc/easymini.txt b/doc/easymini.txt index 1a75b929..e3d3fae8 100644 --- a/doc/easymini.txt +++ b/doc/easymini.txt @@ -1,34 +1,47 @@ = EasyMini Owner's Manual +Keith Packard <keithp@keithp.com>; Bdale Garbee <bdale@gag.com> +:title-logo-image: image:../themes/background.png[] +:revnumber: v1.8.7 +:revdate: 8 Oct 2018 +:copyright: Bdale Garbee and Keith Packard 2018 :doctype: book :numbered: +:toc: +:stylesheet: am.css +:linkcss: :altusmetrum: 1 :easymini: 1 :application: AltosUI +:pdf-stylesdir: . +:pdf-style: altusmetrum +:pdf-fontsdir: fonts - include::dedication.raw[] + include::header.adoc[] - include::intro.raw[] + include::dedication.adoc[] - include::getting-started.raw[] + include::intro.adoc[] - include::usage.raw[] + include::getting-started.adoc[] - include::easymini-device.raw[] + include::usage.adoc[] - include::installation.raw[] + include::easymini-device.adoc[] - include::using-am-products.raw[] + include::installation.adoc[] - include::altosui.raw[] + include::using-am-products.adoc[] - include::system-operation.raw[] + include::altosui.adoc[] - include::handling.raw[] + include::system-operation.adoc[] - include::updating-firmware.raw[] + include::handling.adoc[] - include::flight-data-recording.raw[] + include::updating-firmware.adoc[] - include::specs.raw[] + include::flight-data-recording.adoc[] - include::easymini-release-notes.raw[] + include::specs.adoc[] + + include::easymini-release-notes.adoc[] |
