Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🛤 Track myst-cli v1.1.8 #433

Merged
merged 3 commits into from
Aug 11, 2023
Merged

🛤 Track myst-cli v1.1.8 #433

merged 3 commits into from
Aug 11, 2023

Conversation

rowanc1
Copy link
Member

@rowanc1 rowanc1 commented Aug 2, 2023

No description provided.

);
apiFrontmatter.authors = apiFrontmatter.authors.map((author: Author) => {
const resolvedAuthor = resolveAffiliations(session, author);
delete resolvedAuthor.id;
Copy link
Contributor

Choose a reason for hiding this comment

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

The changes in this file back out new additions from the updated affiliations in myst-frontmatter. We need to take a step where we reconcile affiliations in the API / CLI store with the new Affiliations object introduced here: jupyter-book/mystmd#535

Until then, though, this keeps things simple going between API affiliations and MyST frontmatter. Affiliations come through as simple strings still, and those are still handled nicely by the updated myst-frontmatter validation.

@rowanc1 rowanc1 merged commit 7715d21 into main Aug 11, 2023
3 checks passed
@rowanc1 rowanc1 deleted the feat/myst branch August 11, 2023 22:11
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