Skip to content

Commit d74e867

Browse files
committed
[doc/thgttg] Update repository version number
1 parent 250bb34 commit d74e867

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

doc/example_odMLs/THGTTG.odml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<?xml-stylesheet type="text/xsl" href="odmlTerms.xsl"?>
33
<?xml-stylesheet type="text/xsl" href="odml.xsl"?>
44
<odML version="1.1">
5+
<repository>http://portal.g-node.org/odml/terminologies/v1.1/terminologies.xml</repository>
56
<version>42</version>
67
<section>
78
<name>TheCrew</name>

doc/example_odMLs/thgttg.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@
2424

2525
save_to = os.path.join(output_directory, "THGTTG.odml")
2626

27-
odmlrepo = 'http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml'
27+
28+
odmlrepo = 'http://portal.g-node.org/odml/terminologies/v1.1/terminologies.xml'
2829

2930
# CREATE A DOCUMENT
3031
doc = odml.Document(author="D. N. Adams",
3132
date=datetime.date(1979, 10, 12),
32-
version=42)
33-
# repository=odmlrepo)
33+
version=42,
34+
repository=odmlrepo)
3435

3536
# CREATE AND APPEND THE MAIN SECTIONs
3637
doc.append(odml.Section(name="TheCrew",

0 commit comments

Comments
 (0)