panda3d-docs
panda3d-docs copied to clipboard
Sphinx documentation for Panda3D
Looking at [the page for the NodePath class](https://docs.panda3d.org/1.10/python/reference/panda3d.core.NodePath), navigation seems a little inconvenient to me: For one, there's no contents listing to allow quick-skimming of member-names. If one already knows...
The introductory documentation for the C++ version of Panda3D assumes an understanding of how to configure Visual Studio and can be unclear in other places. This makes it hard to...
Using this issue as a checklist of things to do before/after branching off a 1.11 version of the manual: After: - [x] Update version numbers where necessary - [x] Disable...
## Description In the documentation, the [lookAt](https://docs.panda3d.org/1.10/python/reference/panda3d.core.NodePath#panda3d.core.NodePath.lookAt) and [headsUp](https://docs.panda3d.org/1.10/python/reference/panda3d.core.NodePath#panda3d.core.NodePath.headsUp) functions (and their various overloads) could use some more explanation, I think. Here are some questions I had that the Docs...
This is an important topic that needs to be covered in the manual; far too much of this topic is tribal knowledge at the moment. This should cover: - [...
It can be quite tedious (and hurt readability) to keep typing out the roles for external references: ```rst The method :meth:`~.NodePath.set_shader_input()` stores data that can be accessed by the shader....
A reference of all variables has no place in a manual. Instead, such a list should be automatically generated as part of the Reference (see #21). We could have a...
We need to mention installing Panda3D on macOS in the introduction. Right now we have pages on Windows and Linux, and we don't want macOS users to feel left out.
Right now, API entries seem to include methods, but not variables, enums, and the like. The manual does document at least some of these--but not exhaustively, I think. And furthermore,...
It seems that while the new API reference shows parent-classes in its class-hierarchy graphs, it doesn't show sub-classes. As I recall the presence of sub-classes in such graphs having been...