-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add run command section #1144
Merged
Merged
Add run command section #1144
Conversation
This file contains 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
jrobinAV
approved these changes
Oct 3, 2024
jrobinAV
reviewed
Oct 3, 2024
FlorianJacta
reviewed
Oct 3, 2024
Satoshi-Sh
force-pushed
the
doc/#1593-run-command
branch
from
October 3, 2024 14:01
e94cf7c
to
f88c716
Compare
jrobinAV
approved these changes
Oct 3, 2024
Sounds good to me ! Thanks, @Satoshi-Sh |
FlorianJacta
approved these changes
Oct 3, 2024
Great @Satoshi-Sh, we'll soon merge this PR! Thank you again |
jrobinAV
pushed a commit
that referenced
this pull request
Oct 4, 2024
* Add run command section * Add a line break * Remove $ in the command
jrobinAV
added a commit
that referenced
this pull request
Oct 4, 2024
* Cleaning code using object programming * extract reader * merge develop * Better document why we need to handle config. * improve doc generation * Config doc * UX * Update config handler regarding attribute documentation * Xrefs * Xrefs and minor improvements * re adding taipy as prefix * re adding taipy as prefix * Handle taipy.common * Update taipy_theme/assets/stylesheets/avaiga.css Co-authored-by: Fabien Lelaquais <[email protected]> * Update taipy_theme/assets/stylesheets/avaiga.css Co-authored-by: Fabien Lelaquais <[email protected]> * Test for proper retrieval of Designer (#1143) * Document the new predefined edition behavior in tables (#1133) * Add and update docs for table and selector * Mention Polars support * Added doc for style parameter of Page classes * Added dynamic styling example * Release Notes update * Added note on Lambdas as property values * Enumerated classes as candidates for *lov* * Add run command section (#1144) * Add run command section * Add a line break * Remove $ in the command * Fixed documentation for dialog (#1147) * Fixed documentation for dialog * Renamed all references to code examples * More RelNotes * Added links to date_range code examples * Added styling example for date_range * Fred's comment. * Fabien's comments * PipFile --------- Co-authored-by: Fabien Lelaquais <[email protected]> Co-authored-by: Satoshi S. <[email protected]>
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.
Related Issue
Avaiga/taipy#1593
Update
Added run command section to the getting started page
Screenshot