-
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
mojodna 99b87aa
fix(core): add missing f-prefix to string continuation lines
mojodna efeb94c
fix(system): use dict instead of Mapping in test util type hints
mojodna 6a11829
fix(cli): discover discriminator fields at runtime
mojodna 113065e
refactor(cli): tighten type analysis contracts
mojodna 8fec5c2
refactor(core,cli): rename ModelKey.class_name to entry_point
mojodna a203072
feat(codegen): add overture-schema-codegen package
mojodna 568634b
feat(codegen): add type analysis, specs, and type registry
mojodna 2289477
feat(codegen): add extraction modules
mojodna 5f55337
feat(codegen): add constraint description modules
mojodna fb3e169
feat(codegen): add output layout modules
mojodna 65a1ba4
feat(codegen): add example data to theme pyproject.toml files
mojodna 4a93034
feat(codegen): add markdown renderers
mojodna 6269c39
feat(codegen): add CLI and integration tests
mojodna 7089802
docs(codegen): add design doc, walkthrough, and README
mojodna 00bd616
fix(codegen): store all Literal args in TypeInfo
mojodna 7020671
fix(codegen): track nested list depth in TypeInfo
mojodna 2e2d556
fix(codegen): resolve type name collisions across themes
mojodna f2d81ab
fix: improve constraint description rendering
mojodna cccd29f
feat(codegen): generate pages and links for Pydantic built-in types
mojodna e16700e
fix(codegen): include bbox in examples
mojodna 5b3c925
fix(codegen): stabilize Used By sort order
mojodna a76f170
fix(codegen): add visual break before constraints
mojodna 3794ae6
fix(codegen): render list[NewType] as list<NewType>
mojodna 50f4aad
fix(codegen): include ellipsis in truncation limit
mojodna 667f9ad
fix(codegen): use repr() for list items in examples
mojodna 9727209
fix(codegen): expand union member trees before collecting types
mojodna 70b56fe
fix(codegen): treat dict-typed fields as leaf values in examples
mojodna a7e38a9
refactor(codegen): reorganize flat layout into sub-packages
mojodna 4c33e07
feat(codegen): rewrite example pipeline with model instances
mojodna d8e1b9b
style: single backticks in docstrings
mojodna 46ca5f0
refactor: rename primitive → numeric in extraction layer
mojodna 86d864a
refactor: replace runtime asserts with proper checks
mojodna 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.
❤️