From: Petr Vorel <pvorel@suse.cz>
To: Andrea Cervesato <andrea.cervesato@suse.de>
Cc: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH v1] doc: introduce sphinx extlinks
Date: Fri, 19 Apr 2024 20:47:24 +0200 [thread overview]
Message-ID: <20240419184724.GA38106@pevik> (raw)
In-Reply-To: <20240419140752.18003-1-andrea.cervesato@suse.de>
Hi Andrea,
Thanks a lot, merged!
I'm a bit disappointed that such simple thing as code formatting part of the
link (or whole link) is not possible, but it's a detail. Having links on single
place is an improvement.
NOTE: I still need to trigger doc build manually.
...
> +++ b/doc/developers/test_case_tutorial.rst
> @@ -627,9 +627,8 @@ again on the hard-link, then ``stat`` the file".
> Because we are now opening a file, we need a ``cleanup`` function to close the
> file descriptors. We have to manually close the files to ensure the temporary
> -directory is deleted by the test harness (see the
> -https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines[test
> -writing guidelines] for details).
> +directory is deleted by the test harness (see the test writing guidelines for
> +details).
I dared to fix this as a link (in a separate commit):
directory is deleted by the test harness (see :doc:`writing_tests` for details).
Kind regards,
Petr
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2024-04-19 18:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-19 14:07 [LTP] [PATCH v1] doc: introduce sphinx extlinks Andrea Cervesato
2024-04-19 18:47 ` Petr Vorel [this message]
2024-04-19 18:52 ` Petr Vorel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240419184724.GA38106@pevik \
--to=pvorel@suse.cz \
--cc=andrea.cervesato@suse.de \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.