Documentation: Add getting started section

Pull the "getting started" of README.rst in the documentation tree, as
done on libcamera.org, to ensure documentation build coverage of the
whole README.rst.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Laurent Pinchart 2021-03-23 13:26:19 +02:00
parent 8634c38675
commit ef2213fdb6
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
.. Getting started information is defined in the project README file.
.. include:: ../README.rst
:start-after: .. section-begin-getting-started
:end-before: .. section-end-getting-started

View file

@ -12,6 +12,7 @@
Home <self>
Docs <docs>
Contribute <contributing>
Getting Started <getting-started>
Developer Guide <guides/introduction>
Application Writer's Guide <guides/application-developer>