mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-05 14:17:20 +08:00
Fix up notes boxes for docs (#22999)
* Fix up notes boxes for docs * Update markdownout.py * Update markdownout.py * Update markdownout.py
This commit is contained in:
@@ -89,7 +89,7 @@ if __name__ == "__main__":
|
|||||||
# Write out the index.md file
|
# Write out the index.md file
|
||||||
index_text="""# uORB Message Reference
|
index_text="""# uORB Message Reference
|
||||||
|
|
||||||
:::note
|
::: info
|
||||||
This list is [auto-generated](https://github.com/PX4/PX4-Autopilot/blob/main/Tools/msg/generate_msg_docs.py) from the source code.
|
This list is [auto-generated](https://github.com/PX4/PX4-Autopilot/blob/main/Tools/msg/generate_msg_docs.py) from the source code.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ class MarkdownTablesOutput():
|
|||||||
def __init__(self, groups, board, image_path):
|
def __init__(self, groups, board, image_path):
|
||||||
result = """# Airframes Reference
|
result = """# Airframes Reference
|
||||||
|
|
||||||
:::note
|
::: info
|
||||||
**This list is [auto-generated](https://github.com/PX4/PX4-Autopilot/blob/main/Tools/px4airframes/markdownout.py) from the source code** using the build command: `make airframe_metadata`.
|
**This list is [auto-generated](https://github.com/PX4/PX4-Autopilot/blob/main/Tools/px4airframes/markdownout.py) from the source code** using the build command: `make airframe_metadata`.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ The following pages document the PX4 modules, drivers and commands.
|
|||||||
They describe the provided functionality, high-level implementation overview and how
|
They describe the provided functionality, high-level implementation overview and how
|
||||||
to use the command-line interface.
|
to use the command-line interface.
|
||||||
|
|
||||||
:::note
|
::: info
|
||||||
**This is auto-generated from the source code** and contains the most recent modules documentation.
|
**This is auto-generated from the source code** and contains the most recent modules documentation.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|||||||
@@ -7,11 +7,11 @@ class MarkdownTablesOutput():
|
|||||||
result = (
|
result = (
|
||||||
"""# Parameter Reference
|
"""# Parameter Reference
|
||||||
|
|
||||||
:::note
|
::: info
|
||||||
This documentation was auto-generated from the source code for this PX4 version (using `make parameters_metadata`).
|
This documentation was auto-generated from the source code for this PX4 version (using `make parameters_metadata`).
|
||||||
:::
|
:::
|
||||||
|
|
||||||
:::tip
|
::: tip
|
||||||
If a listed parameter is missing from the Firmware see: [Finding/Updating Parameters](../advanced_config/parameters.md#parameter-not-in-firmware).
|
If a listed parameter is missing from the Firmware see: [Finding/Updating Parameters](../advanced_config/parameters.md#parameter-not-in-firmware).
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user