Re: [PATCH v2 01/24] Documentation: add Linux ACPI to Sphinx TOC tree

From: Changbin Du
Date: Sun Mar 31 2019 - 01:13:35 EST


On Sat, Mar 30, 2019 at 10:51:50AM +0100, Rafael J. Wysocki wrote:
> On Fri, Mar 29, 2019 at 1:12 AM Changbin Du <changbin.du@xxxxxxxxx> wrote:
> >
> > Add a index.rst for trace subsystem. More docs will be added later.
> >
> > Signed-off-by: Changbin Du <changbin.du@xxxxxxxxx>
> > ---
> > Documentation/acpi/index.rst | 8 ++++++++
> > Documentation/index.rst | 1 +
> > 2 files changed, 9 insertions(+)
> > create mode 100644 Documentation/acpi/index.rst
> >
> > diff --git a/Documentation/acpi/index.rst b/Documentation/acpi/index.rst
> > new file mode 100644
> > index 000000000000..7241ceb1673c
> > --- /dev/null
> > +++ b/Documentation/acpi/index.rst
> > @@ -0,0 +1,8 @@
> > +.. SPDX-License-Identifier: GPL-2.0
> > +
> > +=======================================================
> > +Linux ACPI (Advanced Configuration and Power Interface)
>
> "Linux ACPI Support", please.
>
sure.

> > +=======================================================
> > +
> > +.. toctree::
> > + :maxdepth: 2
> > diff --git a/Documentation/index.rst b/Documentation/index.rst
> > index 80a421cb935e..e3aa28275894 100644
> > --- a/Documentation/index.rst
> > +++ b/Documentation/index.rst
> > @@ -90,6 +90,7 @@ needed).
> > filesystems/index
> > vm/index
> > bpf/index
> > + acpi/index
> > misc-devices/index
> >
> > Architecture-specific documentation
> > --
> > 2.20.1
> >

--
Cheers,
Changbin Du