Re: [Linux-kernel-mentees] [PATCH] doc: Convert to checklist.txt to checklist.rst
From: Markus Heiser <hidden>
Date: 2020-02-27 08:55:23
Also in:
linux-kernel-mentees, lkml, rcu
From: Markus Heiser <hidden>
Date: 2020-02-27 08:55:23
Also in:
linux-kernel-mentees, lkml, rcu
Am 27.02.20 um 09:30 schrieb Amol Grover:
quoted
diff --git a/Documentation/RCU/checklist.txt b/Documentation/RCU/checklist.rst similarity index 99% rename from Documentation/RCU/checklist.txt rename to Documentation/RCU/checklist.rst index e98ff261a438..49bf7862c950 100644 --- a/Documentation/RCU/checklist.txt +++ b/Documentation/RCU/checklist.rst@@ -1,5 +1,7 @@ -Review Checklist for RCU Patches +.. checklist doc:2. The document identifier must always start with an underscore and should not contain white spaces, something like: .. _checklist_doc: should work.
Sphinx supports whitespaces in anchor names, see by example [1] [1] https://asciimoo.github.io/searx/dev/reST.html#anchors-links -- Markus --