docs icon indicating copy to clipboard operation
docs copied to clipboard

Documentation for setting up and using the DMOJ judge.

Results 28 docs issues
Sort by recently updated
recently updated
newest added

The new lxml release moved the module lxml.html.clean to a independent package (lxml_html_clean)

I needed to run `sudo apt install pkg-config` before I can run `pip3 install mysqlclient` successfully. Add this command to the docs somewhere. https://stackoverflow.com/a/76794502

Many templates have been floating around in the DMOJ community for validation and input handling in checkers. This commit aims to consolidate them. It has two main goals: - Correct....

When the sample problem for signature grading got changed to fastbit from #135 the [problem_examples.md](https://github.com/DMOJ/docs/blob/master/docs/problem_format/problem_examples.md) file got left out. This PR just makes the two files consistent with each other

Nginx body file size limit

If we are going to say in the docs that we use python's glob module (which is fine), we should [link to it](https://docs.python.org/3/library/glob.html).

In the installation guide, Celery is tested to see if it able to connect to Redis, but will result in an error as the `Redis` package is not installed. https://github.com/DMOJ/docs/blob/master/docs/site/installation.md?plain=1#L159...

There is no documentation for the `output_limit_length` and `output_prefix_length` fields specified in the `init.yml` for a problem.

Would be nice to have a reference of what builtin checker does what. A table like | Checker ID | Extra parameters | Description | |---|---|---| | `standard` | —...