Skip to content

Commit

Permalink
Link to missing params docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored and dagar committed Sep 11, 2019
1 parent fd10220 commit 94ef585
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/parameters/px4params/markdownout.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
class MarkdownTablesOutput():
def __init__(self, groups):
result = ("# Parameter Reference\n"
"> **Note** **This list is auto-generated from the source code** (using `make parameters_metadata`) and contains the most recent parameter documentation.\n"
"> **Note** **This documentation was auto-generated from the source code for this PX4 version** (using `make parameters_metadata`).\n"
"\n"
"<span></span>\n"
"> **Note** If a listed parameter is missing from the Firmware see: [Finding/Updating Parameters](http://docs.px4.io/master/en/advanced_config/parameters.html#missing).\n"
"\n")
for group in groups:
result += '## %s\n\n' % group.GetName()
Expand Down

0 comments on commit 94ef585

Please sign in to comment.