py-sdl / py-sdl2

Python ctypes wrapper around SDL2
Other
297 stars 49 forks source link

Migrate sdl2.ext docs to inline SphinxDoc style #187

Open a-hurst opened 3 years ago

a-hurst commented 3 years ago

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