Update reference
Update the 'measurements' reference in samples.py to refer to the section that describes the supported sample types. Change-Id: I75913cdac6780d2cb6498999830ebb3734a8457e
This commit is contained in:
parent
5e3e0673cf
commit
ac3cc4be6e
@ -45,7 +45,7 @@ class Sample(base.Base):
|
|||||||
"The meter name this sample is for."
|
"The meter name this sample is for."
|
||||||
|
|
||||||
type = wtypes.Enum(str, *sample.TYPES)
|
type = wtypes.Enum(str, *sample.TYPES)
|
||||||
"The meter type (see :ref:`measurements`)"
|
"The meter type (see :ref:`meter_types`)"
|
||||||
|
|
||||||
unit = wtypes.text
|
unit = wtypes.text
|
||||||
"The unit of measure."
|
"The unit of measure."
|
||||||
|
@ -24,6 +24,7 @@ from other external components. If you would like to add new meters to the
|
|||||||
currently existing ones, you need to follow the guidelines given in this
|
currently existing ones, you need to follow the guidelines given in this
|
||||||
section.
|
section.
|
||||||
|
|
||||||
|
.. _meter_types:
|
||||||
|
|
||||||
Types
|
Types
|
||||||
=====
|
=====
|
||||||
|
Loading…
Reference in New Issue
Block a user