doc: Improve layout of network Kconfig options 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
9f33129bdf
commit
d2f2fa6d37
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ setup the system:
|
||||||
|
|
||||||
.. csv-table:: Kconfig options for network configuration library
|
.. csv-table:: Kconfig options for network configuration library
|
||||||
:header: "Option name", "Description"
|
:header: "Option name", "Description"
|
||||||
:widths: auto
|
:widths: 45 55
|
||||||
|
|
||||||
":kconfig:option:`CONFIG_NET_CONFIG_SETTINGS`", "This option controls whether the
|
":kconfig:option:`CONFIG_NET_CONFIG_SETTINGS`", "This option controls whether the
|
||||||
network system is configured or initialized at all. If not set, then the
|
network system is configured or initialized at all. If not set, then the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue