Re: linux-next: build warning after merge of the powerpc tree

From: Jonathan Corbet
Date: Tue Aug 24 2021 - 09:47:01 EST


"Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx> 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