Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task and contest YAML configuration files lack documentation #1154

Open
CristianCantoro opened this issue May 1, 2020 · 0 comments
Open
Milestone

Comments

@CristianCantoro
Copy link
Contributor

CristianCantoro commented May 1, 2020

Description: Task and contest configuration file lack documentation

I am not able to find a complete specification of the configuration files for tasks and contests in YAML format (italy_yaml).

Looking at the examples in the test contest repository - such as con_test/batch/task.yaml - there is no information.

Here's an example of a minimal configuration file for a task:

name: "sum"
title: "Sum of two numbers"
time_limit: 1
memory_limit: 8
diff: 1
n_input: 10
public_testcases: "0,1,2,3,4,5,6,7,8,9"
token_mode: disabled

I would like to be able to help with the documentation, but I need some pointers on where to write it.

@wil93 wil93 added this to the P1 milestone Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants