@@ -352,12 +352,12 @@ def validate(self):
352
352
353
353
class Message (AbstractSegmentsContainer ):
354
354
"""
355
- A message (started by UNH segment, ended by UNT segment)
355
+ A message (started by UNH_ segment, ended by UNT_ segment)
356
356
357
357
Optional features of UNH are not yet supported.
358
358
359
- https://www.stylusstudio.com/edifact/40100/UNH_.htm
360
- https://www.stylusstudio.com/edifact/40100/UNT_.htm
359
+ .. _UNH: https://www.stylusstudio.com/edifact/40100/UNH_.htm
360
+ .. _UNT: https://www.stylusstudio.com/edifact/40100/UNT_.htm
361
361
"""
362
362
363
363
HEADER_TAG = "UNH"
@@ -407,7 +407,7 @@ def validate(self):
407
407
408
408
class Interchange (FileSourcableMixin , UNAHandlingMixin , AbstractSegmentsContainer ):
409
409
"""
410
- An interchange (started by UNB segment, ended by UNZ segment)
410
+ An interchange (started by UNB_ segment, ended by UNZ_ segment)
411
411
412
412
Optional features of UNB are not yet supported.
413
413
@@ -417,8 +417,8 @@ class Interchange(FileSourcableMixin, UNAHandlingMixin, AbstractSegmentsContaine
417
417
optional: interchange segments can be accessed without going through
418
418
messages.
419
419
420
- https://www.stylusstudio.com/edifact/40100/UNB_.htm
421
- https://www.stylusstudio.com/edifact/40100/UNZ_.htm
420
+ .. _UNB: https://www.stylusstudio.com/edifact/40100/UNB_.htm
421
+ .. _UNZ: https://www.stylusstudio.com/edifact/40100/UNZ_.htm
422
422
"""
423
423
424
424
HEADER_TAG = "UNB"
0 commit comments