Retire the papers tree and align deck presenter settings - #773
Merged
Merged
Conversation
The two published decks disagreed for no reason anyone chose. MAX IV carried presenter: true from 30e5525, the first commit that published decks at all, when a deck was still authored the way you author one you present yourself. APS was set to false in ff2e697 once the published copy stopped carrying notes. The published MAX IV deck has no notes to show any more, so presenter mode there serves an empty pane. Off is both the honest setting and one less surface if a note ever slips past the guard. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Paper drafts moved to a private repository, so the arrangement here no longer earns its keep: a gitignore rule hiding every paper directory, one negation carving out the single exception, and a scaffold README describing a workflow that happens elsewhere now. The scrubber paper was that exception, and the author has decided it does not need to stay public. Removed with it are the two derived artifacts that lived under docs/: the compiled PDF and the site card. Neither was ever served, since exclude_docs covered papers.md and papers/, so this changes nothing a visitor could see. Both are preserved in the private repository alongside the sources. The commented-out Demos nav entry was nested under the commented-out Papers entry; it is re-anchored at top level rather than left dangling under a parent that no longer exists. The site builds clean. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
xmap
enabled auto-merge
September 4, 2026 19:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-on cleanup now that papers and deck legwork live in their own private
repositories.
Turn presenter mode off on the MAX IV deck. The two published decks
disagreed for no reason anyone chose: MAX IV carried
presenter: truefrom30e55250d28, the first commit that published decks at all, while APS was setto
falseinff2e697dbe5. The published MAX IV deck has no notes to show, sopresenter mode there served an empty pane.
Retire the papers tree. Removes
papers/(42 tracked files), the gitignorerule hiding every paper directory plus its single negation, and the scaffold
README describing a workflow that happens elsewhere now. Also removes the two
derived artifacts under
docs/: the compiled PDF and the site card.Neither of those was ever served:
exclude_docscoveredpapers.mdandpapers/, verified 404 on the live site. Both are preserved in the privaterepository alongside the sources before this deletion.
The commented-out Demos nav entry was nested under the commented-out Papers
entry, so it is re-anchored at top level rather than left under a parent that no
longer exists.
make docs-buildruns clean.Note this removes files from the tracked tree going forward; it does not remove
them from history.
🤖 Generated with Claude Code