Merge "Update reference"
This commit is contained in:
commit
7cebf50698
@ -45,7 +45,7 @@ class Sample(base.Base):
|
||||
"The meter name this sample is for."
|
||||
|
||||
type = wtypes.Enum(str, *sample.TYPES)
|
||||
"The meter type (see :ref:`measurements`)"
|
||||
"The meter type (see :ref:`meter_types`)"
|
||||
|
||||
unit = wtypes.text
|
||||
"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
|
||||
section.
|
||||
|
||||
.. _meter_types:
|
||||
|
||||
Types
|
||||
=====
|
||||
|
Loading…
Reference in New Issue
Block a user