Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get around autosummary.import_cycle warning
From RTD run using Sphinx 8.0.2: WARNING: Summarised items should not include the current module. Replace 'uscrn.get_data' with 'get_data'. [autosummary.import_cycle] WARNING: Summarised items should not include the current module. Replace 'uscrn.get_nrt_data' with 'get_nrt_data'. [autosummary.import_cycle] WARNING: Summarised items should not include the current module. Replace 'uscrn.to_xarray' with 'to_xarray'. [autosummary.import_cycle] WARNING: Summarised items should not include the current module. Replace 'uscrn.read' with 'read'. [autosummary.import_cycle] WARNING: Summarised items should not include the current module. Replace 'uscrn.read_daily' with 'read_daily'. [autosummary.import_cycle] WARNING: Summarised items should not include the current module. Replace 'uscrn.read_daily_nrt' with 'read_daily_nrt'. [autosummary.import_cycle] WARNING: Summarised items should not include the current module. Replace 'uscrn.read_hourly' with 'read_hourly'. [autosummary.import_cycle] WARNING: Summarised items should not include the current module. Replace 'uscrn.read_hourly_nrt' with 'read_hourly_nrt'. [autosummary.import_cycle] WARNING: Summarised items should not include the current module. Replace 'uscrn.read_monthly' with 'read_monthly'. [autosummary.import_cycle] WARNING: Summarised items should not include the current module. Replace 'uscrn.read_subhourly' with 'read_subhourly'. [autosummary.import_cycle] WARNING: Summarised items should not include the current module. Replace 'uscrn.load_meta' with 'load_meta'. [autosummary.import_cycle] I want to have the fully qualified names show up in the docs, so at least for now I don't want to make that suggested replacement I also tried current module None, but that gave error like "no module None.uscrn"
- Loading branch information