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
What gets a docs entry is currently manually determined - e.g. here
This means some things are left out
e.g. cf_units.CALENDARS appears in docs, but cf_units.CALENDAR_360_DAY does not, even though it is included in __all__ .
If things ought to be private, we should apply the standard dunder / all control for it.
Possible solutions are sphinx-autoapi or sphinx-apidoc+autodoc
Hints : Iris might be switching to autoapi, and geovista is already there (natch!)
The text was updated successfully, but these errors were encountered:
What gets a docs entry is currently manually determined - e.g. here
This means some things are left out
e.g.
cf_units.CALENDARS
appears in docs, butcf_units.CALENDAR_360_DAY
does not, even though it is included in__all__
.If things ought to be private, we should apply the standard dunder / all control for it.
Possible solutions are sphinx-autoapi or sphinx-apidoc+autodoc
Hints : Iris might be switching to autoapi, and geovista is already there (natch!)
The text was updated successfully, but these errors were encountered: