summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-10-17 02:53:30 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-10-23 17:41:09 +0300
commitcf596d8dfa7a41b7d5979cc832bec6f9c8322bd8 (patch)
tree5f48616993c075a4c400895c5a81521a787277f6 /README.rst
parent0cca041cbd8d5e0fe56f5d08676c6e25e3ae99d5 (diff)
Documentation: Hide the Getting Started information
The Getting Started information makes little sense on the generated documentation, as a developer with documentation compiled from a local libcamera source tree has already got started. We however want to keep the information in the top-level README.rst as it is useful there. In order to hide the Getting Started information from the front page while keeping it in README.rst, add comments to delimitate sections of README.rst, and include only a subset of the file in the front page. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 2ccf7cbe..220ebdb1 100644
--- a/README.rst
+++ b/README.rst
@@ -1,3 +1,5 @@
+.. section-begin-libcamera
+
===========
libcamera
===========
@@ -18,6 +20,9 @@ open-source-friendly while still protecting vendor core IP. libcamera was born
out of that collaboration and will offer modern camera support to Linux-based
systems, including traditional Linux distributions, ChromeOS and Android.
+.. section-end-libcamera
+.. section-begin-getting-started
+
Getting Started
---------------
@@ -31,7 +36,7 @@ To build and install:
ninja install
Dependencies
-------------
+~~~~~~~~~~~~
The following Debian/Ubuntu packages are required for building libcamera.
Other distributions may have differing package names:
@@ -50,3 +55,5 @@ for qcam: [optional]
for documentation: [optional]
python3-sphinx doxygen
+
+.. section-end-getting-started