docs: mtd: convert to ReST
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 18 Apr 2019 16:44:38 +0000 (13:44 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 15 Jul 2019 12:20:25 +0000 (09:20 -0300)
commit6e58e2d81367308ffd891bd0b34d47e9104e7ae4
treeac0316fd44e5645dff35a91802602f6cf0a7697f
parent7ed44d59f1959942b8d882e6eeea51616b72e2ec
docs: mtd: convert to ReST

Rename the mtd documentation files to ReST, add an
index for them and adjust in order to produce a nice html
output via the Sphinx build system.

It should be noticed that Sphinx doesn't handle very well
URLs with dots in the middle. Thankfully, internally, the '.'
char is translated to %2E, so we can jus use %2E instead of
dots, and this will work fine on both text and processed files.

At its new index.rst, let's add a :orphan: while this is not linked to
the main index.rst file, in order to avoid build warnings.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Documentation/mtd/index.rst [new file with mode: 0644]
Documentation/mtd/intel-spi.rst [new file with mode: 0644]
Documentation/mtd/intel-spi.txt [deleted file]
Documentation/mtd/nand_ecc.rst [new file with mode: 0644]
Documentation/mtd/nand_ecc.txt [deleted file]
Documentation/mtd/spi-nor.rst [new file with mode: 0644]
Documentation/mtd/spi-nor.txt [deleted file]
drivers/mtd/nand/raw/nand_ecc.c