mbox series

[0/3] move test related documentation to HTML

Message ID 20210118192403.31126-1-xypron.glpk@gmx.de
Headers show
Series move test related documentation to HTML | expand

Message

Heinrich Schuchardt Jan. 18, 2021, 7:24 p.m. UTC
Restructure doc/develop/index.rst and move test related READMEs to the
generated HTML documentation.

Heinrich Schuchardt (3):
  doc: structure doc/develop/index.rst
  doc: move test/README to HTML documentation
  doc: move test/py/README.md to HTML documentation

 doc/develop/index.rst      |  24 ++-
 doc/develop/py_testing.rst | 426 +++++++++++++++++++++++++++++++++++++
 doc/develop/testing.rst    |  96 +++++++++
 test/README                |  96 ---------
 test/py/README.md          | 389 ---------------------------------
 5 files changed, 543 insertions(+), 488 deletions(-)
 create mode 100644 doc/develop/py_testing.rst
 create mode 100644 doc/develop/testing.rst
 delete mode 100644 test/README
 delete mode 100644 test/py/README.md

--
2.29.2