Skip to content

Dynamo Node In Depth Documentation (9 Nodes)#3387

Open
stevecbc wants to merge 3 commits into
DynamoDS:masterfrom
stevecbc:SteveDeWitt_NodeDocumentation_Batch3-02
Open

Dynamo Node In Depth Documentation (9 Nodes)#3387
stevecbc wants to merge 3 commits into
DynamoDS:masterfrom
stevecbc:SteveDeWitt_NodeDocumentation_Batch3-02

Conversation

@stevecbc
Copy link
Copy Markdown
Collaborator

Autodesk.DesignScript.Geometry.PolyCurve.OffsetMany CoreNodeModels.Logic.Gate
CoreNodeModels.Remember
DSRevitNodesUI.LeaderEndCondition
DSRevitNodesUI.RuleTypes
Dynamo.Graph.Nodes.CodeBlockNodeModel
Dynamo.Translation.Models.ObjectImporter
Dynamo.Translation.Models.ObjectSelector
UnitsUI.UnitInput

Please Note:

  1. Before submitting the PR, please review How to Contribute to Dynamo
  2. Dynamo Team will meet 1x a month to review PRs found on Github (Issues will be handled separately)
  3. PRs will be reviewed from oldest to newest
  4. If a reviewed PR requires changes by the owner, the owner of the PR has 30 days to respond. If the PR has seen no activity by the next session, it will be either closed by the team or depending on its utility will be taken over by someone on the team
  5. PRs should use either Dynamo's default PR template or one of these other template options in order to be considered for review.
  6. PRs that do not have one of the Dynamo PR templates completely filled out with all declarations satisfied will not be reviewed by the Dynamo team.
  7. PRs made to the DynamoRevit repo will need to be cherry-picked into all the DynamoRevit Release branches that Dynamo supports. Contributors will be responsible for cherry-picking their reviewed commits to the other branches after a LGTM label is added to the PR.

Purpose

(FILL ME IN) This section describes why this PR is here. Usually it would include a reference
to the tracking task that it is part or all of the solution for.

Declarations

Check these if you believe they are true

  • The code base 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
  • Snapshot of UI changes, if any.

Reviewers

(FILL ME IN) Reviewer 1 (If possible, assign the Reviewer for the PR)

(FILL ME IN, optional) Any additional notes to reviewers or testers.

FYIs

(FILL ME IN, Optional) Names of anyone else you wish to be notified of

Autodesk.DesignScript.Geometry.PolyCurve.OffsetMany
CoreNodeModels.Logic.Gate
CoreNodeModels.Remember
DSRevitNodesUI.LeaderEndCondition
DSRevitNodesUI.RuleTypes
Dynamo.Graph.Nodes.CodeBlockNodeModel
Dynamo.Translation.Models.ObjectImporter
Dynamo.Translation.Models.ObjectSelector
UnitsUI.UnitInput
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds “In Depth” node documentation to DynamoRevit’s distributed node help system by introducing new example .dyn graphs and corresponding English fallback Markdown pages.

Changes:

  • Added new NodeHelpFiles example graphs (doc/distrib/NodeHelpFiles/*.dyn) for several nodes.
  • Added new English fallback documentation pages (doc/distrib/NodeHelpFiles/en-US/fallback_docs/*.md) that describe each node and reference example images.

Reviewed changes

Copilot reviewed 16 out of 24 changed files in this pull request and generated 18 comments.

Show a summary per file
File Description
doc/distrib/NodeHelpFiles/UnitsUI.UnitInput.dyn Adds an example Dynamo graph for the UnitsUI.UnitInput node.
doc/distrib/NodeHelpFiles/en-US/fallback_docs/UnitsUI.UnitInput.md Adds fallback “In Depth” documentation for UnitsUI.UnitInput.
doc/distrib/NodeHelpFiles/en-US/fallback_docs/Dynamo.Translation.Models.ObjectSelector.md Adds fallback “In Depth” documentation for ObjectSelector.
doc/distrib/NodeHelpFiles/en-US/fallback_docs/Dynamo.Translation.Models.ObjectImporter.md Adds fallback “In Depth” documentation for ObjectImporter.
doc/distrib/NodeHelpFiles/en-US/fallback_docs/Dynamo.Graph.Nodes.CodeBlockNodeModel.md Adds fallback “In Depth” documentation for Code Block.
doc/distrib/NodeHelpFiles/en-US/fallback_docs/DSRevitNodesUI.LeaderEndCondition.md Adds fallback “In Depth” documentation for LeaderEndCondition.
doc/distrib/NodeHelpFiles/en-US/fallback_docs/CoreNodeModels.Remember.md Adds fallback “In Depth” documentation for Remember.
doc/distrib/NodeHelpFiles/en-US/fallback_docs/CoreNodeModels.Logic.Gate.md Adds fallback “In Depth” documentation for Gate.
doc/distrib/NodeHelpFiles/en-US/fallback_docs/Autodesk.DesignScript.Geometry.PolyCurve.OffsetMany.md Adds fallback “In Depth” documentation for PolyCurve.OffsetMany.
doc/distrib/NodeHelpFiles/Dynamo.Translation.Models.ObjectSelector.dyn Adds an example Dynamo graph for ObjectSelector.
doc/distrib/NodeHelpFiles/Dynamo.Translation.Models.ObjectImporter.dyn Adds an example Dynamo graph for ObjectImporter.
doc/distrib/NodeHelpFiles/Dynamo.Graph.Nodes.CodeBlockNodeModel.dyn Adds an example Dynamo graph for CodeBlockNodeModel.
doc/distrib/NodeHelpFiles/DSRevitNodesUI.LeaderEndCondition.dyn Adds an example Dynamo graph for LeaderEndCondition.
doc/distrib/NodeHelpFiles/CoreNodeModels.Remember.dyn Adds an example Dynamo graph for Remember.
doc/distrib/NodeHelpFiles/CoreNodeModels.Logic.Gate.dyn Adds an example Dynamo graph for Gate.
doc/distrib/NodeHelpFiles/Autodesk.DesignScript.Geometry.PolyCurve.OffsetMany.dyn Adds an example Dynamo graph for PolyCurve.OffsetMany.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread doc/distrib/NodeHelpFiles/UnitsUI.UnitInput.dyn Outdated
Comment thread doc/distrib/NodeHelpFiles/UnitsUI.UnitInput.dyn Outdated
Comment thread doc/distrib/NodeHelpFiles/Dynamo.Translation.Models.ObjectSelector.dyn Outdated
Comment thread doc/distrib/NodeHelpFiles/Dynamo.Translation.Models.ObjectImporter.dyn Outdated
Comment thread doc/distrib/NodeHelpFiles/en-US/fallback_docs/UnitsUI.UnitInput.md Outdated
Comment thread doc/distrib/NodeHelpFiles/en-US/fallback_docs/CoreNodeModels.Remember.md Outdated
Comment thread doc/distrib/NodeHelpFiles/en-US/fallback_docs/CoreNodeModels.Logic.Gate.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 16 out of 24 changed files in this pull request and generated 6 comments.

Comment thread doc/distrib/NodeHelpFiles/CoreNodeModels.Remember.dyn Outdated
@@ -0,0 +1,553 @@
{
"Uuid": "c25c8fb0-e921-49d8-9fb6-501daff4f3a2",
@@ -0,0 +1,788 @@
{
"Uuid": "c25c8fb0-e921-49d8-9fb6-501daff4f3a2",
@@ -0,0 +1,8 @@
## In Depth
This node provides a selectable Leader End Condition value from Revit. The options are Free End or Attached.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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