Skip to content

refactor: rewrite profile readme in quarto#54

Open
kelly-sovacool wants to merge 25 commits intomainfrom
refactor-quarto
Open

refactor: rewrite profile readme in quarto#54
kelly-sovacool wants to merge 25 commits intomainfrom
refactor-quarto

Conversation

@kelly-sovacool
Copy link
Copy Markdown
Member

@kelly-sovacool kelly-sovacool commented Apr 6, 2026

Changes

Re-write the make_readme action and scripts as a quarto document for a simplified design. Removes a lot of boilerplate code and makes the readme easier to understand. Instead of calling make_readme.sh, the readme is now updated with quarto render profile/README.qmd. The content in the rendered file (profile/README.md) is nearly identical to the original, with the only differences being line wrapping.

You can test how the README file is rendered without running the Python code chunks with:

quarto render profile/README.qmd -M eval:false

Issues

fixes #45

PR Checklist

(Strikethrough any points that are not applicable.)

  • This comment contains a description of changes with justifications, with any relevant issues linked.
  • [ ] Write unit tests for any new features, bug fixes, or other code changes.
  • [ ] Update docs if there are any API changes.
  • [ ] Update CHANGELOG.md with a short description of any user-facing changes and reference the PR number. Guidelines: https://keepachangelog.com/en/1.1.0/

@kelly-sovacool kelly-sovacool requested a review from kopardev April 6, 2026 22:33
@kelly-sovacool kelly-sovacool enabled auto-merge (squash) April 7, 2026 16:48
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.

release table is formatted incorrectly

1 participant