Skip to content

Commit

Permalink
update siip to sienna
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed May 1, 2023
1 parent fc4a385 commit 1fef80e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, <a href="https://www.clahub.com/agreements/NREL/InfrastructureSystems.jl">sign the Contributor License Agreement</a>.
- 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/).
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
[<img src="https://img.shields.io/badge/slack-@SIIP/PSB-blue.svg?logo=slack">](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)
[<img src="https://img.shields.io/badge/slack-@SIIP/PSB-blue.svg?logo=slack">](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.
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fef80e

Please sign in to comment.