diff options
author | Changbin Du <changbin.du@gmail.com> | 2019-05-14 22:47:23 +0800 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-05-30 07:41:06 -0500 |
commit | c42eaffa16568a538f12dfebd99624659992913a (patch) | |
tree | d2a597433a3ec68f442de6db110e748844acffd7 /Documentation | |
parent | a188339ca5a396acc588e5851ed7e19f66b0ebd9 (diff) | |
download | linux-c42eaffa16568a538f12dfebd99624659992913a.tar.bz2 |
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 <changbin.du@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/PCI/index.rst | 9 | ||||
-rw-r--r-- | Documentation/index.rst | 1 |
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 |