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:
Aleksandar Markovic 2022-04-23 10:40:22 +02:00 committed by Anas Nashif
commit 4e7afc4af1

View file

@ -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."