Skip to content

Commit f3b8871

Browse files
committed
Merge branch 'main' of github.com:ProjectPythia/projectpythia.github.io into use-conda-on-rtd
2 parents 865ef08 + 1e8302d commit f3b8871

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Diff for: ci/environment.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ channels:
44
- nodefaults
55
dependencies:
66
- myst-nb==0.10.1
7+
- sphinx-book-theme
78
- sphinx-panels
8-
- pydata-sphinx-theme
9-
- jupyterlab
10-
- sphinx-autobuild
119
- matplotlib
12-
- sphinx-book-theme
1310
- pandas
11+
- pyyaml

Diff for: content/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ maxdepth: 1
5959
pages/about.md
6060
pages/people.md
6161
pages/meetings.md
62+
pages/foundations.md
6263
pages/contributing.md
6364
pages/code_of_conduct.md
6465
pages/discussion.md

Diff for: content/pages/foundations.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Project Pythia Foundations
2+
3+
We are currently developing a **comprehensive set of tutorials** covering the **foundational skills** everyone needs to get started with **scientific computing in the open-source Python ecosystem**. These foundational tutorials will serve as **common references** for more advanced and domain-specific content to be housed here in the Pythia Portal.
4+
5+
You can find the *under-construction* Foundations content at <https://foundations.projectpythia.org/>.

0 commit comments

Comments
 (0)