diff --git a/source/conf.py b/source/conf.py index 0ed3acc..e03cb71 100644 --- a/source/conf.py +++ b/source/conf.py @@ -25,4 +25,4 @@ exclude_patterns = [] # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = 'sphinx_rtd_theme' -html_static_path = ['_static','statistics/_static'] +html_static_path = ['_static'] diff --git a/source/statistics/_static/videos/bayes_theorem.mp4 b/source/statistics/_static/videos/bayes_theorem.mp4 deleted file mode 100644 index 2e8f1ff..0000000 Binary files a/source/statistics/_static/videos/bayes_theorem.mp4 and /dev/null differ diff --git a/source/statistics/bayes_theorem.rst b/source/statistics/bayes_theorem.rst index cd02942..f770de3 100644 --- a/source/statistics/bayes_theorem.rst +++ b/source/statistics/bayes_theorem.rst @@ -3,12 +3,10 @@ Bayes' Theorem This page is inpired from `MathIsFun `__. -Video from 3Blue1Brown +Theorem ========= -.. raw:: html - - -

+ +See the `3Blue1Brown video `__ for a better understanding. Example =========