You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the primary docs for all the sdl2.ext modules are in separate .rst files instead of being in-line with their corresponding code. This makes the docs much harder to maintain, and also makes the code itself harder to read. To address this, we'll migrate the docs for these modules over to Google-style or Numpy-style inline sphinxdoc style.
Documentation to migrate
sdl2.rst
sdl2ext.rst
sdl2ext_algorithms.rst
sdl2ext_array.rst
sdl2ext_color.rst
sdl2ext_colorpalettes.rst
sdl2ext_common.rst
sdl2ext_compat.rst
sdl2ext_draw.rst
sdl2ext_ebs.rst
sdl2ext_events.rst
sdl2ext_font.rst
sdl2ext_gui.rst
sdl2ext_image.rst
sdl2ext_particles.rst
sdl2ext_pixelaccess.rst
sdl2ext_resources.rst
sdl2ext_sprite.rst
sdl2ext_surface.rst
sdl2ext_window.rst
The text was updated successfully, but these errors were encountered:
Currently, the primary docs for all the
sdl2.ext
modules are in separate.rst
files instead of being in-line with their corresponding code. This makes the docs much harder to maintain, and also makes the code itself harder to read. To address this, we'll migrate the docs for these modules over to Google-style or Numpy-style inline sphinxdoc style.Documentation to migrate
The text was updated successfully, but these errors were encountered: