Add versionadded directive for new arguments/functions in 0.12

This commit is contained in:
Paul Romano 2020-04-10 21:52:43 -05:00
parent 5012c6b0ce
commit 5547ecf88f
20 changed files with 107 additions and 7 deletions

View file

@ -31,8 +31,9 @@ class DataLibrary(EqualityMixin):
name : str
Name of material, e.g. 'Am241'
data_type : str
Name of data type, e.g. 'neutron', 'photon', 'wmp',
or 'thermal'
Name of data type, e.g. 'neutron', 'photon', 'wmp', or 'thermal'
.. versionadded:: 0.12
Returns
-------