Closed MrValdez closed 1 month ago
While building the html docs (with py -m buildconfig docs
) I am getting the following warnings:
/[my_path]/pygame-ce/docs/reST/ref/window.rst:49: ERROR: Unexpected indentation.
/[my_path]/pygame-ce/docs/reST/ref/window.rst:65: ERROR: Unexpected indentation.
The .. code-block:: python
part must not be indented relative to the text, and the python code should be intended only once. Also I believe there should be one empty line before according to the rst
spec.
I've noticed that the new Window API have different behavior with events. I've updated the documentation to reflect this.