Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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-sienna/PowerGraphics.jl">sign the Contributor License Agreement</a>.
- Please do your best to adhere to our [coding style guide](https://github.com/nrel/powersystems.jl/docs/src/style.md).
- To get started, <a href="https://www.clahub.com/agreements/Sienna-Platform/PowerGraphics.jl">sign the Contributor License Agreement</a>.
- Please do your best to adhere to our [coding style guide](https://github.com/Sienna-Platform/PowerSystems.jl/blob/main/docs/src/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/).
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# PowerGraphics

[![Main - CI](https://github.com/NREL-Sienna/PowerGraphics.jl/actions/workflows/main-tests.yml/badge.svg)](https://github.com/NREL-Sienna/PowerGraphics.jl/actions/workflows/main-tests.yml)
[![codecov](https://codecov.io/gh/NREL-Sienna/PowerGraphics.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/NREL-Sienna/PowerGraphics.jl)
[![Documentation Build](https://github.com/NREL-Sienna/PowerGraphics.jl/workflows/Documentation/badge.svg?)](https://nrel-sienna.github.io/PowerGraphics.jl/stable)
[<img src="https://img.shields.io/badge/slack-@Sienna/PG-sienna.svg?logo=slack">](https://join.slack.com/t/nrel-sienna/shared_invite/zt-glam9vdu-o8A9TwZTZqqNTKHa7q3BpQ)
[![Main - CI](https://github.com/Sienna-Platform/PowerGraphics.jl/actions/workflows/main-tests.yml/badge.svg)](https://github.com/Sienna-Platform/PowerGraphics.jl/actions/workflows/main-tests.yml)
[![codecov](https://codecov.io/gh/Sienna-Platform/PowerGraphics.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/Sienna-Platform/PowerGraphics.jl)
[![Documentation Build](https://github.com/Sienna-Platform/PowerGraphics.jl/workflows/Documentation/badge.svg?)](https://sienna-platform.github.io/PowerGraphics.jl/stable)
[<img src="https://img.shields.io/badge/slack-@Sienna/PG-sienna.svg?logo=slack">](https://join.slack.com/t/core-sienna/shared_invite/zt-glam9vdu-o8A9TwZTZqqNTKHa7q3BpQ)
[![PowerGraphics.jl Downloads](https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Ftotal_downloads%2FPowerGraphics&query=total_requests&label=Downloads)](http://juliapkgstats.com/pkg/PowerGraphics)

PowerGraphics.jl is a Julia package for plotting results from [PowerSimulations.jl](https://github.com/NREL-Sienna/PowerSimulations.jl).
PowerGraphics.jl is a Julia package for plotting results from [PowerSimulations.jl](https://github.com/Sienna-Platform/PowerSimulations.jl).

## Installation

Expand All @@ -17,7 +17,7 @@ julia> ]

## Usage

`PowerGraphics.jl` uses [PowerSystems.jl](https://github.com/NREL-Sienna/PowerSystems.jl) and [PowerSimulations.jl](https://github.com/NREL-Sienna/PowerSimulations.jl) to handle the data and execution power system simulations.
`PowerGraphics.jl` uses [PowerSystems.jl](https://github.com/Sienna-Platform/PowerSystems.jl) and [PowerSimulations.jl](https://github.com/Sienna-Platform/PowerSimulations.jl) to handle the data and execution power system simulations.

```julia
using PowerGraphics
Expand Down Expand Up @@ -51,9 +51,9 @@ plot_fuel(res)

## Development

Contributions to the development and enhancement of PowerGraphics is welcome. Please see [CONTRIBUTING.md](https://github.com/NREL-Sienna/PowerGraphics.jl/blob/main/CONTRIBUTING.md) for code contribution guidelines.
Contributions to the development and enhancement of PowerGraphics is welcome. Please see [CONTRIBUTING.md](https://github.com/Sienna-Platform/PowerGraphics.jl/blob/main/CONTRIBUTING.md) for code contribution guidelines.

## License

PowerGraphics is released under a BSD [license](https://github.com/nrel-sienna/PowerGraphics.jl/blob/main/LICENSE). PowerGraphics has been developed as part of the Scalable Integrated Infrastructure Planning (SIIP)
PowerGraphics is released under a BSD [license](https://github.com/Sienna-Platform/PowerGraphics.jl/blob/main/LICENSE). PowerGraphics has been developed as part of the Scalable Integrated Infrastructure Planning (SIIP)
initiative 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
Expand Up @@ -5,9 +5,9 @@ using DocumenterInterLinks

links = InterLinks(
"Plots" => "https://docs.juliaplots.org/stable/",
"PowerSystems" => "https://nrel-sienna.github.io/PowerSystems.jl/stable/",
"PowerSimulations" => "https://nrel-sienna.github.io/PowerSimulations.jl/stable/",
"InfrastructureSystems" => "https://nrel-sienna.github.io/InfrastructureSystems.jl/stable/",
"PowerSystems" => "https://sienna-platform.github.io/PowerSystems.jl/stable/",
"PowerSimulations" => "https://sienna-platform.github.io/PowerSimulations.jl/stable/",
"InfrastructureSystems" => "https://sienna-platform.github.io/InfrastructureSystems.jl/stable/",
"DataFrames" => "https://dataframes.juliadata.org/stable/",
)

Expand Down Expand Up @@ -40,7 +40,7 @@ makedocs(;
)

Documenter.deploydocs(;
repo = "github.com/NREL-Sienna/PowerGraphics.jl.git",
repo = "github.com/Sienna-Platform/PowerGraphics.jl.git",
target = "build",
branch = "gh-pages",
devbranch = "main",
Expand Down
14 changes: 7 additions & 7 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ CurrentModule = PowerGraphics
## Overview

`PowerGraphics.jl` is a [`Julia`](http://www.julialang.org) package for plotting results
from [PowerSimulations.jl](https://nrel-sienna.github.io/PowerSimulations.jl/latest/).
from [PowerSimulations.jl](https://sienna-platform.github.io/PowerSimulations.jl/latest/).

## About Sienna

`PowerGraphics.jl` is part of the National Renewable Energy Laboratory's
[Sienna ecosystem](https://nrel-sienna.github.io/Sienna/), an open source framework for
[Sienna ecosystem](https://sienna-platform.github.io/Sienna/), an open source framework for
power system modeling, simulation, and optimization. The Sienna ecosystem can be
[found on GitHub](https://github.com/NREL-Sienna/Sienna). It contains three applications:
[found on GitHub](https://github.com/Sienna-Platform/Sienna). It contains three applications:

- [Sienna\Data](https://nrel-sienna.github.io/Sienna/pages/applications/sienna_data.html) enables
- [Sienna\Data](https://sienna-platform.github.io/Sienna/pages/applications/sienna_data.html) enables
efficient data input, analysis, and transformation
- [Sienna\Ops](https://nrel-sienna.github.io/Sienna/pages/applications/sienna_ops.html) enables
- [Sienna\Ops](https://sienna-platform.github.io/Sienna/pages/applications/sienna_ops.html) enables
enables system scheduling simulations by formulating and solving optimization problems
- [Sienna\Dyn](https://nrel-sienna.github.io/Sienna/pages/applications/sienna_dyn.html) enables
- [Sienna\Dyn](https://sienna-platform.github.io/Sienna/pages/applications/sienna_dyn.html) enables
system transient analysis including small signal stability and full system dynamic
simulations

Expand All @@ -29,5 +29,5 @@ programming language.

## Installation

See the [Sienna installation page](https://nrel-sienna.github.io/Sienna/SiennaDocs/docs/build/how-to/install/)
See the [Sienna installation page](https://sienna-platform.github.io/Sienna/SiennaDocs/docs/build/how-to/install/)
to install `PowerGraphics.jl` and other Sienna packages.
8 changes: 4 additions & 4 deletions docs/src/reference/developer_guidelines.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Developer Guidelines

In order to contribute to `PowerGraphics.jl` repository please read the following sections of
[`InfrastructureSystems.jl`](https://nrel-sienna.github.io/InfrastructureSystems.jl/stable/) and [`SiennaTemplate.jl`](https://github.com/NREL-Sienna/SiennaTemplate.jl)
[`InfrastructureSystems.jl`](https://sienna-platform.github.io/InfrastructureSystems.jl/stable/) and [`SiennaTemplate.jl`](https://github.com/Sienna-Platform/SiennaTemplate.jl)
documentation in detail:

1. [Style Guide](https://nrel-sienna.github.io/InfrastructureSystems.jl/stable/style/)
2. [Documentation Best Practices](https://nrel-sienna.github.io/InfrastructureSystems.jl/stable/docs_best_practices/explanation/)
3. [Contributing Guidelines](https://github.com/NREL-Sienna/SiennaTemplate.jl/blob/main/CONTRIBUTING.md)
1. [Style Guide](https://sienna-platform.github.io/InfrastructureSystems.jl/stable/style/)
2. [Documentation Best Practices](https://sienna-platform.github.io/InfrastructureSystems.jl/stable/docs_best_practices/explanation/)
3. [Contributing Guidelines](https://github.com/Sienna-Platform/SiennaTemplate.jl/blob/main/CONTRIBUTING.md)

Pull requests are always welcome to fix bugs or add additional modeling capabilities.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorials/examples.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# PowerGraphics.jl Examples

[Example of Bar and Stack Plots on SIIPExamples](https://nbviewer.jupyter.org/github/NREL-Sienna/SIIPExamples.jl/blob/notebook/3_PowerSimulations_examples/04_bar_stack_plots.ipynb)
[Example of Bar and Stack Plots on SIIPExamples](https://nbviewer.jupyter.org/github/Sienna-Platform/SIIPExamples.jl/blob/notebook/3_PowerSimulations_examples/04_bar_stack_plots.ipynb)
2 changes: 1 addition & 1 deletion src/call_plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ plot = plot_demand(res)
- `nofill::Bool` : force empty area fill
- `stair::Bool`: Make a stair plot instead of a stack plot
- `filter_func::Function = `[`PowerSystems.get_available`](@extref PowerSystems InfrastructureSystems.get_available-Tuple{RenewableDispatch}): filter components included in plot
""" # ^ temporary workaround for https://github.com/NREL-Sienna/PowerSystems.jl/issues/1598
""" # ^ temporary workaround for https://github.com/Sienna-Platform/PowerSystems.jl/issues/1598

function plot_demand(result::Union{IS.Results, PSY.System}; kwargs...)
return plot_demand!(_empty_plot(), result; kwargs...)
Expand Down
2 changes: 1 addition & 1 deletion src/definitions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ end

Loads color palette yaml from environment, the `DEFAULT_PALETTE_FILE`,
or a given file. See
[`color-palette.yaml`](https://github.com/NREL-Sienna/PowerGraphics.jl/blob/main/report_templates/color-palette.yaml)
[`color-palette.yaml`](https://github.com/Sienna-Platform/PowerGraphics.jl/blob/main/report_templates/color-palette.yaml)
for an example.

# Arguments
Expand Down
2 changes: 1 addition & 1 deletion src/make_report.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ file based on the `report_design.jmd` (Julia markdown) file
that it reads.

An example template is available
[here](https://github.com/NREL-Sienna/PowerGraphics.jl/blob/main/report_templates/generic_report_template.jmd)
[here](https://github.com/Sienna-Platform/PowerGraphics.jl/blob/main/report_templates/generic_report_template.jmd)

# Arguments
- `results::IS.Results`: The results to be plotted
Expand Down