diff --git a/images/logos/ProjectPythia_Logo_Final-01-Blue.svg b/images/logos/ProjectPythia_Logo_Final-01-Blue.svg new file mode 100644 index 000000000..961efc26a --- /dev/null +++ b/images/logos/ProjectPythia_Logo_Final-01-Blue.svg @@ -0,0 +1 @@ + diff --git a/landing-page.ipynb b/landing-page.ipynb deleted file mode 100644 index fa3f33fa2..000000000 --- a/landing-page.ipynb +++ /dev/null @@ -1,59 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "24611359", - "metadata": {}, - "source": [ - "# Pythia Foundations\n", - "\n", - "## A community learning resource for Python-based computing in the geosciences" - ] - }, - { - "cell_type": "markdown", - "id": "422cec20-f029-427f-97bd-90e147e2eb0f", - "metadata": {}, - "source": [ - "\"Pretty" - ] - }, - { - "cell_type": "markdown", - "id": "fa6980e8", - "metadata": {}, - "source": [ - "Brought to you by [Project Pythia](https://projectpythia.org), this growing collection covers the foundational skills everyone needs to get started with scientific computing in the open-source Python ecosystem." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "4c986b6d", - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.8.10" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/landing-page.md b/landing-page.md new file mode 100644 index 000000000..eda71b8d5 --- /dev/null +++ b/landing-page.md @@ -0,0 +1,9 @@ +# Pythia Foundations + +## A community learning resource for Python-based computing in the geosciences + +Pretty Earth + +This collection covers the foundational skills everyone needs to get started with scientific computing in the open-source Python ecosystem. + +Project Pythia logo _Brought to you by [Project Pythia](https://projectpythia.org), the education working group for [Pangeo](https://pangeo.io)_ Pangeo logo diff --git a/preamble/how-to-use.md b/preamble/how-to-use.md index 08c019e6e..f7dfa8491 100644 --- a/preamble/how-to-use.md +++ b/preamble/how-to-use.md @@ -45,7 +45,7 @@ Notebook](https://jupyterbook.org/intro.html) “chapters”. The power of Jupyter Notebooks is that they can contain both static text and executable code that you can interact with. When you navigate to a book chapter such as [Matplotlib -Basics](https://foundations.projectpythia.org/core/matplotlib/matplotlib.html) +Basics](../core/matplotlib/matplotlib-basics) you will see static text, Python code, and the rendered output of that code in the form of the many figures that appear. In the case of Matplotlib Basics these figures are produced by Matplotlib itself.