diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-04-14 08:27:15 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 09:20:23 -0300 |
commit | 23e02422877b7fac868d8610a4265003da4ac0f4 (patch) | |
tree | c1c82043f68c88df984da12956889980fc6af4a7 /Documentation/m68k/index.rst | |
parent | 6f2846cc2ebae4a8c875389e3aedb0cda3c4f462 (diff) | |
download | lwn-23e02422877b7fac868d8610a4265003da4ac0f4.tar.gz lwn-23e02422877b7fac868d8610a4265003da4ac0f4.zip |
docs: m68k: convert docs to ReST and rename to *.rst
Convert the m68k kernel-options.txt file to ReST.
The conversion is trivial, as the document is already on a format
close enough to ReST. Just some small adjustments were needed in
order to make it both good for being parsed while keeping it on
a good txt shape.
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>
Diffstat (limited to 'Documentation/m68k/index.rst')
-rw-r--r-- | Documentation/m68k/index.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/m68k/index.rst b/Documentation/m68k/index.rst new file mode 100644 index 000000000000..f3273ec075c3 --- /dev/null +++ b/Documentation/m68k/index.rst @@ -0,0 +1,17 @@ +:orphan: + +================= +m68k Architecture +================= + +.. toctree:: + :maxdepth: 2 + + kernel-options + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex` |