Online Documentation Broken

Hi, I’m newish to Panda3D, and I’d like to try coding with it using C++. Thing is, when I look up the documentation online at:

panda3d.org/reference/1.9.4 … PU__DEVICE

I get this:

[b]Forbidden

You don’t have permission to access /reference/1.9.4/cxx/__GPU__DEVICE on this server.

Apache/2.2.22 (Ubuntu) Server at panda3d.org Port 443[/b]

I have the offline documentation handy, but thought it might be worth flagging this for the online version.

Best,
Jack

This seems to only occur for the three internal structures at the top that start with _. You can safely ignore these however, since these are not supposed to be indexed at all.

The pages for the “public” classes (such as WindowFramework) seem to work fine for me.