File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -481,12 +481,8 @@ def image_shape(self):
481
481
References
482
482
----------
483
483
484
- * `C.7.6.16 Multi-Frame Functional Groups Module
485
- <http://dicom.nema.org/medical/dicom/current/output/pdf/part03.pdf#sect_C.7.6.16>_`
486
-
487
- * `C.7.6.17 Multi-Frame Dimension Module
488
- <http://dicom.nema.org/medical/dicom/current/output/pdf/part03.pdf#sect_C.7.6.17>_`
489
-
484
+ * C.7.6.16 Multi-Frame Functional Groups Module: http://dicom.nema.org/medical/dicom/current/output/pdf/part03.pdf#sect_C.7.6.16
485
+ * C.7.6.17 Multi-Frame Dimension Module: http://dicom.nema.org/medical/dicom/current/output/pdf/part03.pdf#sect_C.7.6.17
490
486
"""
491
487
rows , cols = self .get ('Rows' ), self .get ('Columns' )
492
488
if None in (rows , cols ):
You can’t perform that action at this time.
0 commit comments