Skip to content
14 changes: 13 additions & 1 deletion doc/manual/team.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ become of importance when you run into problems.
.. admonition:: Summary

The web interface of DOMjudge can be found at
|baseurlteam|. See the two figures on the next page for
|baseurlteam|. See the three figures on the next pages for
an impression.

Solutions have to read all input from 'standard in' and write all
Expand Down Expand Up @@ -54,6 +54,13 @@ become of importance when you run into problems.
requests and replies is done through the web interface at
|baseurlteam|.

Use the |problemseturlteam| page to get:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leave the URL out here (as mentioned on the other commit)


- all attachments such as 'testing tools' to problems,
- view the submission and acceptance ratio during the contest as an indicator of the difficulty of a problem,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the brevity of this explanation, but I'm not sure if we might want to include a hint that more information is available when hovering the indicators.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to propose an alternative text.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about something like this?

- view indicators for problem difficulty (submission and acceptance rates) across contest intervals (hover over the boxes for exact numbers),

- get the problem statement and clarifications on those statements
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either add a comma at the end here or remove it from the first two lines.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I went with the extra comma.

- see the time & memory limits.


.. raw:: pdf

Expand All @@ -76,6 +83,11 @@ Overview of the interface

The scoreboard webpage.

.. figure:: team-problemset.png
:width: 80%

The problem set webpage.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The problem set webpage.
The problemset webpage.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I looked that one up and it seems that 'problem set' is the correct form and 'problemset' is something which is informally accepted. I'm fine with both though.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The UI uses problemset it seems so that's why I'm suggesting it.


.. raw:: pdf

PageBreak
Expand Down