summaryrefslogtreecommitdiff
path: root/Documentation/index.rst
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2018-12-12 03:09:56 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-01-11 15:26:31 +0200
commitc8e2c5adda95f3be0354a832268539f7314afb5e (patch)
tree7e9e72c3f173ebf4080aac3e2a4db6f474c3dac4 /Documentation/index.rst
parentf21090516def65a0e50348d2c45eea0875c05d57 (diff)
Documentation: Link to the API documentation generated by Doxygen
Add a link in the toctree to the API documentation. sphinx doesn't seem to support relative external links, but we can trick it into thinking the link is absolute by adding '#://' at the end. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r--Documentation/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst
index 3e089e69..a87509c2 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -24,3 +24,4 @@ systems, including traditional Linux distributions, ChromeOS and Android.
Docs <docs>
Coding Style <coding-style>
Contribute <contributing>
+ API <../api-html/index.html#://>