rdb

Results 354 comments of rdb

I don't know that these are valid downsides, but I could imagine: * People might be used to the default behavior of emphasis (though they should be using `*thing*` if...

Just did (it was easy to find them—I just defined a custom role that raised an error message and set the default_role to that). All but one case actually used...

Maybe this would be good material for a cheat sheet / quick reference guide?

I do see enums: https://docs.panda3d.org/1.10/python/reference/panda3d.core.NodePath#_CPPv49ErrorType Is there a page where you are missing one? Or perhaps there is something about the way they are shown that makes them hard to...

Huh, this used to be documented, I wonder where that old content went.

So, should it be completely alphabetical? Or should some things (like sub-types, enums) be hoisted towards the top/bottom?

Yes, I think it should be automatically generated in the reference section. I don't intend to remove it before we have a replacement.

messenger is documented here: https://docs.panda3d.org/1.10/python/reference/builtins#builtins.messenger We could add an explanation of the global to the API reference page of the Messenger class.

For the record, this can be explicitly added for pages that need it using a `.. contents::` directive. It looks like some pages had `__TOC__` inserted in MediaWiki to explicitly...

This is a known issue—not all of the manual pages have yet been written to include C++ content and will only serve up a page catering to Python users. We...