Issue #26638: Fix links to some CLI options
Disable inappropriate links to Python interpreter options. Also make CLI
section label in timeit less ambiguous.
diff --git a/Doc/library/warnings.rst b/Doc/library/warnings.rst
index 27658d6..40a0770 100644
--- a/Doc/library/warnings.rst
+++ b/Doc/library/warnings.rst
@@ -256,7 +256,7 @@
Warnings that are only of interest to the developer are ignored by default. As
such you should make sure to test your code with typically ignored warnings
-made visible. You can do this from the command-line by passing :option:`-Wd`
+made visible. You can do this from the command-line by passing :option:`-Wd <-W>`
to the interpreter (this is shorthand for :option:`-W default`). This enables
default handling for all warnings, including those that are ignored by default.
To change what action is taken for encountered warnings you simply change what