All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [RFC] Convert test catalog (docparse) from asciidoc to readthedocs.io (sphinx)
@ 2024-12-27  7:39 Petr Vorel
  2024-12-27  8:05 ` Petr Vorel
  2024-12-30  8:55 ` Li Wang
  0 siblings, 2 replies; 3+ messages in thread
From: Petr Vorel @ 2024-12-27  7:39 UTC (permalink / raw)
  To: Cyril Hrubis, Andrea Cervesato, Li Wang; +Cc: ltp

Hi

I suggest to convert test catalog ("docparse") generated by docparse/testinfo.pl
and asciidoc/asciidoctor to sphinx generator (readthedocs.io).
asciidoc/asciidoctor was a good choice at the time, but now it looks to me
better to use sphinx for everything.

I volunteer to do the work, but I would like to have a general agreement before
I do it.

Pros:

* We already have attempt to show tested syscalls [1]. Printing test catalog would
have more info.
* No need to install dependencies.
* Automatic. If we add also doc for stable releases, it would replace the need
to install dependencies and upload file to LTP release on GitHub [2]. Then only
link to page to test coverage on linux-test-project.readthedocs.io of particular
release (or link to whole doc on particular release) would be added in release
mail announcement (or we might keep adding generated pdf/epub/zipped html also
to LTP releases [2]).
* Unified look and feel.

Work needed:

* Convert docparse/testinfo.pl to doc/conf.py, obviously change from asciidoc
to spinx.
* Adding stable releases (not sure if it can be created automatically for all
tags).
* Adding offline formats [3] so that users can download the docs (that would be
useful anyway).

Kind regards,
Petr

[1] https://linux-test-project.readthedocs.io/en/latest/users/stats.html
[2] https://github.com/linux-test-project/ltp/releases
[3] https://docs.readthedocs.io/en/stable/downloadable-documentation.html

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [LTP] [RFC] Convert test catalog (docparse) from asciidoc to readthedocs.io (sphinx)
  2024-12-27  7:39 [LTP] [RFC] Convert test catalog (docparse) from asciidoc to readthedocs.io (sphinx) Petr Vorel
@ 2024-12-27  8:05 ` Petr Vorel
  2024-12-30  8:55 ` Li Wang
  1 sibling, 0 replies; 3+ messages in thread
From: Petr Vorel @ 2024-12-27  8:05 UTC (permalink / raw)
  To: Cyril Hrubis, Andrea Cervesato, Li Wang, ltp

> Hi

> I suggest to convert test catalog ("docparse") generated by docparse/testinfo.pl
> and asciidoc/asciidoctor to sphinx generator (readthedocs.io).
> asciidoc/asciidoctor was a good choice at the time, but now it looks to me
> better to use sphinx for everything.

> I volunteer to do the work, but I would like to have a general agreement before
> I do it.

> Pros:

> * We already have attempt to show tested syscalls [1]. Printing test catalog would
> have more info.
> * No need to install dependencies.
> * Automatic. If we add also doc for stable releases, it would replace the need

NOTE: stable release doc was already active. One can switch via floating box on
bottom right.

Kind regards,
Petr

> to install dependencies and upload file to LTP release on GitHub [2]. Then only
> link to page to test coverage on linux-test-project.readthedocs.io of particular
> release (or link to whole doc on particular release) would be added in release
> mail announcement (or we might keep adding generated pdf/epub/zipped html also
> to LTP releases [2]).
> * Unified look and feel.

> Work needed:

> * Convert docparse/testinfo.pl to doc/conf.py, obviously change from asciidoc
> to spinx.
> * Adding stable releases (not sure if it can be created automatically for all
> tags).
> * Adding offline formats [3] so that users can download the docs (that would be
> useful anyway).

> Kind regards,
> Petr

> [1] https://linux-test-project.readthedocs.io/en/latest/users/stats.html
> [2] https://github.com/linux-test-project/ltp/releases
> [3] https://docs.readthedocs.io/en/stable/downloadable-documentation.html

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [LTP] [RFC] Convert test catalog (docparse) from asciidoc to readthedocs.io (sphinx)
  2024-12-27  7:39 [LTP] [RFC] Convert test catalog (docparse) from asciidoc to readthedocs.io (sphinx) Petr Vorel
  2024-12-27  8:05 ` Petr Vorel
@ 2024-12-30  8:55 ` Li Wang
  1 sibling, 0 replies; 3+ messages in thread
From: Li Wang @ 2024-12-30  8:55 UTC (permalink / raw)
  To: Petr Vorel; +Cc: ltp

On Fri, Dec 27, 2024 at 3:39 PM Petr Vorel <pvorel@suse.cz> wrote:

> Hi
>
> I suggest to convert test catalog ("docparse") generated by docparse/
> testinfo.pl
> and asciidoc/asciidoctor to sphinx generator (readthedocs.io).
> asciidoc/asciidoctor was a good choice at the time, but now it looks to me
> better to use sphinx for everything.
>

Agree.


> I volunteer to do the work, but I would like to have a general agreement
> before
> I do it.
>

Thanks, the Linux Kernel has shifted from AsciiDoc to reStructuredText
as part of its Documentation overhaul. So It is reasonable for LTP to do
this as well.



>
> Pros:
>
> * We already have attempt to show tested syscalls [1]. Printing test
> catalog would
> have more info.
> * No need to install dependencies.
> * Automatic. If we add also doc for stable releases, it would replace the
> need
> to install dependencies and upload file to LTP release on GitHub [2]. Then
> only
> link to page to test coverage on linux-test-project.readthedocs.io of
> particular
> release (or link to whole doc on particular release) would be added in
> release
> mail announcement (or we might keep adding generated pdf/epub/zipped html
> also
> to LTP releases [2]).
> * Unified look and feel.
>
> Work needed:
>
> * Convert docparse/testinfo.pl to doc/conf.py, obviously change from
> asciidoc
> to spinx.
> * Adding stable releases (not sure if it can be created automatically for
> all
> tags).
> * Adding offline formats [3] so that users can download the docs (that
> would be
> useful anyway).
>
> Kind regards,
> Petr
>
> [1] https://linux-test-project.readthedocs.io/en/latest/users/stats.html
> [2] https://github.com/linux-test-project/ltp/releases
> [3] https://docs.readthedocs.io/en/stable/downloadable-documentation.html
>
>

-- 
Regards,
Li Wang

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-12-30  8:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-27  7:39 [LTP] [RFC] Convert test catalog (docparse) from asciidoc to readthedocs.io (sphinx) Petr Vorel
2024-12-27  8:05 ` Petr Vorel
2024-12-30  8:55 ` Li Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.