Skip to content

Commit 581c41a

Browse files
authored
Merge branch 'main' into dropdown
2 parents f9be8f7 + 44e4d7e commit 581c41a

File tree

6 files changed

+304
-5
lines changed

6 files changed

+304
-5
lines changed

portal/blog.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Blog
2+
3+
This will be replaced by `ablog` so there's nothing here.

portal/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@
118118
'index': 'page-banner.html',
119119
'resource-gallery': 'page-standalone.html',
120120
},
121-
'secondary_sidebar_items': [],
122121
'footer_logos': {
123122
'NCAR': '_static/images/logos/NSF-NCAR_Lockup-UCAR-Dark_102523.png',
124123
'Unidata': '_static/images/logos/Unidata_logo_horizontal_1200x300.svg',

portal/contributing.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
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+
```
210

311
## Overview
412

@@ -77,10 +85,10 @@ The Pythia [Cookbook
7785
Gallery](https://cookbooks.projectpythia.org/) is a
7886
collection of "cookbooks" that describe workflows that solve a
7987
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).
8189
Each Cookbook is hosted in a separate GitHub repo under the umbrella [Project Pythia
8290
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).
8492

8593
### Pythia Portal
8694

0 commit comments

Comments
 (0)