From mboxrd@z Thu Jan 1 00:00:00 1970 From: Changbin Du Subject: Re: [PATCH v2 01/24] Documentation: add Linux ACPI to Sphinx TOC tree Date: Sun, 31 Mar 2019 05:13:00 +0000 Message-ID: <20190331051258.7f4una2eh7eeyctb@mail.google.com> References: <20190329001135.15847-1-changbin.du@gmail.com> <20190329001135.15847-2-changbin.du@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: "Rafael J. Wysocki" Cc: Changbin Du , Jonathan Corbet , "Rafael J. Wysocki" , Len Brown , ACPI Devel Maling List , Linux Kernel Mailing List , "open list:DOCUMENTATION" List-Id: linux-acpi@vger.kernel.org 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 wrote: > > > > Add a index.rst for trace subsystem. More docs will be added later. > > > > Signed-off-by: Changbin Du > > --- > > 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