Re: [PATCH 01/27] Documentation: add Linux x86 docs to Sphinx TOC tree

From: Changbin Du
Date: Fri Apr 26 2019 - 22:44:09 EST


On Fri, Apr 26, 2019 at 06:16:40PM +0200, Borislav Petkov wrote:
> On Fri, Apr 26, 2019 at 11:31:24PM +0800, Changbin Du wrote:
> > Add a index.rst for x86 support. More docs will be added later.
> >
> > Signed-off-by: Changbin Du <changbin.du@xxxxxxxxx>
> > Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx>
> > ---
> > Documentation/index.rst | 1 +
> > Documentation/x86/index.rst | 9 +++++++++
> > 2 files changed, 10 insertions(+)
> > create mode 100644 Documentation/x86/index.rst
> >
> > diff --git a/Documentation/index.rst b/Documentation/index.rst
> > index 80a421cb935e..d65dd4934a1a 100644
> > --- a/Documentation/index.rst
> > +++ b/Documentation/index.rst
> > @@ -101,6 +101,7 @@ implementation.
> > .. toctree::
> > :maxdepth: 2
> >
> > + x86/index
> > sh/index
> >
> > Filesystem Documentation
> > diff --git a/Documentation/x86/index.rst b/Documentation/x86/index.rst
> > new file mode 100644
> > index 000000000000..7612d3142b2a
> > --- /dev/null
> > +++ b/Documentation/x86/index.rst
> > @@ -0,0 +1,9 @@
> > +.. SPDX-License-Identifier: GPL-2.0
> > +
> > +=================
> > +Linux x86 Support
>
> x86-specific Documentation
>
sure.

> --
> Regards/Gruss,
> Boris.
>
> Good mailing practices for 400: avoid top-posting and trim the reply.

--
Cheers,
Changbin Du