diff options
author | Mauro Carvalho Chehab | 2019-06-12 19:52:47 +0200 |
---|---|---|
committer | Jonathan Corbet | 2019-06-14 22:21:18 +0200 |
commit | d7b461c5e82fc5f5e4261f3b0228ecda58eb9f1a (patch) | |
tree | ed0279bbecdc0cc31652ea25d8e6d403a6a73880 /Documentation/ide/index.rst | |
parent | docs: fpga: convert docs to ReST and rename to *.rst (diff) | |
download | kernel-qcow2-linux-d7b461c5e82fc5f5e4261f3b0228ecda58eb9f1a.tar.gz kernel-qcow2-linux-d7b461c5e82fc5f5e4261f3b0228ecda58eb9f1a.tar.xz kernel-qcow2-linux-d7b461c5e82fc5f5e4261f3b0228ecda58eb9f1a.zip |
docs: ide: convert docs to ReST and rename to *.rst
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>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/ide/index.rst')
-rw-r--r-- | Documentation/ide/index.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/ide/index.rst b/Documentation/ide/index.rst new file mode 100644 index 000000000000..45bc12d3957f --- /dev/null +++ b/Documentation/ide/index.rst @@ -0,0 +1,21 @@ +:orphan: + +================================== +Integrated Drive Electronics (IDE) +================================== + +.. toctree:: + :maxdepth: 1 + + ide + ide-tape + warm-plug-howto + + changelogs + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex` |