pythonarcade / arcade

Easy to use Python library for creating 2D arcade games.
http://arcade.academy
Other
1.69k stars 319 forks source link

Docs: Attribute / method table for classes #1239

Open Hunter2809 opened 2 years ago

Hunter2809 commented 2 years ago

https://github.com/Rapptz/discord.py/blob/master/docs/extensions/attributetable.py https://discordpy.readthedocs.io/en/latest/api.html Making the docs look like these can help navigate better!

einarf commented 2 years ago

Getting the methods and attributes seprated is a really good idea. I was trying to make that work with order in sphinx recently, but this seems to be way better.

pvcraven commented 2 years ago

Ho man, finally on desktop and those docs are pretty.