diff --git a/docs/source/_static/logo_dark.png b/docs/source/_static/logo_dark.png new file mode 100644 index 0000000..324b1bc Binary files /dev/null and b/docs/source/_static/logo_dark.png differ diff --git a/docs/source/_static/logo_light.png b/docs/source/_static/logo_light.png new file mode 100644 index 0000000..efba940 Binary files /dev/null and b/docs/source/_static/logo_light.png differ diff --git a/docs/source/conf.py b/docs/source/conf.py index 630ba2b..9c2b585 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -107,7 +107,6 @@ 'css/custom.css', ] -## Cutomize the theme html_theme_options = { "icon_links": [ { @@ -119,13 +118,18 @@ "icon": "fa-brands fa-github", # The type of image to be used (see below for details) "type": "fontawesome", - }, - - ], + } + ], + "logo": { + "text": "Software skills", + "image_light": "logo_light.png", + "image_dark": "logo_dark.png", + }, "footer_start": ["footer_start"], - "footer_end": ["footer_end"] + "footer_end": ["footer_end"], } + linkcheck_ignore = [ "https://keras.io/", "https://wiki.ucl.ac.uk", diff --git a/docs/source/index.md b/docs/source/index.md index 72fafbd..e767f53 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -1,7 +1,9 @@ # SWC/GCNU Software Skills + Computational skills training at the [UCL](https://www.ucl.ac.uk/) -[Sainsbury Wellcome Centre](https://www.sainsburywellcome.org/web/) and [Gatsby Computational Neuroscience Unit](https://www.ucl.ac.uk/gatsby/gatsby-computational-neuroscience-unit). +[Sainsbury Wellcome Centre](https://www.sainsburywellcome.org/web/) and [Gatsby Computational Neuroscience Unit](https://www.ucl.ac.uk/gatsby/gatsby-computational-neuroscience-unit), delivered by members of +the [Neuroinformatics Unit](https://neuroinformatics.dev). ## Upcoming Courses