Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/nightly-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
build:
if: ${{ github.repository_owner == 'ProjectPythia' }}
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
environment_name: sklearn-argo-dev

deploy:
needs: build
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main

link-check:
if: ${{ github.repository_owner == 'ProjectPythia' }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
jobs:
build:
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
environment_name: sklearn-argo-dev

deploy:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-book-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
build:
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
environment_name: sklearn-argo-dev
artifact_name: book-zip-${{ github.event.number }}
base_url: '/${{ github.event.repository.name }}/_preview/${{ github.event.number }}'
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,6 @@ dmypy.json

# Ephemeral .nfs files
.nfs*

# MyST build outputs
_build
2 changes: 0 additions & 2 deletions .isort.cfg

This file was deleted.

52 changes: 0 additions & 52 deletions .pre-commit-config.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<img src="thumbnail.png" alt="thumbnail" width="300"/>

# Scikit-learn on Argo Observations

<img src="thumbnail.png" alt="thumbnail" width="300"/>

[![nightly-build](https://github.com/song-sangmin/sklearn-argo/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/song-sangmin/sklearn-argo/actions/workflows/nightly-build.yaml)
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/song-sangmin/sklearn-argo/main?labpath=notebooks)
[![DOI](https://zenodo.org/badge/808693731.svg)](https://zenodo.org/badge/latestdoi/808693731)
Expand Down
80 changes: 0 additions & 80 deletions _config.yml

This file was deleted.

6 changes: 0 additions & 6 deletions _static/custom.css

This file was deleted.

Binary file removed _static/footer-logo-nsf.png
Binary file not shown.
27 changes: 0 additions & 27 deletions _templates/footer-extra.html

This file was deleted.

14 changes: 0 additions & 14 deletions _toc.yml

This file was deleted.

1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ dependencies:
- pip:
- argovisHelpers==0.0.26
- matplotlib-label-lines
- mystmd
30 changes: 30 additions & 0 deletions myst.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 1
extends:
- https://raw.githubusercontent.com/projectpythia/pythia-config/main/pythia.yml
project:
title: Using sklearn with BGC-Argo ocean observations
authors:
- name: Sangmin Song
github: https://github.com/projectpythia/sklearn-argo-cookbook
copyright: '2024'
toc:
- file: README.md
- title: Preamble
children:
- file: notebooks/how-to-cite.md
- title: Argo Foundations
children:
- file: notebooks/argo-introduction.ipynb
- file: notebooks/argo-access.ipynb
- title: Scikit-learn Workflows on Argo
children:
- file: notebooks/sklearn-regression.ipynb
- file: notebooks/sklearn-clustering.ipynb
jupyter:
binder:
repo: projectpythia/sklearn-argo-cookbook
site:
options:
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
folders: true
template: book-theme