diff options
| author | Sam Protsenko <[email protected]> | 2020-01-24 17:53:44 +0200 |
|---|---|---|
| committer | Lokesh Vutla <[email protected]> | 2020-02-04 09:07:24 +0530 |
| commit | 586a1bf5b231ed8ee30f4f589940b0424526334f (patch) | |
| tree | 5ac1e22942b453c936983eca73213b7a1a7a3a37 /cmd | |
| parent | 34b43193048d0fa1d75d02f990fd8638e0a11581 (diff) | |
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 <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 6a2f6fb070c..e6ba57035e2 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -880,7 +880,7 @@ config CMD_FASTBOOT Android devices. Fastboot requires either the network stack enabled or support for acting as a USB device. - See doc/android/fastboot.txt for more information. + See doc/android/fastboot.rst for more information. config CMD_FLASH bool "flinfo, erase, protect" |
