Re: [PATCH 07/12] docs: accounting: update delay-accounting.rst reference
From: Peter Zijlstra <peterz@infradead.org>
Date: 2021-06-02 18:29:45
Also in:
lkml
From: Peter Zijlstra <peterz@infradead.org>
Date: 2021-06-02 18:29:45
Also in:
lkml
On Wed, Jun 02, 2021 at 08:01:21PM +0200, Mauro Carvalho Chehab wrote:
Em Wed, 2 Jun 2021 18:38:29 +0200 Peter Zijlstra [off-list ref] escreveu:quoted
On Wed, Jun 02, 2021 at 05:43:13PM +0200, Mauro Carvalho Chehab wrote:
quoted
quoted
Enables/disables task delay accounting (see -:doc:`accounting/delay-accounting.rst`). Enabling this feature incurs +:doc:`/accounting/delay-accounting`). Enabling this feature incursThis breaks any chance of using 'goto file' like features in text editors :/This is a feature of your favorite text editor. Not all have it.
Afaict both vim (gf) and emacs (M-x ffap) can do this. That covers about 99% of all sane editors no? :-)
That's said, automarkup.py has a rule to convert Documentation/<foo>.rst into :doc:`<foo>`. So, an alternative approach would be to convert treewide all :doc:`<foo>` into Documentation/<foo>.rst and add something at checkpatch.pl to recommend to avoid :doc: notation.
That sounds good, thanks!