Skip to content

SYNC: update chang_ramsey.md from lecture-python-advanced.myst - #27

Merged
mmcky merged 1 commit into
mainfrom
sync-chang-ramsey-from-source
Jun 21, 2026
Merged

mmcky merged 1 commit into
mainfrom
sync-chang-ramsey-from-source

Conversation

@mmcky

@mmcky mmcky commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

Brings lectures/chang_ramsey.md back into byte-identical alignment with its primary source (see #7). The drift is entirely jupytext/MyST format normalization done upstream (no content change):

  • frontmatter gains format_version / jupytext_version metadata and display_name updated to "Python 3 (ipykernel)";
  • code-cell markers normalized to ipython3 (from ipython / python3);
  • tag block uses the inline :tags: [hide-output] syntax instead of the legacy ----delimited block.

Diff is 41 lines, ~100% format/metadata. After this PR the file is byte-identical to upstream's current main.

No intersphinx prefixes to preserve; chang_ramsey.md is not in #7's exception list.

🤖 Generated with Claude Code

Brings lecture-dp's chang_ramsey.md back into byte-identical alignment
with its primary source (see #7). The drift is entirely jupytext/MyST
format normalization done upstream (no content change):

  * frontmatter gains format_version / jupytext_version metadata and
    display_name updated to "Python 3 (ipykernel)";
  * code-cell markers normalized to ipython3 (from ipython / python3);
  * tag block uses inline :tags: [hide-output] syntax instead of the
    legacy --- delimited block.

No intersphinx prefixes to preserve; chang_ramsey.md is not in #7's
exception list.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 21, 2026 22:46

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request re-syncs lectures/chang_ramsey.md to match its upstream source (lecture-python-advanced.myst) by applying Jupytext/MyST normalization changes (metadata and cell marker/tag formatting), without altering lecture content.

Changes:

  • Added/updated Jupytext frontmatter metadata (format_version, jupytext_version, kernelspec display_name).
  • Normalized MyST code-cell language markers to ipython3.
  • Converted the hide-output tag block to inline :tags: [hide-output] syntax.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mmcky
mmcky merged commit db3032f into main Jun 21, 2026
2 checks passed
@mmcky
mmcky deleted the sync-chang-ramsey-from-source branch June 21, 2026 23:34
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.

2 participants