Hi all,
There's an ongoing issue with section children that I'm partly fixing right now (commits will be on Github shortly). Basically, since you can label any namespace as belonging to any section, there is not a strict hierarchical relationship between sections and namespaces. e.g. in JS.Class the 'JS' and 'JS.Class' namespaces are in the 'core' section, whereas the 'JS.Test' namespace (a child of 'JS') is in the 'test' section.
The first fix is to make sure all namespaces get pages rendered -- I've taken care of this. The second (trickier) thing is to make sure all namespaces get rendered in the sidebar. It's a fairly common pattern for a large JS project (e.g. Dojo, YUI) to use a single root namespace object but it could still be split into sections, so assigning the root namespace object as a child of a single section causes problems. Maybe this relationship needs rethinking, so I'm inviting suggestions before hacking a solution myself.
--
James Coglan
http://jcoglan.com+44 (0) 7771512510