aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangbin Du <[email protected]>2019-05-14 22:47:23 +0800
committerBjorn Helgaas <[email protected]>2019-05-30 07:41:06 -0500
commitc42eaffa16568a538f12dfebd99624659992913a (patch)
treed2a597433a3ec68f442de6db110e748844acffd7
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9 (diff)
Documentation: add Linux PCI to Sphinx TOC tree
Add index.rst for PCI subsystem. More docs will be added later. Signed-off-by: Changbin Du <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]>
-rw-r--r--Documentation/PCI/index.rst9
-rw-r--r--Documentation/index.rst1
2 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/PCI/index.rst b/Documentation/PCI/index.rst
new file mode 100644
index 000000000000..c2f8728d11cf
--- /dev/null
+++ b/Documentation/PCI/index.rst
@@ -0,0 +1,9 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+=======================
+Linux PCI Bus Subsystem
+=======================
+
+.. toctree::
+ :maxdepth: 2
+ :numbered:
diff --git a/Documentation/index.rst b/Documentation/index.rst
index a7566ef62411..4afa431d9b1f 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -101,6 +101,7 @@ needed).
filesystems/index
vm/index
bpf/index
+ PCI/index
misc-devices/index
Architecture-specific documentation