Skip to content

Commit

Permalink
embed video
Browse files Browse the repository at this point in the history
  • Loading branch information
fiona-naughton committed Oct 23, 2024
1 parent b4b782c commit 6230777
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:

- sphinx
- mdanalysis-sphinx-theme
- sphinxcontrib-youtube

- pyyaml
- pydantic
Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
'sphinx.ext.napoleon',
'sphinx.ext.intersphinx',
'sphinx.ext.extlinks',
'sphinxcontrib.youtube',
]

autosummary_generate = True
Expand Down
6 changes: 5 additions & 1 deletion docs/source/making-a-kit/from-cookiecutter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ Guided Example: Building an RMSF analysis Kit
In this section, we provide a guided example for creating an MDAKit
using the `MDAKit cookiecutter <https://cookiecutter-mdakit.readthedocs.io>`_.
A `video walk-through <https://www.youtube.com/watch?v=viCPUHkgSxg>`_
of this tutorial is available on YouTube.
of this tutorial is available on YouTube:

.. youtube:: viCPUHkgSxg
:align: center


We will create a kit for RMSF analysis, replicating the functionality
of the `RMSF analysis class <https://docs.mdanalysis.org/stable/documentation_pages/analysis/rms.html#MDAnalysis.analysis.rms.RMSF>`_
Expand Down

0 comments on commit 6230777

Please sign in to comment.