-
Notifications
You must be signed in to change notification settings - Fork 14
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
Document Snake Tutorial Blocks #180
Conversation
Codecov Report
@@ Coverage Diff @@
## devel #180 +/- ##
==========================================
+ Coverage 70.63% 70.68% +0.05%
==========================================
Files 59 59
Lines 23083 23125 +42
==========================================
+ Hits 16304 16346 +42
Misses 6779 6779
Continue to review full report at Codecov.
|
8c0a5e1
to
db25e5e
Compare
GUI.Text
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.
@sinkingsugar , @Kryptos-FR , @guusw - Should I remove the note I have added in Details page for "Binary operations on sequences" ? I added it to explain how such binary operations on sequences could useful in computing table values. But maybe talking about 2D/3D grids might confuse the user w.r.t to the already existing matrix multiplication operator Math.MatMul
, no?
*Talking about this commit
51c6db5
to
3734305
Compare
8386aca
to
613b8fe
Compare
e48db20
to
13a4186
Compare
Addressed all review comments and fixup'd the commits. |
> Add definition > Rewrite parameter definitions for clarity > Add sample codes to explain the block > Add details section
Specifically for `Math.Add` & `Math.Multiply` (and in general for all Math binary operators), ehance the > definition text > `:Input` description > `:Operand` parameter description
For both `Math.Add` & `Math.Multiply`: > add sample codes covering all scenarios of inputs (integers, floats, sequences) > add explanatory comments to sample codes
For both `Math.Add` & `Math.Multiply`: > add details section explaining the binary operation and arguments > add a note on binary operation on sequences
Remove special character from the end of the URL
> Add the details section to explain how block works > Add sample code to illustrate block usage > Enhance parameter description
> Add the details section to explain how block works > Add sample code to illustrate block usage > Enhance parameter description
> New definition text inserted for block `Log` > New definition text inserted for block `Msg`
> Enhance definition, parameters, input, & output descriptions > Add details section > Add relevant code samples to illustrate block usage
> Enhance definition, parameters, input, & output descriptions > Add details section > Add relevant code samples to illustrate block usage
> Enhance parameter help text > Add definition, inputTypes, and outputTypes description text > Add sample code to demonstrate block usage
> Enhance parameter help text > Add definition, inputTypes, and outputTypes description text > Add sample code to demonstrate block usage
> Enhance parameter help text > Add definition, inputTypes, and outputTypes description text > Add sample code to demonstrate block usage
> Enhance parameter help text > Add definition, inputTypes, and outputTypes description text > Add sample code to demonstrate block usage
> Enhance parameter help text > Add definition description text > Add sample code to demonstrate block usage
13a4186
to
f583f79
Compare
Raising a draft PR to recieve early feedback on
GUI.Text
documentation. Other block documentation in progress.