We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5634482 commit 8a09101Copy full SHA for 8a09101
2 files changed
doc/api/climada/climada.entity.rst
@@ -6,6 +6,7 @@ climada\.entity package
6
climada.entity.disc_rates
7
climada.entity.exposures
8
climada.entity.impact_funcs
9
+ climada.entity.measures
10
climada.entity._legacy_measures
11
12
climada\.entity\.entity\_def module
doc/api/climada/measures.rst
@@ -0,0 +1,14 @@
1
+climada\.entity\.measures package
2
+=================================
3
+
4
+.. note::
5
+ This package implements the new way of defining measures.
+ For the previous way, see :ref:`climada.entity._legacy_measures`
+climada\.entity\.measures\.measure_config module
+------------------------------------------------
+.. automodule:: climada.entity.measures.measure_config
+ :members:
13
+ :undoc-members:
14
+ :show-inheritance:
0 commit comments