@@ -58,9 +58,9 @@ class ActivityDefinition(SerializableBase):
5858 def name (self ):
5959 """Name for Activity Definition
6060
61- :setter: Tries to convert to LanguageMap
62- :setter type: :mod :`tincan.language_map `
63- :rtype: :mod :`tincan.language_map `
61+ :setter: Tries to convert to :class:`tincan. LanguageMap`
62+ :setter type: :class :`tincan.LanguageMap `
63+ :rtype: :class :`tincan.LanguageMap `
6464
6565 """
6666 return self ._name
@@ -79,9 +79,9 @@ def name(self):
7979 def description (self ):
8080 """Description for Activity Definition
8181
82- :setter: Tries to convert to LanguageMap
83- :setter type: :mod :`tincan.language_map `
84- :rtype: :mod :`tincan.language_map `
82+ :setter: Tries to convert to :class:`tincan. LanguageMap`
83+ :setter type: :class :`tincan.LanguageMap `
84+ :rtype: :class :`tincan.LanguageMap `
8585
8686 """
8787 return self ._description
@@ -190,9 +190,9 @@ def correct_responses_pattern(self):
190190 def choices (self ):
191191 """Choices for Activity Definition
192192
193- :setter: Tries to convert to InteractionComponentList
194- :setter type: :mod :`tincan.interaction_component_list `
195- :rtype: :mod :`tincan.interaction_component_list `
193+ :setter: Tries to convert to :class:`tincan. InteractionComponentList`
194+ :setter type: :class :`tincan.InteractionComponentList `
195+ :rtype: :class :`tincan.InteractionComponentList `
196196
197197 """
198198 return self ._choices
@@ -211,9 +211,9 @@ def choices(self):
211211 def scale (self ):
212212 """Scale for Activity Definition
213213
214- :setter: Tries to convert to InteractionComponentList
215- :setter type: :mod :`tincan.interaction_component_list `
216- :rtype: :mod :`tincan.interaction_component_list `
214+ :setter: Tries to convert to :class:`tincan. InteractionComponentList`
215+ :setter type: :class :`tincan.InteractionComponentList `
216+ :rtype: :class :`tincan.InteractionComponentList `
217217
218218 """
219219 return self ._scale
@@ -232,9 +232,9 @@ def scale(self):
232232 def source (self ):
233233 """Source for Activity Definition
234234
235- :setter: Tries to convert to InteractionComponentList
236- :setter type: :mod :`tincan.interaction_component_list `
237- :rtype: :mod :`tincan.interaction_component_list `
235+ :setter: Tries to convert to :class:`tincan. InteractionComponentList`
236+ :setter type: :class :`tincan.InteractionComponentList `
237+ :rtype: :class :`tincan.InteractionComponentList `
238238
239239 """
240240 return self ._source
@@ -253,9 +253,9 @@ def source(self):
253253 def target (self ):
254254 """Target for Activity Definition
255255
256- :setter: Tries to convert to InteractionComponentList
257- :setter type: :mod :`tincan.interaction_component_list `
258- :rtype: :mod :`tincan.interaction_component_list `
256+ :setter: Tries to convert to :class:`tincan. InteractionComponentList`
257+ :setter type: :class :`tincan.InteractionComponentList `
258+ :rtype: :class :`tincan.InteractionComponentList `
259259
260260 """
261261 return self ._target
@@ -274,9 +274,9 @@ def target(self):
274274 def steps (self ):
275275 """Steps for Activity Definition
276276
277- :setter: Tries to convert to InteractionComponentList
278- :setter type: :mod :`tincan.interaction_component_list `
279- :rtype: :mod :`tincan.interaction_component_list `
277+ :setter: Tries to convert to :class:`tincan. InteractionComponentList`
278+ :setter type: :class :`tincan.InteractionComponentList `
279+ :rtype: :class :`tincan.InteractionComponentList `
280280
281281 """
282282 return self ._steps
@@ -295,9 +295,9 @@ def steps(self):
295295 def extensions (self ):
296296 """Extensions for Activity Definition
297297
298- :setter: Tries to convert to Extensions
299- :setter type: :mod :`tincan.extensions `
300- :rtype: :mod :`tincan.extensions `
298+ :setter: Tries to convert to :class:`tincan. Extensions`
299+ :setter type: :class :`tincan.Extensions `
300+ :rtype: :class :`tincan.Extensions `
301301
302302 """
303303 return self ._extensions
0 commit comments