363
363
364
364
EasyBuild supports 2 different software packages (incl. toolchains, bundles):
365
365
366
- <a href="#g">g</a>
366
+ [g](#g)
367
367
368
368
369
- <a anchor="g"/>
370
- ### *G*
369
+ ### G
371
370
372
371
* GCC
373
372
* gzip"""
376
375
377
376
EasyBuild supports 2 different software packages (incl. toolchains, bundles):
378
377
379
- <a href="#g">g</a>
378
+ [g](#g)
380
379
381
380
382
- <a anchor="g"/>
383
- ### *G*
381
+ ### G
384
382
385
383
386
- <a href=" #gcc">GCC</a> - <a href=" #gzip">gzip</a>
384
+ [GCC]( #gcc) - [gzip]( #gzip)
387
385
388
386
389
- <a anchor="gcc"/>
390
- ### *GCC*
387
+ ### GCC
391
388
392
389
%(gcc_descr)s
393
390
394
- *homepage*: http://gcc.gnu.org/
391
+ *homepage*: < http://gcc.gnu.org/>
395
392
396
393
version |toolchain
397
394
---------|----------
398
395
``4.6.3``|``system``
399
396
400
- <a anchor="gzip"/>
401
- ### *gzip*
397
+ ### gzip
402
398
403
399
%(gzip_descr)s
404
400
405
- *homepage*: http://www.gzip.org/
401
+ *homepage*: < http://www.gzip.org/>
406
402
407
403
version|toolchain
408
404
-------|-------------------------------
@@ -526,7 +522,7 @@ def test_gen_easyblocks_overview(self):
526
522
self .assertTrue (name in ebdoc )
527
523
names .append (name )
528
524
529
- toc = ["<a href='# " + n . lower () + "'> " + n + "</a> " for n in sorted (set (names ))]
525
+ toc = ["\\ [ " + n + "\\ ] \\ (# " + n . lower () + "\\ ) " for n in sorted (set (names ))]
530
526
pattern = " - " .join (toc )
531
527
regex = re .compile (pattern )
532
528
self .assertTrue (re .search (regex , ebdoc ), "Pattern %s found in %s" % (regex .pattern , ebdoc ))
@@ -746,7 +742,7 @@ def test_avail_easyconfig_constants(self):
746
742
r"^Constants that can be used in easyconfigs" ,
747
743
r"^\s*ARCH: .* \(CPU architecture of current system \(aarch64, x86_64, ppc64le, ...\)\)" ,
748
744
r"^\s*OS_PKG_OPENSSL_DEV: \('openssl-devel', 'libssl-dev', 'libopenssl-devel'\) "
749
- r"\(OS packages providing openSSL developement support\)" ,
745
+ r"\(OS packages providing openSSL development support\)" ,
750
746
]
751
747
752
748
txt = avail_easyconfig_constants ()
@@ -763,7 +759,7 @@ def test_avail_easyconfig_constants(self):
763
759
r"^# Constants that can be used in easyconfigs" ,
764
760
r"^``ARCH``\s*\|``.*``\s*\|CPU architecture of current system \(aarch64, x86_64, ppc64le, ...\)$" ,
765
761
r"^``OS_PKG_OPENSSL_DEV``\s*\|``\('openssl-devel', 'libssl-dev', 'libopenssl-devel'\)``\s*\|"
766
- r"OS packages providing openSSL developement support$" ,
762
+ r"OS packages providing openSSL development support$" ,
767
763
]
768
764
txt_md = avail_easyconfig_constants (output_format = 'md' )
769
765
for pattern in md_patterns :
@@ -774,7 +770,7 @@ def test_avail_easyconfig_constants(self):
774
770
r"^Constants that can be used in easyconfigs\n-{41}" ,
775
771
r"^``ARCH``\s*``.*``\s*CPU architecture of current system \(aarch64, x86_64, ppc64le, ...\)$" ,
776
772
r"^``OS_PKG_OPENSSL_DEV``\s*``\('openssl-devel', 'libssl-dev', 'libopenssl-devel'\)``\s*"
777
- r"OS packages providing openSSL developement support$" ,
773
+ r"OS packages providing openSSL development support$" ,
778
774
]
779
775
txt_rst = avail_easyconfig_constants (output_format = 'rst' )
780
776
for pattern in rst_patterns :
0 commit comments