refactor: cleanup
parent
c21b5b3152
commit
47eedf7077
|
@ -201,10 +201,9 @@ Not ready yet.
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
||||||
Sample repository configuration file stored in the `joj-root` configuration for the
|
|
||||||
repository.
|
|
||||||
|
|
||||||
<details><summary>Sample repo.toml</summary>
|
|
||||||
|
<details><summary>Sample repository configuration.</summary>
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
teaching_team = ["mac-wang", "jon-lee", "allen_wr"] # jaccounts
|
teaching_team = ["mac-wang", "jon-lee", "allen_wr"] # jaccounts
|
||||||
|
@ -220,9 +219,9 @@ whitelist.patterns = ["*.cpp", "*.c", "*.m", "*.md", "Makefile", "CMakelist.txt"
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
Sample basic task configuration for MATLAB where most default options are used.
|
|
||||||
|
|
||||||
<details><summary>Basic sample task.toml</summary>
|
|
||||||
|
<details><summary>Sample basic task configuration for MATLAB where most default options are used.</summary>
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
task="hw3 ex5"
|
task="hw3 ex5"
|
||||||
|
@ -243,9 +242,9 @@ result-detail.stderr = true
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
Sample advanced task configuration for C where many default options are overwritten.
|
|
||||||
|
|
||||||
<details><summary>Advanced sample task.toml</summary>
|
|
||||||
|
<details><summary>Sample advanced task configuration for C where many defaults are overwritten.</summary>
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
# general task configuration
|
# general task configuration
|
||||||
|
|
Loading…
Reference in New Issue
Block a user