All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] move test related documentation to HTML
@ 2021-01-18 19:24 Heinrich Schuchardt
  2021-01-18 19:24 ` [PATCH 1/3] doc: structure doc/develop/index.rst Heinrich Schuchardt
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Heinrich Schuchardt @ 2021-01-18 19:24 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-01-23 17:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-18 19:24 [PATCH 0/3] move test related documentation to HTML Heinrich Schuchardt
2021-01-18 19:24 ` [PATCH 1/3] doc: structure doc/develop/index.rst Heinrich Schuchardt
2021-01-19 18:06   ` Simon Glass
2021-01-23 17:46   ` Tom Rini
2021-01-18 19:24 ` [PATCH 2/3] doc: move test/README to HTML documentation Heinrich Schuchardt
2021-01-19 18:06   ` Simon Glass
2021-01-23 17:46   ` Tom Rini
2021-01-18 19:24 ` [PATCH 3/3] doc: move test/py/README.md " Heinrich Schuchardt
2021-01-19 18:06   ` Simon Glass
2021-01-23 17:46   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.