Skip to content

Commit

Permalink
reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Mar 21, 2024
1 parent 99b72f3 commit feb5357
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pdf_build_src/process_markdowns.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,14 +684,14 @@ def process_macros(duplicated_src_dir_path):
# make a copy of the src directory in the current directory
copy_src()

# run mkdocs macros embedded in markdown files
process_macros(duplicated_src_dir_path)

# remove mkdocs admonition
remove_admonitions(
input_folder=duplicated_src_dir_path, output_folder=duplicated_src_dir_path
)

# run mkdocs macros embedded in markdown files
process_macros(duplicated_src_dir_path)

# copy BIDS_logo to images directory of the src_copy directory
copy_bids_logo()

Expand Down
2 changes: 1 addition & 1 deletion src/modality-specific-files/genetic-descriptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ keys in the `Genetics` sub-[object][] of `dataset_description.json`:
The definitions of these fields can be found in
src/schema/objects/metadata.yaml
and a guide for using macros can be found at
https://github.com/bids-standard/bids-specification/blob/master/macros_doc.md
https://github.com/bids-standard/bids-specification/blob/master/macros_doc.md
-->
{{ MACROS___make_subobject_table("metadata.Genetics") }}

Expand Down

0 comments on commit feb5357

Please sign in to comment.