We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
italy_yaml
Looking at the examples in the test contest repository - such as con_test/batch/task.yaml - there is no information.
con_test/batch/task.yaml
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
I would like to be able to help with the documentation, but I need some pointers on where to write it.
The text was updated successfully, but these errors were encountered: