]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit10c25959601845086e1f069f00f3767679c118bc
treeac0316fd44e5645dff35a91802602f6cf0a7697f
parentb6c132fd11c80831ea84879c5e16e20ead1cdaa4
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