Update workflows, configuration, and documentation for consistency an…#235
Merged
mnwhite merged 3 commits intoecon-ark:mainfrom Jan 26, 2026
Merged
Update workflows, configuration, and documentation for consistency an…#235mnwhite merged 3 commits intoecon-ark:mainfrom
mnwhite merged 3 commits intoecon-ark:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the DemARK repository for consistency and adds new content. The primary focus is migrating from the master branch to main, enhancing project metadata, improving documentation, and adding a new demonstration notebook.
Changes:
- Migrated all branch references from
mastertomainacross configuration files, workflows, and documentation - Enhanced project metadata in myst.yml with title, description, keywords, authors, logo, and navigation actions
- Added new Durables vs Nondurables notebook with proper markdown metadata and TOC integration
- Improved CI/CD with parallel test execution using pytest-xdist and added clarifying comments
- Standardized YAML formatting in markdown frontmatter files and simplified .gitignore patterns
Reviewed changes
Copilot reviewed 23 out of 30 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| myst.yml | Added comprehensive project and site metadata including title, description, keywords, authors, logo, and action links |
| _config.yml | Updated repository branch reference from master to main |
| _toc.yml | Added new Durables-vs-Nondurables-At-Low-And-High-Frequencies notebook to table of contents |
| README.md | Updated Binder badge URL to point to main branch instead of master |
| .gitignore | Simplified ipynb_checkpoints patterns to a single consolidated entry |
| .github/workflows/build.yml | Added pytest-xdist dependency, enabled parallel test execution, and added explanatory comments |
| .github/workflows/transfer-demark-metadata.yml | Updated source branch to main and added clarifying comment about destination branch |
| binder/environment.yml | Added helpful comment about HARK installation from main branch |
| markdown/*.md (15 files) | Added date-released field for consistency and fixed YAML formatting (removed trailing spaces after dash) |
| markdown/Durables-vs-Nondurables-At-Low-And-High-Frequencies.md | New file with complete frontmatter metadata for new demonstration notebook |
| markdown/Lucas-Asset-Pricing-Model.md | Removed extra blank lines between authors and added content description |
| markdown/LifeCycleModelTheoryVsData.md | Added date-released field and removed trailing blank line |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mnwhite
approved these changes
Jan 26, 2026
Collaborator
mnwhite
left a comment
There was a problem hiding this comment.
Prior commit passed, and newest commit only changes metadata. Approving and merging by request.
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.
…d new content