File: replace-embedded-youtube-videos-with-links

package info (click to toggle)
mu-editor 1.2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,492 kB
  • sloc: python: 33,326; makefile: 154; xml: 32; sh: 7
file content (48 lines) | stat: -rw-r--r-- 2,209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Description: Remove embedded Youtube videos and replace with links
Author: Nick Morrott <knowledgejunkie@gmail.com>
Forwarded: not-needed
Last-Update: 2018-12-21
---
Index: mu-editor/docs/index.rst
===================================================================
--- mu-editor.orig/docs/index.rst
+++ mu-editor/docs/index.rst
@@ -105,14 +105,8 @@ Mu could be turned into a generic beginn
 wonderful support of the `Raspberry Pi Foundation <http://raspberrypi.org/>`_
 the work needed to make such changes was done over the summer of 2017.
 
-The following video of a talk given at `PyCon 2018 <https://us.pycon.org/2018/>`_
-outlines the story of Mu:
-
-.. raw:: html
-
-    <div style="position: relative; height: 0; overflow: hidden; max-width: 100%; height: auto;">
-        <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/T5IAf5vGGSk?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
-    </div>
+`This video <https://www.youtube.com/watch?v=T5IAf5vGGSk>`` of a talk given
+at `PyCon 2018 <https://us.pycon.org/2018/>` outlines the story of Mu.
 
 How?
 ----
Index: mu-editor/docs/user-experience.rst
===================================================================
--- mu-editor.orig/docs/user-experience.rst
+++ mu-editor/docs/user-experience.rst
@@ -171,15 +171,8 @@ MicroPython's REPL. I wondered "how hard
 editor based on Carrie Anne's comments about the needs of teachers and learners
 when it came to code editing.
 
-Halfway into the keynote Carrie Anne talks about a development
-environments for beginner programmers in Python:
-
-.. raw:: html
-
-    <div style="position: relative; height: 0; overflow: hidden; max-width: 100%; height: auto;">
-        <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/_gU7sfTrz4c?rel=0&amp;start=2002" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
-    </div>
-
+Halfway into the keynote Carrie Anne talks about a development environment for
+beginner programmers in Python.
 
 She starts by explaining the problems with online editors. Often they require
 users to sign up, thus excluding a large number of children who, for legal