diff options
author | Sam Protsenko <joe.skb7@gmail.com> | 2020-01-24 17:53:44 +0200 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2020-02-04 09:07:24 +0530 |
commit | 586a1bf5b231ed8ee30f4f589940b0424526334f (patch) | |
tree | 5ac1e22942b453c936983eca73213b7a1a7a3a37 /doc/index.rst | |
parent | 34b43193048d0fa1d75d02f990fd8638e0a11581 (diff) | |
download | u-boot-586a1bf5b231ed8ee30f4f589940b0424526334f.tar.gz |
doc: android: Convert to Sphinx format
Convert Android documentation from regular txt format to Sphinx (RST).
Also add Android index.rst file and reference it in root index.rst, so
that Android documentation is visible.
Test:
$ make htmldocs
$ xdg-open doc/output/index.html
Signed-off-by: Sam Protsenko <joe.skb7@gmail.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst index 206a04590f..cd98be6cc5 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -86,6 +86,18 @@ organized in a vendor subdirectory. board/index +Android-specific doc +-------------------- + +These books provide information about booting the Android OS from U-Boot, +manipulating Android images from U-Boot shell and discusses other +Android-specific features available in U-Boot. + +.. toctree:: + :maxdepth: 2 + + android/index + Indices and tables ================== |