File tree 6 files changed +304
-5
lines changed
6 files changed +304
-5
lines changed Original file line number Diff line number Diff line change
1
+ # Blog
2
+
3
+ This will be replaced by ` ablog ` so there's nothing here.
Original file line number Diff line number Diff line change 118
118
'index' : 'page-banner.html' ,
119
119
'resource-gallery' : 'page-standalone.html' ,
120
120
},
121
- 'secondary_sidebar_items' : [],
122
121
'footer_logos' : {
123
122
'NCAR' : '_static/images/logos/NSF-NCAR_Lockup-UCAR-Dark_102523.png' ,
124
123
'Unidata' : '_static/images/logos/Unidata_logo_horizontal_1200x300.svg' ,
Original file line number Diff line number Diff line change 1
- # Contributor's Guide
1
+ # Project Pythia Contributor's Guide
2
+
3
+ ``` {Note}
4
+ This the top-level guide for Project Pythia and a great starting point for getting involved!
5
+
6
+ We also have specific guides for
7
+ [contributing to Pythia Foundations](https://foundations.projectpythia.org/appendix/how-to-contribute.html)
8
+ and [contributing new Cookbooks](https://projectpythia.org/cookbook-guide.html).
9
+ ```
2
10
3
11
## Overview
4
12
@@ -77,10 +85,10 @@ The Pythia [Cookbook
77
85
Gallery] ( https://cookbooks.projectpythia.org/ ) is a
78
86
collection of "cookbooks" that describe workflows that solve a
79
87
specific problem. Typically, a cookbook references material presented
80
- elsewhere in Project Pythia, such as [ Pythia Foundations] ( https://foundations.projectpythia.org ) .
88
+ elsewhere in Project Pythia, such as [ Pythia Foundations] ( https://foundations.projectpythia.org ) .
81
89
Each Cookbook is hosted in a separate GitHub repo under the umbrella [ Project Pythia
82
90
organization] ( https://github.com/ProjectPythia ) .
83
- Contributors should consult the [ Cookbook-specific Contributor's guide] ( https://github.com/ProjectPythia/.github/blob/main/.github/CONTRIBUTING.md ) .
91
+ Contributors should consult the [ Cookbook-specific Contributor's guide] ( /cookbook-guide ) .
84
92
85
93
### Pythia Portal
86
94
You can’t perform that action at this time.
0 commit comments