From 4b7a2f92557a8bdfc402a7eef8bfa1b5e13a5857 Mon Sep 17 00:00:00 2001 From: Megan Sosey Date: Tue, 16 Apr 2024 10:43:20 -0400 Subject: [PATCH] update static file locations and names for clarity --- _config.yml | 2 +- logo.png => _static/jupyter_book_logo.png | Bin stsci_footer.png => _static/stsci_footer.png | Bin stsci_header.png => _static/stsci_header.png | Bin stsci_logo2.png => _static/stsci_logo2.png | Bin intro.md | 3 --- 6 files changed, 1 insertion(+), 4 deletions(-) rename logo.png => _static/jupyter_book_logo.png (100%) rename stsci_footer.png => _static/stsci_footer.png (100%) rename stsci_header.png => _static/stsci_header.png (100%) rename stsci_logo2.png => _static/stsci_logo2.png (100%) delete mode 100644 intro.md diff --git a/_config.yml b/_config.yml index 5cf8572..ade5186 100644 --- a/_config.yml +++ b/_config.yml @@ -8,7 +8,7 @@ title : JWST Pipeline Notebooks # The title of the book. Will be placed in the left navbar. author : STScI # The author of the book copyright : "2024" # Copyright year to be placed in the footer -logo : stsci_logo2.png # A path to the book logo +logo : _static/stsci_logo2.png # A path to the book logo # Force re-execution of notebooks on each build. # See https://jupyterbook.org/content/execute.html diff --git a/logo.png b/_static/jupyter_book_logo.png similarity index 100% rename from logo.png rename to _static/jupyter_book_logo.png diff --git a/stsci_footer.png b/_static/stsci_footer.png similarity index 100% rename from stsci_footer.png rename to _static/stsci_footer.png diff --git a/stsci_header.png b/_static/stsci_header.png similarity index 100% rename from stsci_header.png rename to _static/stsci_header.png diff --git a/stsci_logo2.png b/_static/stsci_logo2.png similarity index 100% rename from stsci_logo2.png rename to _static/stsci_logo2.png diff --git a/intro.md b/intro.md deleted file mode 100644 index 10dc919..0000000 --- a/intro.md +++ /dev/null @@ -1,3 +0,0 @@ -### Intro to repository - -## Fill out repo information here