Skip to content

Commit 15ef1f7

Browse files
committed
update copyright to 2025
1 parent b133c78 commit 15ef1f7

File tree

271 files changed

+53984
-275551
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

271 files changed

+53984
-275551
lines changed

addheader.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ path_exclude:
1313
- '.jupyter_cache'
1414
verbose: 1
1515
sep-len: 80
16-
jupyter: '_src.ipynb'
17-
...
16+
jupyter: '.ipynb'
17+
...

idaes_examples/notebooks/_config.yml

+11-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
author: The IDAES Team
22
bibtex_bibfiles:
33
- references.bib
4+
copyright: '2025'
45
exclude_patterns:
56
- active/*
67
- '**/.jupyter_cache'
78
execute:
8-
execute_notebooks: cache
9+
execute_notebooks: 'off'
910
timeout: 600
11+
launch_buttons:
12+
binderhub_url: https://mybinder.org
13+
notebook_interface: jupyterlab
1014
logo: logo.png
1115
only_build_toc_files: true
1216
sphinx:
17+
branch: binder
1318
config:
1419
bibtex_reference_style: author_year
15-
exclude_patterns: ['**/.jupyter_cache']
20+
exclude_patterns:
21+
- '**/.jupyter_cache'
1622
intersphinx_mapping:
1723
idaes:
1824
- https://idaes-pse.readthedocs.io/en/stable/
@@ -23,18 +29,11 @@ sphinx:
2329
prommis:
2430
- https://prommis.readthedocs.io/en/stable/
2531
- null
26-
watertap:
27-
- https://watertap.readthedocs.io/en/stable/
28-
- null
2932
pyomo:
3033
- https://pyomo.readthedocs.io/en/stable/
3134
- null
32-
33-
# `path_to_book` should point to the directory containing this file (`_config.yml`)
35+
watertap:
36+
- https://watertap.readthedocs.io/en/stable/
37+
- null
3438
path_to_book: idaes_examples/notebooks
35-
# FIXME change `url` and `branch` before merging PR
3639
url: https://github.com/lbianchi-lbl/examples
37-
branch: binder
38-
launch_buttons:
39-
notebook_interface: jupyterlab
40-
binderhub_url: https://mybinder.org

idaes_examples/notebooks/_dev/notebooks/cache.ipynb

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"id": "7db31bc1",
7+
"metadata": {
8+
"tags": [
9+
"header",
10+
"hide-cell"
11+
]
12+
},
13+
"outputs": [],
14+
"source": [
15+
"###############################################################################\n",
16+
"# The Institute for the Design of Advanced Energy Systems Integrated Platform\n",
17+
"# Framework (IDAES IP) was produced under the DOE Institute for the\n",
18+
"# Design of Advanced Energy Systems (IDAES).\n",
19+
"#\n",
20+
"# Copyright (c) 2018-2025 by the software owners: The Regents of the\n",
21+
"# University of California, through Lawrence Berkeley National Laboratory,\n",
22+
"# National Technology & Engineering Solutions of Sandia, LLC, Carnegie Mellon\n",
23+
"# University, West Virginia University Research Corporation, et al.\n",
24+
"# All rights reserved. Please see the files COPYRIGHT.md and LICENSE.md\n",
25+
"# for full copyright and license information.\n",
26+
"#\n",
27+
"###############################################################################"
28+
]
29+
},
330
{
431
"cell_type": "code",
532
"execution_count": 24,

idaes_examples/notebooks/_dev/notebooks/ex/notebook_tags_example.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@
1717
"# Framework (IDAES IP) was produced under the DOE Institute for the\n",
1818
"# Design of Advanced Energy Systems (IDAES).\n",
1919
"#\n",
20-
"# Copyright (c) 2018-2023 by the software owners: The Regents of the\n",
20+
"# Copyright (c) 2018-2025 by the software owners: The Regents of the\n",
2121
"# University of California, through Lawrence Berkeley National Laboratory,\n",
2222
"# National Technology & Engineering Solutions of Sandia, LLC, Carnegie Mellon\n",
2323
"# University, West Virginia University Research Corporation, et al.\n",
2424
"# All rights reserved. Please see the files COPYRIGHT.md and LICENSE.md\n",
2525
"# for full copyright and license information.\n",
26+
"#\n",
2627
"###############################################################################"
2728
]
2829
},

0 commit comments

Comments
 (0)