All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 00/10] New LTP documentation
@ 2024-03-20 16:20 Andrea Cervesato
  2024-03-20 16:20 ` [LTP] [PATCH 01/10] Add the new basics documentation Andrea Cervesato
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Andrea Cervesato @ 2024-03-20 16:20 UTC (permalink / raw)
  To: ltp

The new LTP documentation is meant to use Sphinx as the main
documentation framework, with ReconStructedText as the main language.
All the conversion has been done step-by-step, each chapter at time,
updating english syntax and fixing typos. There are minor improvements,
but overall the structure is the same.

C / Networking / KVM API are not documented yet, because they will be
probably integrated in the LTP library. C API documentation is already
on going, but the others not.

For a demo, please take a look at:

https://ltp-acerv.readthedocs.io/en/latest/index.html

Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
Andrea Cervesato (10):
      Add the new basics documentation
      Add new mailing list setup documentation
      Rewrite writing tests guidelines documentation
      Refactor patch review guidelines documentation
      Refactor LTP release procedure documentation
      Refactor debugging documentation
      Refactor LTP library guidelines documentation
      Refactor build system documentation
      Refactor test case tutorial documentation
      Introduce kernel-doc API support

 .readthedocs.yml                              |   15 +
 doc_new/.gitignore                            |    1 +
 doc_new/Makefile                              |    5 +
 doc_new/_static/custom.css                    |    4 +
 doc_new/conf.py                               |   26 +
 doc_new/developers/api_c_tests.rst            |    7 +
 doc_new/developers/api_kvm_tests.rst          |    7 +
 doc_new/developers/api_network_tests.rst      |    7 +
 doc_new/developers/api_shell_tests.rst        |    4 +
 doc_new/developers/build_system.rst           |  213 +++++
 doc_new/developers/debugging.rst              |   21 +
 doc_new/developers/ltp_library.rst            |   42 +
 doc_new/developers/setup_mailinglist.rst      |   50 ++
 doc_new/developers/test_case_tutorial.rst     | 1038 +++++++++++++++++++++++++
 doc_new/developers/writing_tests.rst          |  537 +++++++++++++
 doc_new/index.rst                             |  124 +++
 doc_new/maintainers/ltp_release_procedure.rst |  173 +++++
 doc_new/maintainers/patch_review.rst          |  171 ++++
 doc_new/requirements.txt                      |    2 +
 doc_new/users/quick_start.rst                 |  126 +++
 doc_new/users/setup_tests.rst                 |  104 +++
 doc_new/users/supported_systems.rst           |  110 +++
 22 files changed, 2787 insertions(+)
---
base-commit: 6c37214b32d6632bec79f864d2435149b1768f3b
change-id: 20240314-new_website-3b7505c742e4

Best regards,
-- 
Andrea Cervesato <andrea.cervesato@suse.com>


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

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

end of thread, other threads:[~2024-03-22 10:57 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-20 16:20 [LTP] [PATCH 00/10] New LTP documentation Andrea Cervesato
2024-03-20 16:20 ` [LTP] [PATCH 01/10] Add the new basics documentation Andrea Cervesato
2024-03-20 16:20 ` [LTP] [PATCH 02/10] Add new mailing list setup documentation Andrea Cervesato
2024-03-20 16:20 ` [LTP] [PATCH 03/10] Rewrite writing tests guidelines documentation Andrea Cervesato
2024-03-20 16:20 ` [LTP] [PATCH 04/10] Refactor patch review " Andrea Cervesato
2024-03-20 16:20 ` [LTP] [PATCH 05/10] Refactor LTP release procedure documentation Andrea Cervesato
2024-03-20 16:20 ` [LTP] [PATCH 06/10] Refactor debugging documentation Andrea Cervesato
2024-03-20 16:20 ` [LTP] [PATCH 07/10] Refactor LTP library guidelines documentation Andrea Cervesato
2024-03-20 16:20 ` [LTP] [PATCH 08/10] Refactor build system documentation Andrea Cervesato
2024-03-20 16:20 ` [LTP] [PATCH 09/10] Refactor test case tutorial documentation Andrea Cervesato
2024-03-20 16:20 ` [LTP] [PATCH 10/10] Introduce kernel-doc API support Andrea Cervesato
2024-03-21  8:25 ` [LTP] [PATCH 00/10] New LTP documentation Petr Vorel
2024-03-21  8:46   ` Andrea Cervesato via ltp
2024-03-21  8:56     ` Petr Vorel
2024-03-22 10:49       ` Wojtek Porczyk
     [not found]       ` <Zf1htmFkRl8BIFOX@invisiblethingslab.com>
2024-03-22 10:56         ` Andrea Cervesato via ltp

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.