From 477abcf63eb54a40cdd20d6121ed1e42e90b5ef2 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 11 Mar 2020 10:22:32 -0600 Subject: [PATCH] updated children shortcode for list notes --- assets/styles/layouts/article/_lists.scss | 2 ++ content/v2.0/reference/api/client-libraries/arduino.md | 2 +- content/v2.0/reference/api/client-libraries/python.md | 2 +- layouts/shortcodes/children.html | 7 ++++--- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/assets/styles/layouts/article/_lists.scss b/assets/styles/layouts/article/_lists.scss index c257e423a..db5b67e83 100644 --- a/assets/styles/layouts/article/_lists.scss +++ b/assets/styles/layouts/article/_lists.scss @@ -45,4 +45,6 @@ li { p + ol { margin: -.9rem 0 .5rem; } + + .list-note { font-size: .85rem } } diff --git a/content/v2.0/reference/api/client-libraries/arduino.md b/content/v2.0/reference/api/client-libraries/arduino.md index 522788be6..fa906936d 100644 --- a/content/v2.0/reference/api/client-libraries/arduino.md +++ b/content/v2.0/reference/api/client-libraries/arduino.md @@ -3,7 +3,7 @@ title: InfluxDB Arduino client library list_title: Arduino description: Use the Arduino client library to interact with InfluxDB. external_url: https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino -list_note: _(contributed by [tobiasschuerg](https://github.com/tobiasschuerg))_ +list_note: _– contributed by [tobiasschuerg](https://github.com/tobiasschuerg)_ menu: v2_0_ref: name: Arduino diff --git a/content/v2.0/reference/api/client-libraries/python.md b/content/v2.0/reference/api/client-libraries/python.md index 9eb3f7008..6974a00f3 100644 --- a/content/v2.0/reference/api/client-libraries/python.md +++ b/content/v2.0/reference/api/client-libraries/python.md @@ -3,7 +3,6 @@ title: Python client library list_title: Python description: > Use the Python client library to interact with InfluxDB. -weight: 201 menu: v2_0_ref: name: Python @@ -11,6 +10,7 @@ menu: v2.0/tags: [client libraries, python] aliases: - /v2.0/reference/api/client-libraries/python-cl-guide/ +weight: 201 --- Use the [InfluxDB Python client libary](https://github.com/influxdata/influxdb-client-python) to integrate InfluxDB into Python scripts and applications. diff --git a/layouts/shortcodes/children.html b/layouts/shortcodes/children.html index 4af2bdfbb..a6738c8a7 100644 --- a/layouts/shortcodes/children.html +++ b/layouts/shortcodes/children.html @@ -38,10 +38,11 @@