Skip to content

Commit

Permalink
drop useless anchor in MarkDown version of easyblocks overview
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Jan 3, 2023
1 parent ba20c2b commit dd50ce6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions easybuild/tools/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1318,8 +1318,6 @@ def gen_easyblock_doc_section_md(eb_class, path_to_examples, common_params, doc_
classname = eb_class.__name__

doc = [
"<a anchor='#" + classname.lower() + "'/>",
'',
'## ``' + classname + '``',
'',
]
Expand Down
2 changes: 0 additions & 2 deletions test/framework/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,6 @@ def test_gen_easyblocks_overview(self):

# extensive check for ConfigureMake easyblock
check_configuremake = '\n'.join([
"<a anchor='#configuremake'/>",
'',
"## ``ConfigureMake``",
'',
"(derives from ``EasyBlock``)",
Expand Down

0 comments on commit dd50ce6

Please sign in to comment.