Skip to content

Commit e25f3dc

Browse files
committed
Update references to genno code
1 parent febd58a commit e25f3dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: doc/macro.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Code documentation
235235
:exclude-members: MACRO_ITEMS
236236

237237
The functions :func:`add_model_data` and :func:`calibrate` are used by :meth:`.Scenario.add_macro`.
238-
Others are internal; :func:`prepare_computer` assembles the following functions into a :class:`.genno.Computer` that then executes the necessary calculations to prepare the model data.
238+
Others are internal; :func:`prepare_computer` assembles the following functions into a :class:`genno.Computer` that then executes the necessary calculations to prepare the model data.
239239

240240
.. autosummary::
241241
Structures

Diff for: doc/reporting.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Operators
284284
~genno.computations.add
285285
~genno.computations.aggregate
286286
~genno.computations.apply_units
287-
~genno.compat.pyam.computations.as_pyam
287+
~genno.compat.pyam.operator.as_pyam
288288
~genno.computations.broadcast_map
289289
~genno.computations.combine
290290
~genno.computations.concat

0 commit comments

Comments
 (0)