From 8e7240a27ed48c894d045ba6d8f2bfd4599542b4 Mon Sep 17 00:00:00 2001 From: Dev Singh Date: Tue, 23 Jan 2024 16:38:10 -0600 Subject: [PATCH 1/3] testing --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index badb720..4c63cd1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,10 +1,4 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - -# Sample workflow for building and deploying a Jekyll site to GitHub Pages -name: Build Jekyll site without deploying +name: Test build Jekyll site without deploying on: # Runs on pushes targeting the default branch From 79b21fb707f94d6a9876c6dbcc41a585dc72025f Mon Sep 17 00:00:00 2001 From: Dev Singh Date: Tue, 23 Jan 2024 20:07:21 -0600 Subject: [PATCH 2/3] move changelog to yaml attributes --- cs357-rtd-theme | 2 +- notes/1-intro.md | 11 +++++++---- notes/2-python.md | 11 +++++++---- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/cs357-rtd-theme b/cs357-rtd-theme index 434b06c..24ad379 160000 --- a/cs357-rtd-theme +++ b/cs357-rtd-theme @@ -1 +1 @@ -Subproject commit 434b06cba3dd2497736da08e06fd226db340b91f +Subproject commit 24ad37978408d8f2dd3d521f65da29fb320dcb6d diff --git a/notes/1-intro.md b/notes/1-intro.md index 2f1e8e6..5273c56 100644 --- a/notes/1-intro.md +++ b/notes/1-intro.md @@ -5,12 +5,15 @@ description: What are Numerical Methods? author: - Mariana Silva - CS 357 Course Staff +changelog: + - + name: Dev Singh + netid: dsingh14 + date: 2024-01-12 + message: Created page. + --- # What are Numerical Methods? Numerical methods do numerical things. - -## Changelog - -- 2024-01-12 Dev Singh dsingh14@illinois.edu: Create page. diff --git a/notes/2-python.md b/notes/2-python.md index 58e2870..0e1c817 100644 --- a/notes/2-python.md +++ b/notes/2-python.md @@ -5,6 +5,13 @@ description: An elementary introduction to Python. author: - Mariana Silva - CS 357 Course Staff +changelog: + - + name: Dev Singh + netid: dsingh14 + date: 2024-01-12 + message: Created page. + --- # Introduction to Python @@ -98,7 +105,3 @@ Here are some links to some packages we will be using in CS 357. ## Review Questions - See this [review link](/cs357/fa2020/reviews/rev-2-python.html) - -## Changelog - -- 2024-01-12 Dev Singh dsingh14@illinois.edu: Port to From 17f12b65266a713de8d2030b3def2b78e2323458 Mon Sep 17 00:00:00 2001 From: Dev Singh Date: Wed, 24 Jan 2024 16:25:33 -0600 Subject: [PATCH 3/3] add to readme --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index efdaea4..1a8dae3 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ **Development Quick Start** -* This repo has the modified RTD Jekyll theme as a submodule to keep licensing clean, clone with `--recurse-submodules` or `git submodule init && git submodule update`. +* This repo has the modified RTD Jekyll theme as a submodule to keep licensing clean, clone with `git clone --recurse-submodules https://github.com/cs357/textbook` or `git submodule init && git submodule update`. * You will need Node.JS since the Sass is compiled with a webpack pipeline.