Skip to content

Commit

Permalink
Merge pull request #662 from GenXProject/release/0.4.0
Browse files Browse the repository at this point in the history
Changed deploydoc URL to GenX.jl
  • Loading branch information
sambuddhac authored Mar 21, 2024
2 parents e52df19 + b68a2d1 commit 5c367b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center"> <img src="docs/src/assets/logo_readme.svg" height ="200"width="1000" alt="GenX.jl"></img></div>

[![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)

Expand Down Expand Up @@ -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.
The Julia-themed GenX logo was designed by Laura Zwanziger and Jacob Schwartz.
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ 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/stable",
canonical="https://genxproject.github.io/GenX.jl/stable",
assets = ["assets/genx_style.css"],
sidebar_sitename=false,
collapselevel=1
Expand All @@ -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",
Expand Down

0 comments on commit 5c367b2

Please sign in to comment.