Skip to content
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

DYN-5732-PythonNodes-HelpDoc #13923

Merged
merged 1 commit into from
Apr 24, 2023
Merged

DYN-5732-PythonNodes-HelpDoc #13923

merged 1 commit into from
Apr 24, 2023

Conversation

RobertGlobant20
Copy link
Contributor

Purpose

Replacing preview images and dyn files for PythonScript and PythonScriptFromString nodes.
Fixing the next bugs for the PythonScript and PythonScriptFromString: The preview graph images in DocumentationBrowser are not updated using the latest modern style. When trying to insert the Documentation graph into the workspace is sending an error due that the dyn file doesn't exist.
Missing validation for jpg images resolution

Then I did the next fixes:

  • The missing dyn files were added to Dynamo\doc\distrib\NodeHelpFiles folder.
  • The dyn files were updated in Dynamo and got screenshots for replacing the jpg images in Dynamo\doc\distrib\NodeHelpFiles.

Declarations

Check these if you believe they are true

  • The codebase is in a better state after this PR
  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • All tests pass using the self-service CI.
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning and are documented in the API Changes document.
  • This PR modifies some build requirements and the readme is updated
  • This PR contains no files larger than 50 MB

Release Notes

Replacing preview images and dyn files for PythonScript and PythonScriptFromString nodes.

Reviewers

@QilongTang @reddyashish @Amoursol

FYIs

Fixing the next bugs for the PythonScript and PythonScriptFromString:
The preview graph images in DocumentationBrowser are not updated using the latest modern style.
When trying to insert the Documentation graph into the workspace is sending an error due that the dyn file doesn't exist.

Then I did the next fixes:
- The missing dyn files were added to Dynamo\doc\distrib\NodeHelpFiles folder.
- The dyn files were updated in Dynamo and got screenshots for replacing the jpg images in Dynamo\doc\distrib\NodeHelpFiles.
@RobertGlobant20
Copy link
Contributor Author

GIF showing behavior for PythonScript node.
PythonScriptDoc (1)

@reddyashish reddyashish added this to the 2.18.0 milestone Apr 21, 2023
@RobertGlobant20
Copy link
Contributor Author

GIF showing behavior for the PythonScriptFromString.
PythonScriptFromStringDoc (1)

Copy link
Contributor

@QilongTang QilongTang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@QilongTang QilongTang merged commit 983f0f6 into DynamoDS:master Apr 24, 2023
@QilongTang
Copy link
Contributor

@RobertGlobant20 Can you cherry-pick this to RC2.18.0_master branch?

reddyashish pushed a commit that referenced this pull request Apr 24, 2023
Fixing the next bugs for the PythonScript and PythonScriptFromString:
The preview graph images in DocumentationBrowser are not updated using the latest modern style.
When trying to insert the Documentation graph into the workspace is sending an error due that the dyn file doesn't exist.

Then I did the next fixes:
- The missing dyn files were added to Dynamo\doc\distrib\NodeHelpFiles folder.
- The dyn files were updated in Dynamo and got screenshots for replacing the jpg images in Dynamo\doc\distrib\NodeHelpFiles.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants