You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A quick follow up—adding add_module_names = False to conf.py then running make html is not resulting in any change to the sidebar.
Looks like we may need to be a slightly more involved approach for hats—though the second answer in the stack overflow I posted above seems to be a promising strategy. (However, I'm not sure this would abstract very well if we tried to implement it in the PPT.)
As this is now in backlog, I'm holding off on further exploration.
Those warnings show up now, even without any changes you're talking about (e.g. this docs build). I think it comes from some convenience aliasing of commonly-used classes. I'm getting really good at visually ignoring them when I build docs =D
If you're able to get the nicer table-of-contents, but you see these warnings, that sounds awesome!
Looking at the HATS RTD, the menu options in the left-hand-side for the API reference have a lot of unnecessary duplication:
I would really love if we could have it be simpler:
this includes the package name in the top-level, and omits the package name from the submodule names.
I don't even know if sphinx/autoapi supports this, but I can dream, right?
The text was updated successfully, but these errors were encountered: