From 52eab416d1ac43067bfbd903be5c0ab3fc61c4b4 Mon Sep 17 00:00:00 2001 From: Jiwoo Lee Date: Sun, 10 Nov 2024 13:47:40 -0800 Subject: [PATCH] in progress --- ESMBenchmarkViz/taylor_diagram/__init__.py | 0 docs/conf.py | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 ESMBenchmarkViz/taylor_diagram/__init__.py diff --git a/ESMBenchmarkViz/taylor_diagram/__init__.py b/ESMBenchmarkViz/taylor_diagram/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/docs/conf.py b/docs/conf.py index 854afac..6f0d6fe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -170,3 +170,7 @@ # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] + +nbsphinx_thumbnails = { + "examples/example_taylor_diagram": "_static/interactive_taylor_diagram_screen_capture.gif" +} \ No newline at end of file