Re: [PATCH 3/3] doc: usage: Convert README.plan9 to reST

2022-03-30 Thread Heinrich Schuchardt
On 3/29/22 19:11, Heinrich Schuchardt wrote: On 3/28/22 04:43, Bin Meng wrote: This converts the existing README.plan9 to reST, and puts it under the doc/usage/os directory. Signed-off-by: Bin Meng ---   doc/usage/index.rst  |  1 +   doc/{README.plan9 => usage/os/plan9.

Re: [PATCH 3/3] doc: usage: Convert README.plan9 to reST

2022-03-29 Thread Heinrich Schuchardt
On 3/28/22 04:43, Bin Meng wrote: This converts the existing README.plan9 to reST, and puts it under the doc/usage/os directory. Signed-off-by: Bin Meng --- doc/usage/index.rst | 1 + doc/{README.plan9 => usage/os/plan9.rst} | 12 2 files changed, 9 inser

[PATCH 3/3] doc: usage: Convert README.plan9 to reST

2022-03-27 Thread Bin Meng
This converts the existing README.plan9 to reST, and puts it under the doc/usage/os directory. Signed-off-by: Bin Meng --- doc/usage/index.rst | 1 + doc/{README.plan9 => usage/os/plan9.rst} | 12 2 files changed, 9 insertions(+), 4 deletions(-) rename doc/{R