]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
docs: s390: convert docs to ReST and rename to *.rst
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Sun, 9 Jun 2019 02:27:16 +0000 (23:27 -0300)
committerHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 11 Jun 2019 07:48:14 +0000 (09:48 +0200)
commit8b4a503d659b32cae8266aeb306f7fd6717e6a53
tree4d16b79021d75c7dfe5db7fe13811e1031517a1d
parentdc3988f40fdf7a51bd5480c3383372f463e4dfa9
docs: s390: convert docs to ReST and rename to *.rst

Convert all text files with s390 documentation to ReST format.

Tried to preserve as much as possible the original document
format. Still, some of the files required some work in order
for it to be visible on both plain text and after converted
to html.

The conversion is actually:
  - add blank lines and identation in order to identify paragraphs;
  - fix tables markups;
  - add some lists markups;
  - mark literal blocks;
  - adjust title markups.

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>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
32 files changed:
Documentation/admin-guide/kernel-parameters.txt
Documentation/driver-api/s390-drivers.rst
Documentation/s390/3270.rst [new file with mode: 0644]
Documentation/s390/3270.txt [deleted file]
Documentation/s390/CommonIO [deleted file]
Documentation/s390/DASD [deleted file]
Documentation/s390/Debugging390.txt [deleted file]
Documentation/s390/cds.rst [new file with mode: 0644]
Documentation/s390/cds.txt [deleted file]
Documentation/s390/common_io.rst [new file with mode: 0644]
Documentation/s390/dasd.rst [new file with mode: 0644]
Documentation/s390/debugging390.rst [new file with mode: 0644]
Documentation/s390/driver-model.rst [new file with mode: 0644]
Documentation/s390/driver-model.txt [deleted file]
Documentation/s390/index.rst [new file with mode: 0644]
Documentation/s390/monreader.rst [new file with mode: 0644]
Documentation/s390/monreader.txt [deleted file]
Documentation/s390/qeth.rst [new file with mode: 0644]
Documentation/s390/qeth.txt [deleted file]
Documentation/s390/s390dbf.rst [new file with mode: 0644]
Documentation/s390/s390dbf.txt [deleted file]
Documentation/s390/text_files.rst [new file with mode: 0644]
Documentation/s390/vfio-ap.rst [new file with mode: 0644]
Documentation/s390/vfio-ap.txt [deleted file]
Documentation/s390/vfio-ccw.rst [new file with mode: 0644]
Documentation/s390/vfio-ccw.txt [deleted file]
Documentation/s390/zfcpdump.rst [new file with mode: 0644]
Documentation/s390/zfcpdump.txt [deleted file]
MAINTAINERS
arch/s390/Kconfig
arch/s390/include/asm/debug.h
drivers/s390/char/zcore.c