Skip to content

Commit e383ca2

Browse files
yebaigdalle
andauthored
compintell --> chalk-lab (#781)
* compintell --> chalk-lab * Apply suggestions from code review --------- Co-authored-by: Guillaume Dalle <[email protected]>
1 parent 4b85c4f commit e383ca2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DifferentiationInterface/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ We support the following backends defined by [ADTypes.jl](https://github.com/Sci
3838
- [FiniteDifferences.jl](https://github.com/JuliaDiff/FiniteDifferences.jl)
3939
- [ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl)
4040
- [GTPSA.jl](https://github.com/bmad-sim/GTPSA.jl)
41-
- [Mooncake.jl](https://github.com/compintell/Mooncake.jl)
41+
- [Mooncake.jl](https://github.com/chalk-lab/Mooncake.jl)
4242
- [PolyesterForwardDiff.jl](https://github.com/JuliaDiff/PolyesterForwardDiff.jl)
4343
- [ReverseDiff.jl](https://github.com/JuliaDiff/ReverseDiff.jl)
4444
- [Symbolics.jl](https://github.com/JuliaSymbolics/Symbolics.jl)

DifferentiationInterface/docs/src/explanation/backends.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ For all operators, preparation generates an [executable function](https://docs.s
177177

178178
### Mooncake
179179

180-
For `pullback`, preparation [builds the reverse rule](https://github.com/compintell/Mooncake.jl?tab=readme-ov-file#how-it-works) of the function.
180+
For `pullback`, preparation [builds the reverse rule](https://chalk-lab.github.io/Mooncake.jl/stable/understanding_mooncake/rule_system/) of the function.
181181

182182
### Tracker
183183

DifferentiationInterface/docs/src/faq/differentiability.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ Note that its rule writing is very different from ChainRulesCore.jl due to the p
8484

8585
### Mooncake
8686

87-
[Mooncake.jl](https://github.com/compintell/Mooncake.jl) is a recent package which also handles a large subset of all Julia programs out-of-the-box.
87+
[Mooncake.jl](https://github.com/chalk-lab/Mooncake.jl) is a recent package which also handles a large subset of all Julia programs out-of-the-box.
8888

89-
Its [rule system](https://compintell.github.io/Mooncake.jl/dev/understanding_mooncake/rule_system/) is less expressive than that of Enzyme.jl, which might make it easier to start with.
89+
Its [rule system](https://chalk-lab.github.io/Mooncake.jl/stable/understanding_mooncake/rule_system/) is less expressive than that of Enzyme.jl, which might make it easier to start with.
9090

9191
## A rule mayhem?
9292

@@ -106,7 +106,7 @@ There are, however, translation utilities:
106106

107107
- from ChainRulesCore.jl to ForwardDiff.jl with [ForwardDiffChainRules.jl](https://github.com/ThummeTo/ForwardDiffChainRules.jl)
108108
- from ChainRulesCore.jl to Enzyme.jl with [`Enzyme.@import_rrule`](https://enzymead.github.io/Enzyme.jl/stable/api/#Enzyme.@import_rrule-Tuple)
109-
- from ChainRulesCore.jl to Mooncake.jl with [`Mooncake.@from_rrule`](https://compintell.github.io/Mooncake.jl/dev/utilities/tools_for_rules/#Using-ChainRules.jl)
109+
- from ChainRulesCore.jl to Mooncake.jl with [`Mooncake.@from_rrule`](https://chalk-lab.github.io/Mooncake.jl/stable/utilities/defining_rules/#Using-ChainRules.jl)
110110

111111
### Backend switch
112112

0 commit comments

Comments
 (0)