diff mbox series

[U-Boot,RFC,7/9] doc: arch: Convert README.mips to reST

Message ID 1563295374-1504-8-git-send-email-bmeng.cn@gmail.com
State RFC
Delegated to: Tom Rini
Headers show
Series Initial layout for Sphinx HTML docs | expand

Commit Message

Bin Meng July 16, 2019, 4:42 p.m. UTC
Convert plain text documentation to reStructuredText format and add
it to Sphinx TOC tree. No essential content change.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 doc/arch/index.rst                 |  2 ++
 doc/{README.mips => arch/mips.rst} | 14 ++++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)
 rename doc/{README.mips => arch/mips.rst} (87%)

Comments

Heinrich Schuchardt July 16, 2019, 5:58 p.m. UTC | #1
On 7/16/19 6:42 PM, Bin Meng wrote:
> Convert plain text documentation to reStructuredText format and add
> it to Sphinx TOC tree. No essential content change.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
diff mbox series

Patch

diff --git a/doc/arch/index.rst b/doc/arch/index.rst
index 920043a..bdeccdb 100644
--- a/doc/arch/index.rst
+++ b/doc/arch/index.rst
@@ -4,3 +4,5 @@  Architecture-specific doc
 
 .. toctree::
    :maxdepth: 2
+
+   mips
diff --git a/doc/README.mips b/doc/arch/mips.rst
similarity index 87%
rename from doc/README.mips
rename to doc/arch/mips.rst
index b28f628..b51d0a1 100644
--- a/doc/README.mips
+++ b/doc/arch/mips.rst
@@ -1,17 +1,19 @@ 
+MIPS
+====
 
 Notes for the MIPS architecture port of U-Boot
 
 Toolchains
 ----------
 
-  http://www.denx.de/wiki/DULG/ELDK
-  ELDK < DULG < DENX
+  * http://www.denx.de/wiki/DULG/ELDK
+    ELDK < DULG < DENX
 
-  http://www.emdebian.org/crosstools.html
-  Embedded Debian -- Cross-development toolchains
+  * http://www.emdebian.org/crosstools.html
+    Embedded Debian -- Cross-development toolchains
 
-  http://buildroot.uclibc.org/
-  Buildroot
+  * http://buildroot.uclibc.org/
+    Buildroot
 
 Known Issues
 ------------