libtcod / python-tcod

A high-performance Python port of libtcod. Includes the libtcodpy module for backwards compatibility with older projects.
BSD 2-Clause "Simplified" License
410 stars 36 forks source link

Made context.new visible in docs #100

Closed keiv-fly closed 3 years ago

keiv-fly commented 3 years ago

I just saw that tcod.context.new was referenced multiple times in the tcod.context docs and it was nowhere to find. So I added new to all.

HexDecimal commented 3 years ago

Thanks for catching this. I'll eventually need to fix the Sphinx documentation warnings so that I'll be notified when something like this happens.