aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/target/index.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-12 14:52:59 -0300
committerJonathan Corbet <corbet@lwn.net>2019-06-14 14:31:36 -0600
commit4ca9bc225e46eb7bc040dd948be7cb68975d80d3 (patch)
tree9da0a501a84850b63ff00a4c5ba5a578a1b17fd5 /Documentation/target/index.rst
parentdocs: riscv: convert docs to ReST and rename to *.rst (diff)
downloadwireguard-linux-4ca9bc225e46eb7bc040dd948be7cb68975d80d3.tar.xz
wireguard-linux-4ca9bc225e46eb7bc040dd948be7cb68975d80d3.zip
docs: target: convert docs to ReST and rename to *.rst
Convert the TCM docs to ReST format and add them to the bookset. This has a mix of userspace-faced and Kernelspace faced docs. Still, it sounds a better candidate to be added at the kernel API set of docs. 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> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/target/index.rst')
-rw-r--r--Documentation/target/index.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/target/index.rst b/Documentation/target/index.rst
new file mode 100644
index 000000000000..b68f48982392
--- /dev/null
+++ b/Documentation/target/index.rst
@@ -0,0 +1,19 @@
+:orphan:
+
+==================
+TCM Virtual Device
+==================
+
+.. toctree::
+ :maxdepth: 1
+
+ tcmu-design
+ tcm_mod_builder
+ scripts
+
+.. only:: subproject and html
+
+ Indices
+ =======
+
+ * :ref:`genindex`