Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e5d548

Browse files
committed
Include Youtube video using raw:: html directive
1 parent 7921fec commit 5e5d548

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/writing/reading.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ one thing that Python programmers do is read code.
88
One of the secrets of becoming a great Python programmer is to read,
99
understand, and comprehend excellent code.
1010

11+
.. raw:: html
12+
13+
<iframe width="560"
14+
height="315"
15+
src="https://www.youtube.com/embed/Jc8M9-LoEuo"
16+
frameborder="0" allowfullscreen></iframe>
17+
18+
1119
Excellent code typically follows the guidelines outlined in
1220
:ref:`code_style`, and does its best to express a clear and concise
1321
intent to the reader.
@@ -45,7 +53,6 @@ reading. Each one of these projects is a paragon of Python coding.
4553
- `Tablib <https://github.com/kennethreitz/tablib>`_
4654
Tablib is a format-agnostic tabular dataset library, written in Python.
4755

48-
.. todo:: Embed and explain YouTube video showing python code reading: http://www.youtube.com/watch?v=Jc8M9-LoEuo This may require installing a Sphinx plugin. https://bitbucket.org/birkenfeld/sphinx-contrib/src/a09f29fc16970f34350ca36ac7f229e00b1b1674/youtube?at=default
4956

5057
.. todo:: Include code examples of exemplary code from each of the projects listed. Explain why it is excellent code. Use complex examples.
5158

0 commit comments

Comments
 (0)