From 1fef80e00debcac476fcda65ac27e8915c6da9a5 Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Mon, 1 May 2023 17:15:17 -0600 Subject: [PATCH] update siip to sienna --- .github/workflows/cross-package-test.yml | 2 +- CONTRIBUTING.md | 2 +- README.md | 6 +++--- docs/make.jl | 2 +- docs/src/index.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cross-package-test.yml b/.github/workflows/cross-package-test.yml index 32195b6..9ce303c 100644 --- a/.github/workflows/cross-package-test.yml +++ b/.github/workflows/cross-package-test.yml @@ -26,7 +26,7 @@ jobs: - name: Clone ${{matrix.package_name}} uses: actions/checkout@v2 with: - repository: NREL-SIIP/${{matrix.package_name}}.jl + repository: NREL-Sienna/${{matrix.package_name}}.jl path: downstream - name: Run the tests shell: julia --project=downstream {0} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 63c062e..5d9f8bd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,5 +2,5 @@ Community driven development of this package is encouraged. To maintain code quality standards, please adhere to the following guidlines when contributing: - To get started, sign the Contributor License Agreement. - - Please do your best to adhere to our [coding style guide](https://nrel-siip.github.io/InfrastructureSystems.jl/latest/style/). + - Please do your best to adhere to our [coding style guide](https://nrel-sienna.github.io/InfrastructureSystems.jl/latest/style/). - To submit code contributions, [fork](https://help.github.com/articles/fork-a-repo/) the repository, commit your changes, and [submit a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/). diff --git a/README.md b/README.md index 0957cad..2110c8f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # PowerSystemCaseBuilder.jl -[![Master - CI](https://github.com/NREL-SIIP/PowerSystemCaseBuilder.jl/workflows/Master%20-%20CI/badge.svg)](https://github.com/NREL-SIIP/PowerSystemCaseBuilder.jl/actions/workflows/master-tests.yml) -[![codecov](https://codecov.io/gh/NREL-SIIP/PowerSystemCaseBuilder.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/NREL-SIIP/PowerSystemCaseBuilder.jl) -[](https://join.slack.com/t/nrel-siip/shared_invite/zt-glam9vdu-o8A9TwZTZqqNTKHa7q3BpQ) +[![Master - CI](https://github.com/NREL-Sienna/PowerSystemCaseBuilder.jl/workflows/Master%20-%20CI/badge.svg)](https://github.com/NREL-Sienna/PowerSystemCaseBuilder.jl/actions/workflows/master-tests.yml) +[![codecov](https://codecov.io/gh/NREL-Sienna/PowerSystemCaseBuilder.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/NREL-Sienna/PowerSystemCaseBuilder.jl) +[](https://join.slack.com/t/nrel-sienna/shared_invite/zt-glam9vdu-o8A9TwZTZqqNTKHa7q3BpQ) [![PowerSystemCaseBuilder.jl Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/PowerSystemCaseBuilder)](https://pkgs.genieframework.com?packages=PowerSystemCaseBuilder) ## Show all systems for all categories. diff --git a/docs/make.jl b/docs/make.jl index 280c659..6b24441 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -19,7 +19,7 @@ makedocs( ) deploydocs( - repo = "github.com/NREL-SIIP/PowerSystemCaseBuilder.jl.git", + repo = "github.com/NREL-Sienna/PowerSystemCaseBuilder.jl.git", target = "build", branch = "gh-pages", devbranch = "master", diff --git a/docs/src/index.md b/docs/src/index.md index 8458547..6ca5cef 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -20,7 +20,7 @@ The main features include: `PowerSystemCaseBuilder.jl` is an active project under development, and we welcome your feedback, suggestions, and bug reports. -**Note**: `PowerSystemCaseBuilder.jl` uses [`PowerSystems.jl`](https://github.com/NREL-SIIP/PowerSystems.jl) +**Note**: `PowerSystemCaseBuilder.jl` uses [`PowerSystems.jl`](https://github.com/NREL-Sienna/PowerSystems.jl) as a utility library. For most users there is no need to import `PowerSystems.jl`. ## Installation