diff options
| author | Paul Barker <pbarker@toganlabs.com> | 2017-05-23 10:56:46 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2017-05-26 12:16:52 +0100 |
| commit | bf02bfd2eda924ff2fdc0801dc527ace1af0746b (patch) | |
| tree | 75e23e8422412fd11fc444d3bd96c1b7356109f1 | |
| parent | 654d84d68a65318909d19a28c05d8172f6337972 (diff) | |
| download | meta-raspberrypi-bf02bfd2eda924ff2fdc0801dc527ace1af0746b.tar.gz | |
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 <pbarker@toganlabs.com>
| -rw-r--r-- | docs/index.rst | 1 | ||||
| l--------- | docs/readme.md | 1 |
2 files changed, 2 insertions, 0 deletions
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: | |||
| 11 | .. toctree:: | 11 | .. toctree:: |
| 12 | :maxdepth: 2 | 12 | :maxdepth: 2 |
| 13 | 13 | ||
| 14 | readme | ||
| 14 | layer-contents | 15 | layer-contents |
| 15 | extra-build-config | 16 | extra-build-config |
| 16 | extra-apps | 17 | 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 | |||
