Skip to content

Commit

Permalink
airframe markdown script: Improve header text.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored and bkueng committed Apr 9, 2020
1 parent 38e635e commit 0a2c48c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tools/px4airframes/markdownout.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
class MarkdownTablesOutput():
def __init__(self, groups, board, image_path):
result = ("# Airframes Reference\n"
"> **Note** **This list is auto-generated from the source code**.\n"
"> **Note** **This list is [auto-generated](https://github.com/PX4/Firmware/edit/master/Tools/px4airframes/markdownout.py) from the source code**.\n"
"> \n"
"> The **AUX** channels are only available on Pixhawk Boards (labeled with **AUX OUT**).\n"
"> **AUX** channels may not be present on some flight controllers.\n"
"> If present, PWM AUX channels are commonly labelled **AUX OUT**.\n"
"> \n"
"\n")

Expand Down

0 comments on commit 0a2c48c

Please sign in to comment.