diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-12 14:14:02 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 13:44:13 +0200 |
commit | 05e0f3b9966c4d6ee8e051607e2ede17b06218c4 (patch) | |
tree | dbf5e69b839c08c45b6de82e082030e4808023a6 /Documentation/networking/index.rst | |
parent | docs-rst: convert s390-drivers DocBook to ReST (diff) | |
download | linux-05e0f3b9966c4d6ee8e051607e2ede17b06218c4.tar.xz linux-05e0f3b9966c4d6ee8e051607e2ede17b06218c4.zip |
docs-rst: convert networking book to ReST
Use pandoc to convert documentation to ReST by calling
Documentation/sphinx/tmplcvt script.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/networking/index.rst')
-rw-r--r-- | Documentation/networking/index.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst new file mode 100644 index 000000000000..ff652ff279e8 --- /dev/null +++ b/Documentation/networking/index.rst @@ -0,0 +1,17 @@ +Linux Networking Documentation +============================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + kapi + +.. only:: subproject + + Indices + ======= + + * :ref:`genindex` + |