diff --git a/doc/api/report/index.rst b/doc/api/report/index.rst index 3c46a029f0..ed783a84e3 100644 --- a/doc/api/report/index.rst +++ b/doc/api/report/index.rst @@ -181,7 +181,7 @@ Utilities .. currentmodule:: message_ix_models.report.compat Compatibility with :mod:`.report.legacy` ---------------------------------------- +---------------------------------------- .. automodule:: message_ix_models.report.compat :members: diff --git a/doc/api/testing.rst b/doc/api/testing.rst index 9f8656e6b5..e0e9b33b51 100644 --- a/doc/api/testing.rst +++ b/doc/api/testing.rst @@ -24,7 +24,6 @@ Others: .. autosummary:: EXPORT_OMIT - CliRunner bare_res export_test_data pytest_addoption diff --git a/message_ix_models/tools/iea/web.py b/message_ix_models/tools/iea/web.py index e78a288ac8..865c71f47e 100644 --- a/message_ix_models/tools/iea/web.py +++ b/message_ix_models/tools/iea/web.py @@ -49,8 +49,8 @@ class IEA_EWEB(ExoDataSource): - "provider": Either "IEA" or "OECD". See :data:`.FILES`. - "edition": one of "2021", "2022", or "2023". See :data:`.FILES`. - - "product": :class:`str` or :class:`list` of :class:`str. - - "flow": :class:`str` or :class:`list` of :class:`str. + - "product": :class:`str` or :class:`list` of :class:`str`. + - "flow": :class:`str` or :class:`list` of :class:`str`. The returned data have the extra dimensions "product" and "flow", and are not aggregated by year.