From bf05604636541a05ef5a94cafc76c3640874c3b4 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Wed, 21 Dec 2022 10:48:25 -0500 Subject: use markdown backticks --- ...perlinks-to-python-docs--eduardo-ochs--main.vtt | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to '2022/captions/emacsconf-2022-python--short-hyperlinks-to-python-docs--eduardo-ochs--main.vtt') diff --git a/2022/captions/emacsconf-2022-python--short-hyperlinks-to-python-docs--eduardo-ochs--main.vtt b/2022/captions/emacsconf-2022-python--short-hyperlinks-to-python-docs--eduardo-ochs--main.vtt index 2cf2c038..21f8c560 100644 --- a/2022/captions/emacsconf-2022-python--short-hyperlinks-to-python-docs--eduardo-ochs--main.vtt +++ b/2022/captions/emacsconf-2022-python--short-hyperlinks-to-python-docs--eduardo-ochs--main.vtt @@ -144,16 +144,16 @@ note that these links look quite similar. There's one difference here, that is 00:02:17.000 --> 00:02:20.000 -this `r' that is prepended to the name +this `r` that is prepended to the name 00:02:20.000 --> 00:02:23.000 -of the function... the `r' means +of the function... the `r` means 00:02:23.000 --> 00:02:26.000 "open the RST"... 00:02:26.000 --> 00:02:30.000 -and if I use the suffix `w' it means +and if I use the suffix `w` it means 00:02:30.000 --> 00:02:32.000 use the documentation on the web instead @@ -417,10 +417,10 @@ certain way of shortening URLs like this one. If I type 00:07:11.000 --> 00:07:12.000 -`M-x pdk' the message is this one. +`M-x pdk` the message is this one. 00:07:12.000 --> 00:07:17.000 -`pdk' is a mnemonic for +`pdk` is a mnemonic for 00:07:17.000 --> 00:07:20.000 "Python doc kill", and this @@ -429,7 +429,7 @@ shortening URLs like this one. If I type "kill" means "copy to the kill ring" 00:07:23.000 --> 00:07:27.000 -so if I type `M-x pdk' here it +so if I type `M-x pdk` here it 00:07:27.000 --> 00:07:31.000 considers that this thing is a link @@ -549,7 +549,7 @@ a certain chunk of code and then executing this chunk of code... and if we 00:09:28.000 --> 00:09:31.000 -add a certain prefix here... `find-' and we +add a certain prefix here... `find-` and we 00:09:31.000 --> 00:09:35.000 execute this we can... instead of executing @@ -558,13 +558,13 @@ execute this we can... instead of executing that chunk of code we can see what is 00:09:37.000 --> 00:09:39.000 -that chunk of code. In the case of `code-c-d' +that chunk of code. In the case of `code-c-d` 00:09:39.000 --> 00:09:43.000 it is this. It is a `setq`, several 00:09:43.000 --> 00:09:47.000 -`defun's, and some comments here, with +`defun`s, and some comments here, with 00:09:47.000 --> 00:09:49.000 links to the documentation. @@ -582,13 +582,13 @@ the function in the python family... and we can run this to understand what 00:09:59.000 --> 00:10:03.000 -this `code-rstdoc' does. +this `code-rstdoc` does. 00:10:03.000 --> 00:10:05.000 It creates this temporary buffer here... 00:10:05.000 --> 00:10:09.000 -with lots of `defun's, a `code-c-d' here, +with lots of `defun`s, a `code-c-d` here, 00:10:09.000 --> 00:10:10.000 and lots of comments here... and the @@ -765,7 +765,7 @@ If we just want to modify a current definition we can run something like 00:12:42.000 --> 00:12:44.000 -this - note that the family `:py' +this - note that the family `:py` 00:12:44.000 --> 00:12:47.000 already exists, and instead of using -- cgit v1.2.3