From 751c9ab353e3d60ccf9a65dc078624c3933f85d3 Mon Sep 17 00:00:00 2001 From: "Chakrabarti, Sambuddha (Sam)" Date: Wed, 20 Mar 2024 18:44:50 -0400 Subject: [PATCH 1/3] Changed deploydoc URL to GenX.jl --- docs/make.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 3caff9b3cf..ed28b4b39d 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -110,7 +110,7 @@ makedocs(; sitename="GenX", format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true", - canonical="https://genxproject.github.io/GenX/stable", + canonical="https://genxproject.github.io/GenX.jl/stable", assets = ["assets/genx_style.css"], sidebar_sitename=false, collapselevel=1 @@ -122,7 +122,7 @@ makedocs(; # =========================== deploydocs(; - repo="github.com/GenXProject/GenX.git", + repo="github.com/GenXProject/GenX.jl.git", target = "build", branch = "gh-pages", devbranch = "main", From bb6066416ae32e2e2d92ef09aea49e68def7adbd Mon Sep 17 00:00:00 2001 From: "Chakrabarti, Sambuddha (Sam)" Date: Wed, 20 Mar 2024 18:57:59 -0400 Subject: [PATCH 2/3] Update make.jl with sitename changed to GenX.jl --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index ed28b4b39d..dfd0340287 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -107,7 +107,7 @@ pages = OrderedDict( makedocs(; modules=[GenX], authors="Jesse Jenkins, Nestor Sepulveda, Dharik Mallapragada, Aaron Schwartz, Neha Patankar, Qingyu Xu, Jack Morris, Sambuddha Chakrabarti", - sitename="GenX", + sitename="GenX.jl", format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true", canonical="https://genxproject.github.io/GenX.jl/stable", From b68a2d193122a981aec673718e23a10e43695b1c Mon Sep 17 00:00:00 2001 From: "Chakrabarti, Sambuddha (Sam)" Date: Wed, 20 Mar 2024 19:08:56 -0400 Subject: [PATCH 3/3] Update README.md with GenX.jl --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc22585e8b..b52efc7960 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
GenX.jl
[![CI](https://github.com/GenXProject/GenX/actions/workflows/ci.yml/badge.svg)](https://github.com/GenXProject/GenX/actions/workflows/ci.yml) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://genxproject.github.io/GenX/dev) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://genxproject.github.io/GenX.jl/dev) [![DOI](https://zenodo.org/badge/10814088.svg)](https://zenodo.org/badge/latestdoi/10814088) [![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac) @@ -89,4 +89,4 @@ Key contributors include [Nestor A. Sepulveda](https://energy.mit.edu/profile/ne ## Acknowledgement The GenX team expresses deep gratitude to [Maya Mutic](https://github.com/mmutic) for developing the tutorials along with Filippo Pecci and Luca Bonaldo. -The Julia-themed GenX logo was designed by Laura Zwanziger and Jacob Schwartz. \ No newline at end of file +The Julia-themed GenX logo was designed by Laura Zwanziger and Jacob Schwartz.