Skip to content

Commit bee9ca6

Browse files
authored
Merge pull request #160 from IamShubhamGupto/main
Footer license fix
2 parents d34374e + a44e5a5 commit bee9ca6

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ Notices:
4343

4444
You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation.
4545

46-
No warranties are given. The license may not give you
46+
No warranties are given. The license may not give you

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,7 @@ Brajard, Julien, Alberto Carrassi, Marc Bocquet, and Laurent Bertino. “Combini
186186
Schneider, Tapio, Shiwei Lan, Andrew Stuart, and João Teixeira. “Earth System Modeling 2.0: A Blueprint for Models That Learn From Observations and Targeted High-Resolution Simulations.” Geophysical Research Letters 44, no. 24 (December 28, 2017): 12,396-12,417. https://doi.org/10.1002/2017GL076101.
187187

188188
Wilks, Daniel S. “Effects of Stochastic Parametrizations in the Lorenz ’96 System.” Quarterly Journal of the Royal Meteorological Society 131, no. 606 (2005): 389–407. https://doi.org/10.1256/qj.04.03.
189+
190+
## License
191+
192+
The Learning Machine Learning with Lorenz-96 JupyterBook code is dual licensed: [MIT](./LICENSE) for code, [CC-BY](./LICENSE) for text and figures.

_config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
title: Learning Machine Learning with Lorenz-96
66
author: The M<sup>2</sup>LInES Community
77
logo: newlogo.png
8+
copyright: "2024 Dhruv Balwada, Ryan Abernathey, Shantanu Acharya, et al. — License: MIT for code, CC-BY for text and figures"
89

910
exclude_patterns: ['env/*', '_build/*']
1011
only_build_toc_files: true
@@ -40,6 +41,7 @@ sphinx:
4041
config:
4142
bibtex_reference_style: author_year
4243
nb_merge_streams: true
44+
html_show_copyright: true
4345
html_theme_options:
4446
# title of the notebook
4547
logo:

0 commit comments

Comments
 (0)