Skip to content

Commit ce5c7d3

Browse files
authored
Merge pull request #884 from SciML/ap/docs_lintcheck
2 parents 2e8330e + 8985402 commit ce5c7d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/multiple_shooting.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Arguments:
2424
- `continuity_term`: Weight term to ensure continuity of predictions throughout
2525
different groups.
2626
- `kwargs`: Additional arguments splatted to the ODE solver. Refer to the
27-
[Local Sensitivity Analysis](https://docs.sciml.ai/DiffEqDocs/stable/analysis/sensitivity/) and
27+
[Local Sensitivity Analysis](https://docs.sciml.ai/SciMLSensitivity/stable/) and
2828
[Common Solver Arguments](https://docs.sciml.ai/DiffEqDocs/stable/basics/common_solver_opts/)
2929
documentation for more details.
3030
@@ -107,7 +107,7 @@ them. If no custom `continuity_loss` is specified, `sum(abs, û_end - u_0)` is
107107
- `continuity_term`: Weight term to ensure continuity of predictions throughout
108108
different groups.
109109
- `kwargs`: Additional arguments splatted to the ODE solver. Refer to the
110-
[Local Sensitivity Analysis](https://docs.sciml.ai/DiffEqDocs/stable/analysis/sensitivity/) and
110+
[Local Sensitivity Analysis](https://docs.sciml.ai/SciMLSensitivity/stable/) and
111111
[Common Solver Arguments](https://docs.sciml.ai/DiffEqDocs/stable/basics/common_solver_opts/)
112112
documentation for more details.
113113

src/neural_de.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Arguments:
2121
default algorithm from DifferentialEquations.jl.
2222
- `sensealg`: The choice of differentiation algorithm used in the backpropogation.
2323
Defaults to an adjoint method. See
24-
the [Local Sensitivity Analysis](https://docs.sciml.ai/DiffEqDocs/stable/analysis/sensitivity/)
24+
the [Local Sensitivity Analysis](https://docs.sciml.ai/SciMLSensitivity/stable/)
2525
documentation for more details.
2626
- `kwargs`: Additional arguments splatted to the ODE solver. See the
2727
[Common Solver Arguments](https://docs.sciml.ai/DiffEqDocs/stable/basics/common_solver_opts/)
@@ -297,7 +297,7 @@ Arguments:
297297
for more details.
298298
- `sensealg`: The choice of differentiation algorithm used in the backpropogation.
299299
Defaults to an adjoint method. See
300-
the [Local Sensitivity Analysis](https://docs.sciml.ai/DiffEqDocs/stable/analysis/sensitivity/)
300+
the [Local Sensitivity Analysis](https://docs.sciml.ai/SciMLSensitivity/stable/)
301301
documentation for more details.
302302
- `kwargs`: Additional arguments splatted to the ODE solver. See the
303303
[Common Solver Arguments](https://docs.sciml.ai/DiffEqDocs/stable/basics/common_solver_opts/)

0 commit comments

Comments
 (0)