Skip to content

Commit

Permalink
Merge pull request #2 from cs357/dsingh14/test
Browse files Browse the repository at this point in the history
Nice changelog interface
  • Loading branch information
devksingh4 authored Jan 24, 2024
2 parents 42b742a + 17f12b6 commit 629cebf
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion cs357-rtd-theme
11 changes: 7 additions & 4 deletions notes/1-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]: Create page.
11 changes: 7 additions & 4 deletions notes/2-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 [email protected]: Port to

0 comments on commit 629cebf

Please sign in to comment.