Conversation
Expanded and reorganized the README with clearer installation, usage, and project structure sections, and added author and acknowledgements.
Replaces the JavaScript-based image gallery with a Markdown table and collapsible section for screenshots. This improves compatibility with GitHub's Markdown renderer and makes the gallery easier to maintain.
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.
This pull request primarily updates the
README.mdfile to enhance its structure, improve clarity, and provide more detailed information about the project. Additionally, it introduces new configuration variables incache_plane_variables.txtand modifies the execution flow insrc/vlm/app.py.Documentation Improvements (
README.md):Configuration Updates (
cache_plane_variables.txt):Code Execution Flow (
src/vlm/app.py):appserver to running theuiinterface for the main application flow.This pull request updates theREADME.mdto improve the documentation structure and content, adds new configuration variables incache_plane_variables.txt, and modifies the application entry point insrc/vlm/app.py. The changes aim to enhance usability, clarity, and functionality.Documentation Updates (
README.md):Configuration Updates (
cache_plane_variables.txt):wing_sectionsandhorizontal_stabilizerwith detailed aerodynamic parameters like chord lengths, NACA profiles, and geometric properties.Application Entry Point (
src/vlm/app.py):app.runtoui.run, indicating a shift from web-based interaction to a standalone user interface.