From 0d245fb6a2520a9b364c25f70a9e90f2af85bcef Mon Sep 17 00:00:00 2001 From: Sai Vivek Vangaveti Date: Thu, 8 Aug 2024 00:27:37 -0700 Subject: [PATCH] logo and first page issue fixed --- .gitignore | 3 ++- book/_config.yml | 2 +- book/intro.md | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 14f74dd..4377596 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ # cookiecutter webpage things cookiecutter.json #/book/_build/html/assets +book/_build/ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -22,7 +23,7 @@ __pycache__/ # Distribution / packaging .Python -build/ +/book/_build/ develop-eggs/ dist/ downloads/ diff --git a/book/_config.yml b/book/_config.yml index 0140a15..18fce63 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -1,6 +1,6 @@ title: "Snow Water Equivalent Workflow" author: Center for Spatial Information Science and Systems (CSISS), George Mason University -logo: img/logo.png +logo: img/GeoSMART_logo.svg only_build_toc_files: true # Add GitHub buttons to your book diff --git a/book/intro.md b/book/intro.md index 5517832..0c91f74 100644 --- a/book/intro.md +++ b/book/intro.md @@ -1,2 +1,2 @@ -# SWE Workflow - +# Welcome to the GeoSMART Jupyter Book! +**GeoS**cience **MA**chine Learning **R**esources and **T**raining (GeoSMART) framework provides an educational pathway that provides a foundation in open source scientific ecosystems and progresses through general ML theory, toolkits and deployment on Cloud computing.