Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit 6e10e0b

Browse files
committed
retire
1 parent 4f20e50 commit 6e10e0b

59 files changed

Lines changed: 179 additions & 2 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dev/code2md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ def generate():
3737
input = fh.read()
3838

3939
with open(out_path, "w") as out:
40+
print("> [!CAUTION]", file=out)
41+
print(
42+
"> YOMM2 has been superseded by Boost.OpenMethod. See README for more details.\n",
43+
file=out,
44+
)
45+
4046
fragments = re.findall(
4147
r"(/\*{3}(.*?)\*{3}/)|(//\*{3}(.*?)//\*{3})",
4248
re.sub(

dev/md2md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ with contextlib.suppress(FileNotFoundError):
1919

2020
with open(out_path, "w") as wh:
2121
text = mdgen.replace_md(text, source=source)
22+
print("> [!CAUTION]", file=wh)
23+
print(
24+
"> YOMM2 has been superseded by Boost.OpenMethod. See README for more details.\n",
25+
file=wh,
26+
)
2227
print(text, file=wh, end="")
2328

2429
out_path.chmod(0o400)

docs.in/tutorials/api.md

Lines changed: 0 additions & 2 deletions

docs/reference/RestrictedOutputStream.md

Lines changed: 3 additions & 0 deletions

docs/reference/RuntimeClass.md

Lines changed: 3 additions & 0 deletions

docs/reference/YOMM2_GENSYM.md

Lines changed: 3 additions & 0 deletions

docs/reference/YOMM2_STATIC.md

Lines changed: 3 additions & 0 deletions

docs/reference/YOMM2_SYMBOL.md

Lines changed: 3 additions & 0 deletions

docs/reference/aggregate.md

Lines changed: 3 additions & 0 deletions

docs/reference/apply_product.md

Lines changed: 3 additions & 0 deletions

0 commit comments

Comments
 (0)