Skip to content

Commit 72dabf2

Browse files
khidergithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent fb2993d commit 72dabf2

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ authors:
4343
website: https://github.com/kmpaul
4444
affiliation: NVIDIA
4545
- name: "Cookbook Template contributors" # use the 'name' field to acknowledge organizations
46-
website: "https://github.com/ProjectPythia/cookbook-template/graphs/contributors"
46+
website: "https://github.com/ProjectPythia/paleoPCA-Cookbook/graphs/contributors"
4747
title: "Cookbook Template"
4848
abstract: "A sample cookbook description."

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# (Replace_with_your_title) Cookbook
44

5-
[![nightly-build](https://github.com/ProjectPythia/cookbook-template/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/cookbook-template/actions/workflows/nightly-build.yaml)
6-
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/cookbook-template/main?labpath=notebooks)
7-
[![DOI](https://zenodo.org/badge/475509405.svg)](https://zenodo.org/badge/latestdoi/475509405)
5+
[![nightly-build](https://github.com/ProjectPythia/paleoPCA-Cookbook/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/paleoPCA-Cookbook/actions/workflows/nightly-build.yaml)
6+
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/paleoPCA-Cookbook/main?labpath=notebooks)
7+
[![DOI](https://zenodo.org/badge/813352705.svg)](https://zenodo.org/badge/latestdoi/813352705)
88

99
This Project Pythia Cookbook covers ... (replace `...` with the main subject of your cookbook ... e.g., _working with radar data in Python_)
1010

@@ -18,8 +18,8 @@ This Project Pythia Cookbook covers ... (replace `...` with the main subject of
1818

1919
### Contributors
2020

21-
<a href="https://github.com/ProjectPythia/cookbook-template/graphs/contributors">
22-
<img src="https://contrib.rocks/image?repo=ProjectPythia/cookbook-template" />
21+
<a href="https://github.com/ProjectPythia/paleoPCA-Cookbook/graphs/contributors">
22+
<img src="https://contrib.rocks/image?repo=ProjectPythia/paleoPCA-Cookbook" />
2323
</a>
2424

2525
## Structure

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sphinx:
3535
html_permalinks_icon: '<i class="fas fa-link"></i>'
3636
html_theme_options:
3737
home_page_in_toc: true
38-
repository_url: https://github.com/ProjectPythia/cookbook-template/ # Online location of your book
38+
repository_url: https://github.com/ProjectPythia/paleoPCA-Cookbook/ # Online location of your book
3939
repository_branch: main # Which branch of the repository should be used when creating links (optional)
4040
use_issues_button: true
4141
use_repository_button: true

notebooks/how-to-cite.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
The material in this Project Pythia Cookbook is licensed for free and open consumption and reuse. All code is served under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0), while all non-code content is licensed under [Creative Commons BY 4.0 (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/). Effectively, this means you are free to share and adapt this material so long as you give appropriate credit to the Cookbook authors and the Project Pythia community.
44

5-
The source code for the book is [released on GitHub](https://github.com/ProjectPythia/cookbook-template) and archived on Zenodo. This DOI will always resolve to the latest release of the book source:
5+
The source code for the book is [released on GitHub](https://github.com/ProjectPythia/paleoPCA-Cookbook) and archived on Zenodo. This DOI will always resolve to the latest release of the book source:
66

7-
[![DOI](https://zenodo.org/badge/475509405.svg)](https://zenodo.org/badge/latestdoi/475509405)
7+
[![DOI](https://zenodo.org/badge/813352705.svg)](https://zenodo.org/badge/latestdoi/813352705)

0 commit comments

Comments
 (0)