Skip to content

Commit c14b66a

Browse files
committed
ENH: Output meca archive as article.meca.zip
Instead of manuscript.meca.zip. It contains the manuscript but also the source code, data, and JAX metadata.
1 parent d48bcdb commit c14b66a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

myst.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ project:
5959
output: exports/manuscript.docx
6060
- format: cff
6161
- format: meca
62-
output: exports/manuscript.meca.zip
62+
output: exports/article.meca.zip
6363

6464
toc:
6565
- file: docs/index.md
@@ -92,4 +92,4 @@ site:
9292
logo: docs/assets/logo-insight-journal-square-light.png
9393
logo_dark: docs/assets/logo-insight-journal-square-dark.png
9494
logo_text: Insight Journal Template
95-
hide_title_on_index: true
95+
hide_title_on_index: true

pixi.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ build-meca = { cmd = "myst build --meca", depends-on = ["build-html", "build-pdf
4646
# Verify MECA bundle reproducibility
4747
verify-meca = { cmd = '''
4848
myst build --meca &&
49-
rm -rf exports/manuscript.meca &&
50-
unzip exports/manuscript.meca.zip -d exports/manuscript.meca &&
51-
cd exports/manuscript.meca/bundle &&
49+
rm -rf exports/article.meca &&
50+
unzip exports/article.meca.zip -d exports/article.meca &&
51+
cd exports/article.meca/bundle &&
5252
pixi run build &&
5353
pixi run test
5454
''', depends-on = ["build-meca"], description = "Build MECA export and verify bundle reproducibility" }

0 commit comments

Comments
 (0)