This changes from plain text to reStructuredText as suggestion
in doc-guide [1]
[1] https://www.kernel.org/doc/html/latest/doc-guide/sphinx.html
Some adaptations such as: literal block, ``inline literal`` and
alignment text,...
Signed-off-by: Phong Tran
Reviewed-by: Mauro Carvalho Chehab
as doc-guide of kernel documentation, use Sphinx tool to
generate the html/pdf... files.
This changes the plan text txt to rst format.
Signed-off-by: Phong Tran
---
ChangeLog:
V2: review points from Mathieu, Jonathan
* Add coresight-cpu-debug
* Update MAINTAINERS file
* Avoid use markup
as doc-guide of kernel documentation, use Sphinx tool to
generate the html/pdf... files.
This changes the plan text txt to rst format.
Signed-off-by: Phong Tran
---
ChangeLog:
V2: review points from Mathieu, Jonathan
* Add coresight-cpu-debug
* Update MAINTAINERS file
* Avoid use markup
as doc-guide of kernel documentation, use Sphinx tool to
generate the html/pdf... files.
This changes the plan text txt to rst format.
Signed-off-by: Phong Tran
---
ChangeLog:
V2:
* Add coresight-cpu-debug
* Update MAINTAINERS file
* Avoid use markup as much as posible
---
...sight-cpu
On Mon, Jul 8, 2019 at 8:52 PM Jonathan Corbet wrote:
>
> On Sat, 6 Jul 2019 01:55:19 +0700
> Phong Tran wrote:
>
> > Add new index.rst and change usb-help.txt format
> > to rst.
> >
> > Signed-off-by: Phong Tran
>
> Thank you for working to make the k
change the format file and adpate the text style
Signed-off-by: Phong Tran
---
.../trace/{coresight.txt => coresight.rst} | 296 -
Documentation/trace/index.rst | 1 +
2 files changed, 167 insertions(+), 130 deletions(-)
rename Documentat
Add new index.rst and change usb-help.txt format
to rst.
Signed-off-by: Phong Tran
---
Documentation/index.rst | 1 +
Documentation/usb/index.rst | 22 ++
Documentation/usb/{usb-help.txt => usb-help.rst} | 1 -
3 files chan
On Wed, Jun 26, 2019 at 4:37 AM Jonathan Corbet wrote:
>
> On Sat, 22 Jun 2019 22:19:47 +0700
> Phong Tran wrote:
>
> > - Update to the link in documenation
> > - Remove trailing white space
> > - Adaptation the sphinx doc syntax
> >
> > Signed-off