]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit56deae04c344ef1c7a1f4a2d485cb7fe2d31f95b
tree5ac1e22942b453c936983eca73213b7a1a7a3a37
parentc261b2b5b876908b1bd88ab86bef9e64f1390592
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