doc: Improve layout of net-shell commands table
The layout of this table unreasonably assigns narrow widths for for column(s) with lots of content, and wise-versa. Define relative column widths to be more in sync with column content. This will potentially produce more compact table, making it more readable, clearer and more visually pleasing. Signed-off-by: Aleksandar Markovic <aleksandar.markovic.sa@gmail.com>
This commit is contained in:
parent
019c90e28f
commit
4e7afc4af1
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ The following net-shell commands are implemented:
|
||||||
|
|
||||||
.. csv-table:: net-shell commands
|
.. csv-table:: net-shell commands
|
||||||
:header: "Command", "Description"
|
:header: "Command", "Description"
|
||||||
:widths: auto
|
:widths: 15 85
|
||||||
|
|
||||||
"net allocs", "Print network memory allocations. Only available if
|
"net allocs", "Print network memory allocations. Only available if
|
||||||
:kconfig:option:`CONFIG_NET_DEBUG_NET_PKT_ALLOC` is set."
|
:kconfig:option:`CONFIG_NET_DEBUG_NET_PKT_ALLOC` is set."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue