26 Commits

Author SHA1 Message Date
Joe Mooring
a6a9715961
content: Document the collections.D function 2025-08-27 09:15:55 -07:00
Joe Mooring
0015e7a9be
content: Update to align with v0.146.0 template system (phase 1) 2025-06-15 20:42:35 -07:00
Bjørn Erik Pedersen
8e05f0425d
Update MaxInt64.md 2025-05-12 14:43:20 +02:00
Joe Mooring
f715265d3b content: Document math.MaxInt64 2025-05-12 14:42:34 +02:00
Joe Mooring
c933ea237e
content: More front matter cleanup 2025-03-08 17:49:48 -08:00
Joe Mooring
c540e6d295
content: Replace note shortcode calls with blockquote alerts 2025-03-08 06:00:23 -08:00
Joe Mooring
5f32c92ed9
theme: Restore deduplication logic for related items 2025-03-06 09:07:27 -08:00
Joe Mooring
a943a4bb83
theme: Implement related content tooling 2025-03-06 02:55:29 -08:00
Joe Mooring
2fcd21ee5c content: Remove "related" array from function and method pages
Closes #2967
2025-03-05 17:03:42 -08:00
Joe Mooring
b6cae5cbc6
content: Consolidate configuration documentation 2025-03-05 04:50:06 -08:00
Joe Mooring
e098a77164
content: Miscellaneous edits 2025-02-17 09:38:41 -08:00
Joe Mooring
0fca8ef251
all: Change shortcode usage and design to prevent invalid HTML 2025-02-17 00:38:33 -08:00
Joe Mooring
367d3a7ab8
Improve new-in shortcode 2025-01-31 20:05:57 -08:00
Joe Mooring
fe10d9899d
Remove expired new-in labels 2025-01-22 08:04:36 -08:00
Joe Mooring
69d7a781b4 Replace links to glossary terms with custom render hook syntax
For example: [scalar](/getting-started/glossary/#scalar) => [scalar](g)
2025-01-20 00:26:38 -08:00
raoulb
e2458074dc math: Add trigonometric functions and some angle helper functions
This commit adds these new template functions in the `math` namespace:

math.Acos
math.Asin
math.Atan
math.Atan2
math.Cos
math.Pi
math.Sin
math.Tan
math.ToDegrees
math.ToRadians

Co-authored-by: Joe Mooring <joe@mooring.com>
2024-07-29 11:05:36 +02:00
Joe Mooring
b8d5383f71 Replace links to variable pages with links to method pages
See #2196
2024-02-19 19:07:38 +01:00
Joe Mooring
145a923598
Simplify string concat example in math.Add 2024-01-28 08:45:52 -08:00
Joe Mooring
42488bb097
Add string concat example to math.Add 2024-01-28 08:42:30 -08:00
Joe Mooring
e97762b2a9
Update front matter in math.Sub 2024-01-18 14:26:46 -08:00
Joe Mooring
e4a18946ea
Miscellaneous corrections 2024-01-05 05:34:25 -08:00
Joe Mooring
6ed2e19c25 tpl/math: Add math.Rand template function
Closes #11833
2023-12-29 19:37:27 +01:00
Joe Mooring
e699eb313b
Add new-in tags to select functions and methods 2023-11-22 14:13:37 -08:00
Joe Mooring
52179fb189
Miscellaneous edits 2023-11-09 17:07:34 -08:00
Joe Mooring
723a827fdc
Namespace functions and methods 2023-11-04 21:01:42 -07:00
Joe Mooring
a3a40ff999
Add return type to functions 2023-09-30 21:03:52 -07:00