Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jll63 committed Mar 10, 2024
1 parent 1bbdb83 commit 45dc388
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/mdgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def location(m):
path = "/".join(trail[:i + 1])
trailer.append(f"[{node}](/{path}.md)")

text = f"<sub>{trailer}</sub><br>\n" + text
text = f"<sub>{' / '.join(trailer)}</sub><br>\n" + text

text = replace_links(text)

Expand Down
2 changes: 1 addition & 1 deletion reference/error_handler.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<sub>['[home](/README.md)', '[reference](/reference.md)']</sub><br>
<sub>[home](/README.md) / [reference](/reference.md)</sub><br>
**error_handler**<br>
<sub>defined in yorel::yomm2::policy by <yorel/yomm2/keywords.hpp>, also provided by <yorel/yomm2/core.hpp></sub>

Expand Down
2 changes: 1 addition & 1 deletion reference/vectored_error/default_error_handler.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<sub>['[home](/README.md)', '[reference](/reference.md)', '[vectored_error](/reference/vectored_error.md)']</sub><br>
<sub>[home](/README.md) / [reference](/reference.md) / [vectored_error](/reference/vectored_error.md)</sub><br>
# vectored_error<Policy>::**default_error_handler**
<sub>defined in yorel::yomm2::policy by <yorel/yomm2/keywords.hpp>, also provided by <yorel/yomm2/core.hpp></sub>

Expand Down

0 comments on commit 45dc388

Please sign in to comment.