Re: linux-next: build warning after merge of the powerpc tree
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-08-24 13:47:01
Also in:
linuxppc-dev, lkml
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-08-24 13:47:01
Also in:
linuxppc-dev, lkml
"Aneesh Kumar K.V" [off-list ref] writes:
Thanks for looking into this. I guess we also need to format the below table? | 0 8 40 --|------------ | 0 | 10 20 80 | 8 | 20 10 160 | 40| 80 160 10 I don't know how to represent that in the documentation file. A table is probably not the right one?
The cheap way out is to put it in a literal block, of course. Sphinx makes tables pretty easy, though: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#tables jon