diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 522703b..7cb4af8 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,3 +1,3 @@
-Thanks for opening a PR to SIIP-PACKAGE.jl, please take note of the following when making a PR:
+Thanks for opening a PR to SIENNA-PACKAGE.jl, please take note of the following when making a PR:
-Check the [contributor guidelines](https://nrel-siip.github.io/SIIP-PACKAGE.jl/stable/code_base_developer_guide/developer/)
+Check the [contributor guidelines](https://nrel-siip.github.io/SIENNA-PACKAGE.jl/stable/code_base_developer_guide/developer/)
diff --git a/.github/workflows/cross-package-test.yml b/.github/workflows/cross-package-test.yml
index 2875945..cc4fb92 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 91c9631..2a60ec7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
# Contributing
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.
+ - To get started, sign the Contributor License Agreement.
- Please do your best to adhere to our [coding style guide](docs/src/developer/style.md).
- 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/Project.toml b/Project.toml
index b236ab7..0b3d6c2 100644
--- a/Project.toml
+++ b/Project.toml
@@ -1,4 +1,4 @@
-name = "SIIP-Package"
+name = "SIENNA-Package"
uuid = "bed98974-b02a-5e2f-9ee0-a103f5c450dd"
authors = ["YOUR_NAME"]
version = "0.1.0"
diff --git a/README.md b/README.md
index 4f84f5e..e093cc3 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
-# SIIP-Template
+# SIENNA-Template
[![Master - CI](https://github.com/NREL-Sienna/Sienna-PACKAGE.jl/workflows/Master%20-%20CI/badge.svg)](https://github.com/NREL-Sienna/Sienna-PACKAGE.jl/actions/workflows/main-tests.yml)
-[![codecov](https://codecov.io/gh/NREL-Sienna/Sienna-PACKAGE.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/NREL-SIIP/SIIP-PACKAGE.jl)
+[![codecov](https://codecov.io/gh/NREL-Sienna/Sienna-PACKAGE.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/NREL-SIENNA/SIENNA-PACKAGE.jl)
[![Documentation Build](https://github.com/NREL-Sienna/Sienna-PACKAGE.jl/workflows/Documentation/badge.svg?)](https://nrel-sienna.github.io/Sienna-PACKAGE.jl/stable)
[](https://join.slack.com/t/nrel-siip/shared_invite/zt-glam9vdu-o8A9TwZTZqqNTKHa7q3BpQ)
-[![Sienna-PACKAGE.jl Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/SIIP-PACKAGE)](https://pkgs.genieframework.com?packages=Sienna-PACKAGE)
+[![Sienna-PACKAGE.jl Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/SIENNA-PACKAGE)](https://pkgs.genieframework.com?packages=Sienna-PACKAGE)
-This repository contains the template files for a dummy package called SIIP-PACKAGE. IT contains the required files for
+This repository contains the template files for a dummy package called SIENNA-PACKAGE. IT contains the required files for
- Testing
- Documentation
@@ -20,4 +20,4 @@ Contributions to the development and enahancement of Sienna-PACKAGE is welcome.
## License
-SIIP-PACKAGE is released under a BSD [license](https://github.com/NREL/SIIP-PACKAGE/blob/master/LICENSE). Sienna PACKAGE has been developed as part of A PROJECT at the U.S. Department of Energy's National Renewable Energy Laboratory ([NREL](https://www.nrel.gov/))
+SIENNA-PACKAGE is released under a BSD [license](https://github.com/NREL/SIENNA-PACKAGE/blob/master/LICENSE). Sienna PACKAGE has been developed as part of A PROJECT at the U.S. Department of Energy's National Renewable Energy Laboratory ([NREL](https://www.nrel.gov/))
diff --git a/docs/make.jl b/docs/make.jl
index 949908c..c6f5f62 100644
--- a/docs/make.jl
+++ b/docs/make.jl
@@ -1,4 +1,4 @@
-using Documenter, SIIP - PACKAGE
+using Documenter, SIENNA - PACKAGE
pages = OrderedDict(
"Welcome Page" => "index.md",
@@ -9,15 +9,15 @@ pages = OrderedDict(
)
makedocs(
- modules=[SIIP-PACKAGE],
+ modules=[SIENNA-PACKAGE],
format=Documenter.HTML(prettyurls=haskey(ENV, "GITHUB_ACTIONS")),
- sitename="SIIP-PACKAGE.jl",
+ sitename="SIENNA-PACKAGE.jl",
authors="Freddy Mercury, Nikola Tesla, Leonard Bernestein",
pages=Any[p for p in pages],
)
deploydocs(
- repo="github.com/NREL-SIIP/SIIP-PACKAGE.git",
+ repo="github.com/NREL-SIENNA/SIENNA-PACKAGE.git",
target="build",
branch="gh-pages",
devbranch="master",
diff --git a/docs/src/api/internal.md b/docs/src/api/internal.md
index 97b37f4..740d710 100644
--- a/docs/src/api/internal.md
+++ b/docs/src/api/internal.md
@@ -1,6 +1,6 @@
# Internal API
```@autodocs
-Modules = [SIIP-Package]
+Modules = [SIENNA-Package]
Public = false
```
diff --git a/docs/src/api/public.md b/docs/src/api/public.md
index 3375250..3e9e7ed 100644
--- a/docs/src/api/public.md
+++ b/docs/src/api/public.md
@@ -1,6 +1,6 @@
# Public API Reference
```@autodocs
-Modules = [SIIP-Package]
+Modules = [SIENNA-Package]
Public = true
```
diff --git a/docs/src/index.md b/docs/src/index.md
index 625aa94..fc880bd 100644
--- a/docs/src/index.md
+++ b/docs/src/index.md
@@ -1,14 +1,14 @@
# PowerSystems.jl
```@meta
-CurrentModule = SIIP_PACKAGE
+CurrentModule = SIENNA_PACKAGE
```
## Overview
-`PSIIP-PACKAGE .jl` is a [`Julia`](http://www.julialang.org) package that provides blah blah
+`PSIENNA-PACKAGE .jl` is a [`Julia`](http://www.julialang.org) package that provides blah blah
------------
-SIIP-PACKAGE has been developed as part of the Scalable Integrated Infrastructure Planning
-(SIIP) initiative at the U.S. Department of Energy's National Renewable Energy
+SIENNA-PACKAGE has been developed as part of the Scalable Integrated Infrastructure Planning
+(SIENNA) initiative at the U.S. Department of Energy's National Renewable Energy
Laboratory ([NREL](https://www.nrel.gov/)).
diff --git a/docs/src/quick_start_guide.md b/docs/src/quick_start_guide.md
index eea644d..83ee5ed 100644
--- a/docs/src/quick_start_guide.md
+++ b/docs/src/quick_start_guide.md
@@ -1,3 +1,3 @@
# Quick Start Guide
-SIIP-PACKAGE.jl is structured to enable stuff
+SIENNA-PACKAGE.jl is structured to enable stuff
diff --git a/docs/src/tutorials/intro_page.md b/docs/src/tutorials/intro_page.md
index 695be32..c7d6391 100644
--- a/docs/src/tutorials/intro_page.md
+++ b/docs/src/tutorials/intro_page.md
@@ -1,4 +1,4 @@
-# SIIP-Examples
+# SIENNA-Examples
-All the tutorials for the SIIP project are part of a separate repository
-[SIIP-Examples](https://github.com/NREL-SIIP/SIIPExamples.jl).
+All the tutorials for the SIENNA project are part of a separate repository
+[SIENNA-Examples](https://github.com/NREL-SIENNA/SIENNAExamples.jl).
diff --git a/src/SIIP-PACKAGE.jl b/src/SIIP-PACKAGE.jl
index 6a9ae3a..6943f34 100644
--- a/src/SIIP-PACKAGE.jl
+++ b/src/SIIP-PACKAGE.jl
@@ -1,4 +1,4 @@
-module SIIP
+module SIENNA
-PACKAGE
using DocStringExtensions
diff --git a/test/runtests.jl b/test/runtests.jl
index 92321be..865797e 100644
--- a/test/runtests.jl
+++ b/test/runtests.jl
@@ -2,11 +2,11 @@ using Test
import Logging
import Aqua
-Aqua.test_unbound_args(SIIP - PACKAGE)
-Aqua.test_undefined_exports(SIIP - PACKAGE)
-Aqua.test_ambiguities(SIIP - PACKAGE)
-Aqua.test_stale_deps(SIIP - PACKAGE)
-Aqua.test_deps_compat(SIIP - PACKAGE)
+Aqua.test_unbound_args(SIENNA - PACKAGE)
+Aqua.test_undefined_exports(SIENNA - PACKAGE)
+Aqua.test_ambiguities(SIENNA - PACKAGE)
+Aqua.test_stale_deps(SIENNA - PACKAGE)
+Aqua.test_deps_compat(SIENNA - PACKAGE)
LOG_FILE = "power-systems.log"
LOG_LEVELS = Dict(
@@ -64,7 +64,7 @@ function get_logging_level_from_env(env_name::String, default)
end
function run_tests()
- logging_config_filename = get(ENV, "SIIP_LOGGING_CONFIG", nothing)
+ logging_config_filename = get(ENV, "SIENNA_LOGGING_CONFIG", nothing)
if logging_config_filename !== nothing
config = IS.LoggingConfiguration(logging_config_filename)
else
@@ -87,7 +87,7 @@ function run_tests()
end
# Testing Topological components of the schema
- @time @testset "Begin SIIP-PACKAGE tests" begin
+ @time @testset "Begin SIENNA-PACKAGE tests" begin
@includetests ARGS
end