-
Notifications
You must be signed in to change notification settings - Fork 13
[FEATURE](Markdown) code generation #451
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
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
b18104c
Quiet pytest output for dev workflow
sethfitz 99b87aa
fix(core): add missing f-prefix to string continuation lines
sethfitz efeb94c
fix(system): use dict instead of Mapping in test util type hints
sethfitz 6a11829
fix(cli): discover discriminator fields at runtime
sethfitz 113065e
refactor(cli): tighten type analysis contracts
sethfitz 8fec5c2
refactor(core,cli): rename ModelKey.class_name to entry_point
sethfitz a203072
feat(codegen): add overture-schema-codegen package
sethfitz 568634b
feat(codegen): add type analysis, specs, and type registry
sethfitz 2289477
feat(codegen): add extraction modules
sethfitz 5f55337
feat(codegen): add constraint description modules
sethfitz fb3e169
feat(codegen): add output layout modules
sethfitz 65a1ba4
feat(codegen): add example data to theme pyproject.toml files
sethfitz 4a93034
feat(codegen): add markdown renderers
sethfitz 6269c39
feat(codegen): add CLI and integration tests
sethfitz 7089802
docs(codegen): add design doc, walkthrough, and README
sethfitz 00bd616
fix(codegen): store all Literal args in TypeInfo
sethfitz 7020671
fix(codegen): track nested list depth in TypeInfo
sethfitz 2e2d556
fix(codegen): resolve type name collisions across themes
sethfitz f2d81ab
fix: improve constraint description rendering
sethfitz cccd29f
feat(codegen): generate pages and links for Pydantic built-in types
sethfitz e16700e
fix(codegen): include bbox in examples
sethfitz 5b3c925
fix(codegen): stabilize Used By sort order
sethfitz a76f170
fix(codegen): add visual break before constraints
sethfitz 3794ae6
fix(codegen): render list[NewType] as list<NewType>
sethfitz 50f4aad
fix(codegen): include ellipsis in truncation limit
sethfitz 667f9ad
fix(codegen): use repr() for list items in examples
sethfitz 9727209
fix(codegen): expand union member trees before collecting types
sethfitz 70b56fe
fix(codegen): treat dict-typed fields as leaf values in examples
sethfitz a7e38a9
refactor(codegen): reorganize flat layout into sub-packages
sethfitz 4c33e07
feat(codegen): rewrite example pipeline with model instances
sethfitz d8e1b9b
style: single backticks in docstrings
sethfitz 46ca5f0
refactor: rename primitive → numeric in extraction layer
sethfitz 86d864a
refactor: replace runtime asserts with proper checks
sethfitz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️