
19 Jan
2021
19 Jan
'21
7:06 p.m.
On Mon, 18 Jan 2021 at 12:29, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
Convert test/py/README.md to restructured text and add it to the generated HTML documentation.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
doc/develop/index.rst | 1 + doc/develop/py_testing.rst | 426 +++++++++++++++++++++++++++++++++++++ test/py/README.md | 389 --------------------------------- 3 files changed, 427 insertions(+), 389 deletions(-) create mode 100644 doc/develop/py_testing.rst delete mode 100644 test/py/README.md
Reviewed-by: Simon Glass sjg@chromium.org