diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-12 19:52:53 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-14 22:23:35 +0200 |
commit | 3bdab16c55f57a24245c97d707241dd9b48d1a91 (patch) | |
tree | cca861d5430a6c3092bc1a2f1869d9ed13e454e7 /Documentation/pcmcia/index.rst | |
parent | docs: netlabel: convert docs to ReST and rename to *.rst (diff) | |
download | linux-3bdab16c55f57a24245c97d707241dd9b48d1a91.tar.xz linux-3bdab16c55f57a24245c97d707241dd9b48d1a91.zip |
docs: pcmcia: convert docs to ReST and rename to *.rst
Convert the pcmcia docs to ReST format. Most of the changes here
are trivial.
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: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/pcmcia/index.rst')
-rw-r--r-- | Documentation/pcmcia/index.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/pcmcia/index.rst b/Documentation/pcmcia/index.rst new file mode 100644 index 000000000000..779c8527109e --- /dev/null +++ b/Documentation/pcmcia/index.rst @@ -0,0 +1,20 @@ +:orphan: + +====== +pcmcia +====== + +.. toctree:: + :maxdepth: 1 + + driver + devicetable + locking + driver-changes + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex` |