diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-05-28 20:58:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-05-28 20:58:32 -0400 |
commit | 977c334e2ec15647dda128516f286cdcfeab2964 (patch) | |
tree | ab6bcc548b577cadd2431c57bf9f3403fb292a9c /docs/Status_Reference.md | |
parent | 624d94f6acbcb6f860d6f1c01c81e277bbf1f21e (diff) | |
download | kutter-977c334e2ec15647dda128516f286cdcfeab2964.tar.gz kutter-977c334e2ec15647dda128516f286cdcfeab2964.tar.xz kutter-977c334e2ec15647dda128516f286cdcfeab2964.zip |
docs: Avoid link descriptions that span multiple lines
The Jekyll markdown renderer gets confused by links that span multiple
lines.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r-- | docs/Status_Reference.md | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index 169394f3..10b5b457 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -1,11 +1,12 @@ This document is a reference of printer status information that -available in Klipper [macros](Command_Templates.md), [display -fields](Config_Reference.md#display), and via the [API -Server](API_Server.md). +available in Klipper [macros](Command_Templates.md), +[display fields](Config_Reference.md#display), and via the +[API Server](API_Server.md). The fields in this document are subject to change - if using an -attribute be sure to review the [Config Changes -document](Config_Changes.md) when upgrading the Klipper software. +attribute be sure to review the +[Config Changes document](Config_Changes.md) when upgrading the +Klipper software. # bed_mesh @@ -243,12 +244,13 @@ The following information is available in the `system_stats` object # temperature sensors -The following information is available in [bme280 -config_section_name](Config_Reference.md#bmp280bme280bme680-temperature-sensor), -[htu21d config_section_name](Config_Reference.md#htu21d-sensor), [lm75 -config_section_name](Config_Reference.md#lm75-temperature-sensor), and -[temperature_host -config_section_name](Config_Reference.md#host-temperature-sensor) +The following information is available in + +[bme280 config_section_name](Config_Reference.md#bmp280bme280bme680-temperature-sensor), +[htu21d config_section_name](Config_Reference.md#htu21d-sensor), +[lm75 config_section_name](Config_Reference.md#lm75-temperature-sensor), +and +[temperature_host config_section_name](Config_Reference.md#host-temperature-sensor) objects: - `temperature`: The last read temperature from the sensor. - `humidity`, `pressure`, `gas`: The last read values from the sensor |