On 10/14/20 2:05 PM, Philippe Mathieu-Daudé wrote:
On 10/14/20 4:29 PM, John Snow wrote:
Add short readmes to python/, python/qemu/, and python/qemu/core that
explain the directory hierarchy. These readmes are visible when browsing
Maybe readmes -> READMEs
If you want it to match the filename, "README files".
--js
Otherwise:
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>
the source on e.g. gitlab/github and are designed to help new
developers/users quickly make sense of the source tree.
They are not designed for inclusion in a published manual.
Signed-off-by: John Snow <js...@redhat.com>
---
python/README.rst | 27 +++++++++++++++++++++++++++
python/qemu/README.rst | 8 ++++++++
python/qemu/core/README.rst | 9 +++++++++
3 files changed, 44 insertions(+)
create mode 100644 python/README.rst
create mode 100644 python/qemu/README.rst
create mode 100644 python/qemu/core/README.rst