Files
Christian Clauss 0bcf338f9c ruff check --select=E713,E714,F401,F541 —fix
% `ruff check --select=E713,E714,F401,F541 —statistics`
```
 3      E713    not-in-test
 2      F401    unused-import
 1      E714    not-is-test
 1      F541    f-string-missing-placeholders
```
% `ruff check --select=E713,E714,F401,F541 —fix`<2028>```
Found 7 errors (7 fixed, 0 remaining).
```
% `ruff rule E713`
2025-07-17 08:41:28 +10:00
..
2022-07-21 19:27:34 +10:00

MAVLink Micro Air Vehicle Message Marshalling Library

Files:

  • Doxyfile: Doxygen project configuration file
  • README: This file
  • mavlink_xml_to_markdown.py: Converts MAVLink XML to markdown

Deprecated files

  • mavlink.php: Generates online documentation from MAVLink XML - http://mavlink.org/messages/common
    • mavlink_to_html_table.xsl: XSL transform used by mavlink.php (Deprecated)
    • mavlink.css: CSS used by online documentation (Deprecated)
  • mavlink_gitbook.py (Deprecated): Generates documentation from MAVLink XML that can be imported into gitbook - replaced by mavlink_xml_to_markdown.py
    • mavlink_to_html_table_gitbook.xsl (Deprecated): XSL transform used by mavlink_gitbook.py

For more information, please visit: https://mavlink.io/en/

(c) 2009-2023 Lorenz Meier / PIXHAWK Team