Skip to content

Commit

Permalink
Update references to genno code
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Nov 6, 2023
1 parent 0b1b03b commit 8cc2c58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/macro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Code documentation
:exclude-members: MACRO_ITEMS

The functions :func:`add_model_data` and :func:`calibrate` are used by :meth:`.Scenario.add_macro`.
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.
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.

.. autosummary::
Structures
Expand Down
2 changes: 1 addition & 1 deletion doc/reporting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Operators
~genno.computations.add
~genno.computations.aggregate
~genno.computations.apply_units
~genno.compat.pyam.computations.as_pyam
~genno.compat.pyam.operator.as_pyam
~genno.computations.broadcast_map
~genno.computations.combine
~genno.computations.concat
Expand Down

0 comments on commit 8cc2c58

Please sign in to comment.