diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-09 05:27:03 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2019-06-25 16:23:09 +0300 |
commit | 97162a1ee8a1735fc7a7159fe08de966d88354ce (patch) | |
tree | e03528416441fae4bbf10ad0c2768667481734ad /Documentation/infiniband/index.rst | |
parent | b417c0879db72f810ca81d88b719e70d20566857 (diff) | |
download | linux-97162a1ee8a1735fc7a7159fe08de966d88354ce.tar.xz |
docs: infiniband: convert docs to ReST and rename to *.rst
The InfiniBand docs are plain text with no markups. So, all we needed to
do were to add the title markups and some markup sequences in order to
properly parse tables, lists and literal blocks.
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: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'Documentation/infiniband/index.rst')
-rw-r--r-- | Documentation/infiniband/index.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Documentation/infiniband/index.rst b/Documentation/infiniband/index.rst new file mode 100644 index 000000000000..22eea64de722 --- /dev/null +++ b/Documentation/infiniband/index.rst @@ -0,0 +1,23 @@ +:orphan: + +========== +InfiniBand +========== + +.. toctree:: + :maxdepth: 1 + + core_locking + ipoib + opa_vnic + sysfs + tag_matching + user_mad + user_verbs + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex` |