2012-12-17 15:08:25 -06:00
|
|
|
:tocdepth: 2
|
|
|
|
|
|
|
|
i18n with docfields
|
|
|
|
===================
|
|
|
|
|
|
|
|
.. single TypedField
|
|
|
|
|
|
|
|
.. class:: Cls1
|
2023-07-28 16:30:26 -05:00
|
|
|
:no-index:
|
2012-12-17 15:08:25 -06:00
|
|
|
|
|
|
|
:param param: description of parameter param
|
|
|
|
|
|
|
|
.. grouped TypedFields
|
|
|
|
|
|
|
|
.. class:: Cls2
|
2023-07-28 16:30:26 -05:00
|
|
|
:no-index:
|
2012-12-17 15:08:25 -06:00
|
|
|
|
|
|
|
:param foo: description of parameter foo
|
|
|
|
:param bar: description of parameter bar
|
|
|
|
|
|
|
|
|
|
|
|
.. single GroupedField
|
|
|
|
|
|
|
|
.. class:: Cls3(values)
|
2023-07-28 16:30:26 -05:00
|
|
|
:no-index:
|
2012-12-17 15:08:25 -06:00
|
|
|
|
|
|
|
:raises ValueError: if the values are out of range
|
|
|
|
|
|
|
|
.. grouped GroupedFields
|
|
|
|
|
|
|
|
.. class:: Cls4(values)
|
2023-07-28 16:30:26 -05:00
|
|
|
:no-index:
|
2012-12-17 15:08:25 -06:00
|
|
|
|
|
|
|
:raises TypeError: if the values are not valid
|
|
|
|
:raises ValueError: if the values are out of range
|
|
|
|
|
|
|
|
|
|
|
|
.. single Field
|
|
|
|
|
|
|
|
.. class:: Cls5
|
2023-07-28 16:30:26 -05:00
|
|
|
:no-index:
|
2012-12-17 15:08:25 -06:00
|
|
|
|
|
|
|
:returns: a new :class:`Cls3` instance
|
|
|
|
|
|
|
|
.. Field is never grouped
|
|
|
|
|