Move the introduction content from the index.rst to the README.rst so that it can also be found quickly from the top level. Include the README.rst directly into the index.rst to continue serving it as the front page material. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12 lines
255 B
ReStructuredText
12 lines
255 B
ReStructuredText
.. Front page matter is defined in the project README file.
|
|
.. include:: ../README.rst
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Contents:
|
|
|
|
Home <self>
|
|
Docs <docs>
|
|
Coding Style <coding-style>
|
|
Contribute <contributing>
|
|
API <api-html/index>
|