mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-04-03 14:24:25 -04:00
My pydown.py custom Markdown generator was printing bogus warnings about unknown symbol types, when it was actually generating correct documentation for those symbols. Eliminated the warnings, and improved the output format for global constant documentation: no more extraneous spaces. If there really is an undocumented symbol detected, fail the build! Don't just print a warning that slides up the screen unnoticed.