From bf02bfd2eda924ff2fdc0801dc527ace1af0746b Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Tue, 23 May 2017 10:56:46 +0100 Subject: docs: Include readme in sphinx documentation This allows us to avoid having to duplicate any information in the readme into another documentation file. Signed-off-by: Paul Barker --- docs/index.rst | 1 + docs/readme.md | 1 + 2 files changed, 2 insertions(+) create mode 120000 docs/readme.md diff --git a/docs/index.rst b/docs/index.rst index bb1ae3d..0d7ee07 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,6 +11,7 @@ Contents: .. toctree:: :maxdepth: 2 + readme layer-contents extra-build-config extra-apps diff --git a/docs/readme.md b/docs/readme.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/docs/readme.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file -- cgit v1.2.3-54-g00ecf