Skip to content

docs: export tutorials to markdown only - #175

Open
ehennestad wants to merge 1 commit into
fix-export-userpath-warningfrom
drop-html-tutorial-export
Open

docs: export tutorials to markdown only#175
ehennestad wants to merge 1 commit into
fix-export-userpath-warningfrom
drop-html-tutorial-export

Conversation

@ehennestad

Copy link
Copy Markdown
Collaborator

Why

MATLAB's HTML export embeds identifiers that differ on every export, so each HTML file changed on every run whether or not anything had. The post-processing step that stripped the unstable attributes it knew about didn't catch all of them, and nothing links to the HTML files — the README and the tutorials point at the markdown.

What

Export markdown only; delete the committed HTML files and the post-processor that existed to tame them.

Stacked on #174, since both touch exportTutorials and docs/tutorials.

🤖 Generated with Claude Code

MATLAB's HTML export embeds identifiers that differ on every export, so each
HTML file changed on every run whether or not anything had. The
post-processing step that stripped the unstable attributes it knew about
did not catch all of them, and nothing links to the HTML files: the README
and the tutorials index point at the markdown.

Export markdown only, delete the committed HTML and the post-processor that
existed to tame it.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@ehennestad
ehennestad force-pushed the drop-html-tutorial-export branch from a883e7b to 6f010f5 Compare September 7, 2026 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant