doc: android: Convert to Sphinx format
authorSam Protsenko <joe.skb7@gmail.com>
Fri, 24 Jan 2020 15:53:44 +0000 (17:53 +0200)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 4 Feb 2020 03:37:24 +0000 (09:07 +0530)
commit586a1bf5b231ed8ee30f4f589940b0424526334f
tree5ac1e22942b453c936983eca73213b7a1a7a3a37
parent34b43193048d0fa1d75d02f990fd8638e0a11581
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>
15 files changed:
MAINTAINERS
cmd/Kconfig
doc/android/ab.rst [new file with mode: 0644]
doc/android/ab.txt [deleted file]
doc/android/avb2.rst [new file with mode: 0644]
doc/android/avb2.txt [deleted file]
doc/android/bcb.rst [new file with mode: 0644]
doc/android/bcb.txt [deleted file]
doc/android/fastboot-protocol.rst [new file with mode: 0644]
doc/android/fastboot-protocol.txt [deleted file]
doc/android/fastboot.rst [new file with mode: 0644]
doc/android/fastboot.txt [deleted file]
doc/android/index.rst [new file with mode: 0644]
doc/index.rst
test/py/tests/test_android/test_avb.py