Skip to content

Commit

Permalink
Drop level of heading for vendor extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored May 8, 2018
1 parent eaa46ea commit aa8a265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/mavlink_gitbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
index_text+='\n# Message Definitions'
index_text+='\n\nMAVLink messages are defined in XML files in the [mavlink/message definitions](https://github.com/mavlink/mavlink/blob/master/message_definitions/) folder. The messages that are common to all systems are defined in [common.xml](https://github.com/mavlink/mavlink/blob/master/message_definitions/v1.0/common.xml) (only messages contained in this file are considered standard messages).'
index_text+='\n\nThe common messages are provided as human-readable tables in: [Common](../messages/common.md).'
index_text+='\n\n# Vendor Specific Extensions (Dialects) {#dialects}'
index_text+='\n\n## Vendor Specific Extensions (Dialects) {#dialects}'
index_text+='\n\nMAVLink protocol-specific and vendor-specific messages (dialects) are stored in separate XML files. These often extend (include) the [common](../messages/common.md) messages.'
index_text+='\n\n> **Note** Vendor forks of MAVLink may contain messages that are not yet merged, and hence will not appear in this documentation.'
index_text+='\n\nThe human-readable forms of the vendor XML files are linked below:'
Expand Down

0 comments on commit aa8a265

Please sign in to comment.