@@ -71,15 +71,15 @@ example:
71
71
dbentry.create()
72
72
73
73
74
- Conversion of IDSes between DD versions
75
- ---------------------------------------
74
+ Conversion of IDSs between DD versions
75
+ --------------------------------------
76
76
77
77
IMASPy can convert IDSs between different versions of the data dictionary. This uses the
78
78
"non-backwards compatible changes" metadata from the DD definitions. You can explicitly
79
79
convert IDSs using :py:func: `imaspy.convert_ids `:
80
80
81
81
.. code-block :: python
82
- :caption: Convert an IDSs to a different DD version
82
+ :caption: Convert an IDS to a different DD version
83
83
84
84
import imaspy
85
85
@@ -114,9 +114,9 @@ Background information
114
114
115
115
Since IMASPy needs to have access to multiple DD versions it was chosen to
116
116
bundle these with the code at build-time, in setup.py. If a git clone of the
117
- data-dictionary/ succeeds the setup tools automatically download saxon and
118
- generate :py:class: ` IDSDef.xml ` for each of the tagged versions in the DD git
119
- repository. These are then gathered into :py:class: ` IDSDef.zip, ` which is
117
+ Data Dictionary succeeds, the setup tools automatically download saxon and
118
+ generate `` IDSDef.xml ` ` for each of the tagged versions in the DD git
119
+ repository. These are then gathered into `` IDSDef.zip ``, which is
120
120
distributed inside the IMASPy package.
121
121
122
122
To update the set of data dictionaries new versions can be added to the zipfile.
0 commit comments