Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation ahead of v0.9 release #124

Merged
merged 31 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
61febae
udpate documentation examples
RHammond2 Oct 12, 2023
40f289f
Merge branch 'develop' into documentation/updates-v0.9
RHammond2 Oct 16, 2023
a532424
update outdated explanation
RHammond2 Oct 17, 2023
0ffb07a
update outputs
RHammond2 Oct 17, 2023
24e6f42
fix bad hyperlink
RHammond2 Oct 18, 2023
eb56cf6
udpate changelog
RHammond2 Oct 21, 2023
7d9e7b3
split up the api documentation and utilities
RHammond2 Oct 21, 2023
245429b
Merge branch 'develop' into documentation/updates-v0.9
RHammond2 Oct 21, 2023
999fb92
add plotting methods
RHammond2 Oct 21, 2023
23f67e3
fix typos and enable utilities docs'
RHammond2 Oct 21, 2023
92f9e4a
fix redundant docs
RHammond2 Oct 21, 2023
0ede191
remove extra params'
RHammond2 Oct 21, 2023
9459ffa
udpate changelog
RHammond2 Oct 21, 2023
559d93d
fix example bugs
RHammond2 Oct 21, 2023
cfd2aa4
fix conflicts
RHammond2 Oct 23, 2023
6446fbb
update example results
RHammond2 Oct 23, 2023
acfde9f
minor fixes
RHammond2 Oct 23, 2023
6c35e99
update examples listing
RHammond2 Oct 23, 2023
f9d63a2
ignore examples in auto running
RHammond2 Oct 23, 2023
9856546
fix merge conflicts
RHammond2 Oct 26, 2023
2daf17d
update user guide and opex with breakdown
RHammond2 Oct 26, 2023
fd2a5bf
update the example notebooks
RHammond2 Oct 26, 2023
4d043dd
fix bad vessel naming convention
RHammond2 Oct 26, 2023
9c9bab3
fix issues with config compatibility
RHammond2 Oct 27, 2023
173ba65
rerun validation notebooks and update timing
RHammond2 Oct 27, 2023
91ef578
remove results from repository to save space
RHammond2 Oct 27, 2023
24e2a54
update licensing per NREL-Apache guidance
RHammond2 Oct 27, 2023
f33ed58
update the license notice on the docs
RHammond2 Oct 27, 2023
550cceb
update copyright date in docs
RHammond2 Oct 27, 2023
5ebec72
update examples notebook pages
RHammond2 Oct 27, 2023
447d7e2
rerun examples to get output to show
RHammond2 Oct 27, 2023
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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## v0.9 (DAY MONTH YEAR)

### Bug Fixes

Expand Down Expand Up @@ -31,6 +31,7 @@
### Deprecations

- The original library structure has been fully deprecated, please see the Reference/How To example for more details on converting data that has not yet been updated.
- All PySAM functionality has been deprecated as it's no longer relevant to this work.
- The `Simulation.config` no longer requires the `library` field to reduce conflicts with sharing data between users.

## v0.8.1 (28 August 2023)
Expand Down
2 changes: 0 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Copyright (c) 2020 Alliance for Sustainable Energy, LLC

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down
12 changes: 12 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Copyright 2021 Alliance for Sustainable Energy, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
38 changes: 19 additions & 19 deletions docs/jupyter_execute/examples/how_to.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "7fc99988",
"id": "2ff898a7",
"metadata": {},
"source": [
"# How To Use WOMBAT\n",
Expand All @@ -19,7 +19,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "71b64545",
"id": "4a3b63be",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -42,7 +42,7 @@
},
{
"cell_type": "markdown",
"id": "d90c3ca1",
"id": "9c2d949a",
"metadata": {},
"source": [
"## Defining the Simulation\n",
Expand Down Expand Up @@ -489,7 +489,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "1c4243b4",
"id": "fd129270",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -498,7 +498,7 @@
},
{
"cell_type": "markdown",
"id": "79c118a1",
"id": "4de028f0",
"metadata": {},
"source": [
"### The configuration file\n",
Expand All @@ -519,7 +519,7 @@
{
"cell_type": "code",
"execution_count": 3,
"id": "d1d8ca1f",
"id": "50f2953a",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -528,7 +528,7 @@
},
{
"cell_type": "markdown",
"id": "b44b7ebf",
"id": "9dde4398",
"metadata": {},
"source": [
"```{code-block} yaml\n",
Expand Down Expand Up @@ -571,7 +571,7 @@
{
"cell_type": "code",
"execution_count": 4,
"id": "206941f8",
"id": "5bdd6a85",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -583,7 +583,7 @@
},
{
"cell_type": "markdown",
"id": "ded5b413",
"id": "a5d882b2",
"metadata": {},
"source": [
"### Option 2: `Simulation()`\n",
Expand All @@ -605,7 +605,7 @@
{
"cell_type": "code",
"execution_count": 5,
"id": "d3bf734e",
"id": "5214aa46",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -618,7 +618,7 @@
},
{
"cell_type": "markdown",
"id": "1349aa73",
"id": "812eaba4",
"metadata": {},
"source": [
"### Seeding the simulation random variable\n",
Expand All @@ -631,7 +631,7 @@
{
"cell_type": "code",
"execution_count": 6,
"id": "4b8c14ba",
"id": "b01c06ba",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -652,7 +652,7 @@
},
{
"cell_type": "markdown",
"id": "31039992",
"id": "c20dddf0",
"metadata": {},
"source": [
"## Run the analysis\n",
Expand All @@ -667,7 +667,7 @@
{
"cell_type": "code",
"execution_count": 7,
"id": "50d2ff1a",
"id": "fc4df98d",
"metadata": {},
"outputs": [
{
Expand All @@ -692,7 +692,7 @@
},
{
"cell_type": "markdown",
"id": "6c6f6cb1",
"id": "3d09a90b",
"metadata": {},
"source": [
"## Metric computation\n",
Expand All @@ -704,7 +704,7 @@
{
"cell_type": "code",
"execution_count": 8,
"id": "2c55db0a",
"id": "6deb1d73",
"metadata": {},
"outputs": [
{
Expand All @@ -726,7 +726,7 @@
{
"cell_type": "code",
"execution_count": 9,
"id": "7a327086",
"id": "edeed2f8",
"metadata": {},
"outputs": [
{
Expand All @@ -753,7 +753,7 @@
},
{
"cell_type": "markdown",
"id": "2ca5e1b6",
"id": "466cf8c2",
"metadata": {},
"source": [
"## Optional: Delete the logging files\n",
Expand All @@ -764,7 +764,7 @@
{
"cell_type": "code",
"execution_count": 10,
"id": "adf7fe24",
"id": "c43744a5",
"metadata": {},
"outputs": [],
"source": [
Expand Down
Loading