diff --git a/README.md b/README.md index c4ed222..83fd076 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # NWB Benchmarks Benchmark suite for NWB performances using a customization of [airspeed velocity](https://asv.readthedocs.io/en/stable/). diff --git a/docs/assets/logo_nwb_benchmarks.png b/docs/assets/logo_nwb_benchmarks.png new file mode 100644 index 0000000..cb44e4e Binary files /dev/null and b/docs/assets/logo_nwb_benchmarks.png differ diff --git a/docs/assets/logo_nwb_benchmarks.pptx b/docs/assets/logo_nwb_benchmarks.pptx new file mode 100644 index 0000000..cb6a573 Binary files /dev/null and b/docs/assets/logo_nwb_benchmarks.pptx differ diff --git a/docs/conf.py b/docs/conf.py index f101f62..1904fe4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,6 +20,7 @@ master_doc = "index" exclude_patterns = ["build", "_build", "Thumbs.db", ".DS_Store"] html_theme = "pydata_sphinx_theme" +html_logo = "assets/logo_nwb_benchmarks.png" # html_static_path = ["_static"] # The name of an image file (within the static path) to use as favicon of the