Skip to content

Commit

Permalink
rename SIIP -> Sienna
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Oct 31, 2024
1 parent 5ebd25e commit 8b4c5f2
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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/)
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
@@ -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, <a href="https://www.clahub.com/agreements/NREL/SIIP-PACKAGE.jl">sign the Contributor License Agreement</a>.
- To get started, <a href="https://www.clahub.com/agreements/NREL/SIENNA-PACKAGE.jl">sign the Contributor License Agreement</a>.
- 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/).
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "SIIP-Package"
name = "SIENNA-Package"
uuid = "bed98974-b02a-5e2f-9ee0-a103f5c450dd"
authors = ["YOUR_NAME"]
version = "0.1.0"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
[<img src="https://img.shields.io/badge/slack-@Sienna/SiennaPACKAGE-sienna.svg?logo=slack">](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
Expand All @@ -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/))
8 changes: 4 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Documenter, SIIP - PACKAGE
using Documenter, SIENNA - PACKAGE

pages = OrderedDict(
"Welcome Page" => "index.md",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/api/internal.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Internal API

```@autodocs
Modules = [SIIP-Package]
Modules = [SIENNA-Package]
Public = false
```
2 changes: 1 addition & 1 deletion docs/src/api/public.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Public API Reference

```@autodocs
Modules = [SIIP-Package]
Modules = [SIENNA-Package]
Public = true
```
8 changes: 4 additions & 4 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -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/)).
2 changes: 1 addition & 1 deletion docs/src/quick_start_guide.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Quick Start Guide

SIIP-PACKAGE.jl is structured to enable stuff
SIENNA-PACKAGE.jl is structured to enable stuff
6 changes: 3 additions & 3 deletions docs/src/tutorials/intro_page.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion src/SIIP-PACKAGE.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module SIIP
module SIENNA
-PACKAGE

using DocStringExtensions
Expand Down
14 changes: 7 additions & 7 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 8b4c5f2

Please sign in to comment.