Skip to content

Commit

Permalink
youtube tags to raw html
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmo Borsky committed Oct 24, 2017
1 parent e17e179 commit 4d0c207
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/source/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,23 @@ Use Cases

**Identify and Sort**

.. youtube:: http://www.youtube.com/watch?v=UMtlmfByz-M
.. raw:: html

<iframe src="https://www.youtube.com/embed/UMtlmfByz-M" style="border: 0; height: 345px; width: 560px"></iframe>


**Motion Planning**

.. youtube:: http://www.youtube.com/watch?v=NTrmUOY083Y
.. raw:: html

<iframe src="https://www.youtube.com/embed/NTrmUOY083Y" style="border: 0; height: 345px; width: 560px"></iframe>


**Pick and Place**

.. youtube:: http://www.youtube.com/watch?v=dby--vF0li8
.. raw:: html

<iframe src="https://www.youtube.com/embed/dby--vF0li8" style="border: 0; height: 345px; width: 560px"></iframe>


Product features
Expand Down

0 comments on commit 4d0c207

Please sign in to comment.