From 47eedf7077b4db0b79a15df5fff841b0dc690152 Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 17 Oct 2024 18:39:18 +0800 Subject: [PATCH] refactor: cleanup --- JOJ3-Configuration-For-TAs.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/JOJ3-Configuration-For-TAs.md b/JOJ3-Configuration-For-TAs.md index 5fca7f5..9f2dd9f 100644 --- a/JOJ3-Configuration-For-TAs.md +++ b/JOJ3-Configuration-For-TAs.md @@ -201,10 +201,9 @@ Not ready yet. ## Examples -Sample repository configuration file stored in the `joj-root` configuration for the -repository. -
Sample repo.toml + +
Sample repository configuration. ```toml teaching_team = ["mac-wang", "jon-lee", "allen_wr"] # jaccounts @@ -220,9 +219,9 @@ whitelist.patterns = ["*.cpp", "*.c", "*.m", "*.md", "Makefile", "CMakelist.txt"
-Sample basic task configuration for MATLAB where most default options are used. -
Basic sample task.toml + +
Sample basic task configuration for MATLAB where most default options are used. ```toml task="hw3 ex5" @@ -243,9 +242,9 @@ result-detail.stderr = true
-Sample advanced task configuration for C where many default options are overwritten. -
Advanced sample task.toml + +
Sample advanced task configuration for C where many defaults are overwritten. ```toml # general task configuration