Skip to content

Commit

Permalink
Merge pull request #3 from Picotron-Software-Developers/fix-formatting
Browse files Browse the repository at this point in the history
Fix formatting on documents to make them readable
  • Loading branch information
scrapSavage authored Mar 23, 2024
2 parents 1c96d80 + eba5410 commit a5d4120
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 37 deletions.
1 change: 0 additions & 1 deletion graphics/line.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
--[[pod_format="raw",created="2024-03-22 18:34:55",modified="2024-03-22 18:34:55",revision=0]]
{
"metadata" : {
"page_title" : "line()",
Expand Down
2 changes: 1 addition & 1 deletion landing.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"type" : "wiki_ref",
"ref" : "help_topics",
"text" : "Browse Help Topics"
},
}
]
}
53 changes: 26 additions & 27 deletions math/atan2.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,29 @@
--[[pod_format="raw",created="2024-03-19 20:30:36",modified="2024-03-22 20:48:23",revision=79]]

{
"metadata" : {
"page_title" : "atan()",
"version" : "0.2",
{
"metadata" : {
"page_title" : "atan()",
"version" : "0.2",
"authors" : ["kravohi"]
},
"elements" : [
{
"type" : "snippet",
"text" : "atan2(dx, dy)"
},
{
"type" : "label",
"text" : "Returns the arctangent of dy/dx." },
{
"type" : "label",
},
"elements" : [
{
"type" : "snippet",
"text" : "atan2(dx, dy)"
},
{
"type" : "label",
"text" : "Returns the arctangent of dy/dx."
},
{
"type" : "label",
"text" : "atan2(1, 0) = 0.0\natan2(0, -1) = 0.25\natan2(-1, -.1) = 0.4841...\natan2(-1, 0) = -0.5\natan2(-1, .1) = -0.4841...\natan2(0, 1) = -0.25"
},
{
"type" : "label",
"text" : "A way to think about it ->\n atan2() returns the angle to a position,\n projected from the position (0, 0)."
},
{
"type" : "label",
"text" : "Here is a mathmaitcal equivalency if that helps.\na = atan2(cos(a), sin(a))"
},
{
"type" : "label",
"text" : "A way to think about it ->\n atan2() returns the angle to a position,\n projected from the position (0, 0)."
},
{
"type" : "label",
"text" : "Here is a mathmaitcal equivalency if that helps.\na = atan2(cos(a), sin(a))"
}
]
}
]
}
4 changes: 1 addition & 3 deletions math/max.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
--[[pod_format="raw",created="2024-03-19 20:30:36",modified="2024-03-22 18:34:23",revision=51]]

{
"metadata" : {
"page_title" : "max()",
Expand All @@ -21,4 +19,4 @@
"text" : "Go to Math"
}
]
}
}
4 changes: 1 addition & 3 deletions math/min.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
--[[pod_format="raw",created="2024-03-19 20:30:36",modified="2024-03-22 18:34:32",revision=54]]

{
"metadata" : {
"page_title" : "min()",
Expand All @@ -21,4 +19,4 @@
"text" : "Go to Math"
}
]
}
}
2 changes: 1 addition & 1 deletion topics/graphics.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"type" : "wiki_ref",
"ref" : "graphics/spr",
"text" : "spr()"
},
}
]
}
1 change: 0 additions & 1 deletion topics/math.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
--[[pod_format="raw",created="2024-03-22 17:44:22",modified="2024-03-22 20:49:08",revision=3]]
{
"metadata" : {
"page_title" : "Math",
Expand Down

0 comments on commit a5d4120

Please sign in to comment.