File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -66,10 +66,11 @@ import dir_content_diff
6666dir_content_diff.compare_trees(" reference_dir" , " compared_dir" )
6767```
6868
69- > [ !WARNING]
70- > The order of the parameters is important: the first path is considered as the ` reference `
71- > directory while the second one is the ` compared ` directory. Inverting the parameters may return
72- > a different result (in this example it would return that the file ` sub_file_3.b ` is missing).
69+ ::::{important}
70+ The order of the parameters is important: the first path is considered as the ` reference `
71+ directory while the second one is the ` compared ` directory. Inverting the parameters may return
72+ a different result (in this example it would return that the file ` sub_file_3.b ` is missing).
73+ ::::
7374
7475If all the files are identical, this code will return an empty dictionary because no difference
7576was detected. As mentioned previously, this is because ` dir-content-diff ` is only looking for files
Original file line number Diff line number Diff line change 101101}
102102
103103# MyST parser settings
104- myst_enable_extensions = []
104+ myst_enable_extensions = ["colon_fence" ]
105105myst_heading_anchors = 5
106106myst_all_links_external = True
107107suppress_warnings = ["myst.header" ]
You can’t perform that action at this time.
0 commit comments