diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-12 14:52:58 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-14 14:31:32 -0600 |
commit | bdf3a950fb46600a2c34e5f3d9810c274e59a031 (patch) | |
tree | a2aa74c63c373a9f751e5e218b8a4f106a20829e /Documentation/riscv/index.rst | |
parent | 329f00415a424063c23f75ff77f7d9c67916324d (diff) |
docs: riscv: convert docs to ReST and rename to *.rst
The conversion here is trivial:
- Adjust the document title's markup
- Do some whitespace alignment;
- mark literal blocks;
- Use ReST way to markup indented lists.
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: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/riscv/index.rst')
-rw-r--r-- | Documentation/riscv/index.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/riscv/index.rst b/Documentation/riscv/index.rst new file mode 100644 index 000000000000..c4b906d9b5a7 --- /dev/null +++ b/Documentation/riscv/index.rst @@ -0,0 +1,17 @@ +:orphan: + +=================== +RISC-V architecture +=================== + +.. toctree:: + :maxdepth: 1 + + pmu + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex` |