Merge "Update reference"

This commit is contained in:
Jenkins 2015-03-16 21:08:43 +00:00 committed by Gerrit Code Review
commit 7cebf50698
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."
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."

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
section.
.. _meter_types:
Types
=====