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:
Ildiko Vancsa 2015-03-13 13:10:33 +01:00
parent 5e3e0673cf
commit ac3cc4be6e
2 changed files with 2 additions and 1 deletions

View File

@ -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."

View File

@ -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
===== =====