Skip to content

Commit 18e28c4

Browse files
dbkinderMaureenHelm
authored andcommitted
doc: use multi-column display for long lists
A style was recently added that will allow long narrow lists to display as three columns across the page (with a responsive design that self-adjusts based on screen width). This looks much better than a long list that runs down the page. Adding this directive before a block (or nested under the directive) will allow the content to be multi-column: .. rst-class:: rst-columns as explained in https://docs.zephyrproject.org/latest/guides/documentation/index.html in the Multi-column lists section. This PR tweaks a few remaining documents that have such long narrow lists. Signed-off-by: David B. Kinder <[email protected]>
1 parent 7b981e7 commit 18e28c4

File tree

6 files changed

+14
-0
lines changed

6 files changed

+14
-0
lines changed

boards/arm/nucleo_g431rb/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ For mode details please refer to `STM32G4 Nucleo-64 board User Manual`_.
133133
Default Zephyr Peripheral Mapping:
134134
----------------------------------
135135

136+
.. rst-class:: rst-columns
137+
136138
- UART_1_TX : PC4
137139
- UART_1_RX : PC5
138140
- UART_2_TX : PA2

boards/arm/nucleo_l476rg/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ For mode details please refer to `STM32 Nucleo-64 board User Manual`_.
156156
Default Zephyr Peripheral Mapping:
157157
----------------------------------
158158

159+
.. rst-class:: rst-columns
160+
159161
- UART_1_TX : PA9
160162
- UART_1_RX : PA10
161163
- UART_2_TX : PA2

boards/arm/nucleo_l4r5zi/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ For mode details please refer to `STM32 Nucleo-144 board User Manual`_.
167167
Default Zephyr Peripheral Mapping:
168168
----------------------------------
169169

170+
.. rst-class:: rst-columns
171+
170172
- UART_1_TX : PA9
171173
- UART_1_RX : PA10
172174
- UART_2_TX : PA2

boards/arm/nucleo_wb55rg/doc/nucleo_wb55rg.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ input/output, pull-up, etc.
187187
Default Zephyr Peripheral Mapping:
188188
----------------------------------
189189

190+
.. rst-class:: rst-columns
191+
190192
- UART_1 TX/RX : PB7/PB6
191193
- LPUART_1 TX/RX : PA3/PA2 (arduino_serial)
192194
- I2C_1_SCL : PB8

boards/arm/stm32f3_disco/doc/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ For mode details please refer to `STM32F3DISCOVERY board User Manual`_.
112112

113113
Default Zephyr Peripheral Mapping:
114114
----------------------------------
115+
116+
.. rst-class:: rst-columns
117+
115118
- UART_1_TX : PC4
116119
- UART_1_RX : PC5
117120
- UART_2_TX : PA2

boards/arm/stm32f4_disco/doc/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ For mode details please refer to `STM32F4DISCOVERY board User Manual`_.
114114

115115
Default Zephyr Peripheral Mapping:
116116
----------------------------------
117+
118+
.. rst-class:: rst-columns
119+
117120
- UART_1_TX : PB6
118121
- UART_1_RX : PB7
119122
- UART_2_TX : PA2

0 commit comments

Comments
 (0)