Skip to content

Commit cd35094

Browse files
Merge pull request #1115 from ChrisRackauckas-Claude/docs-improvements-20260101-030047
Documentation improvements: Fix outdated links and grammar
2 parents c5552b4 + 64f0ce0 commit cd35094

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

NEWS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Breaking Changes in v7.0
22

3-
- ParameterizedFunctions.jl, along with a few other modeling libraries, are no
4-
longer exported by DifferentialEquations.jl. You must do `using ParameterizedFunctions`
3+
- ParameterizedFunctions.jl, along with a few other modeling libraries, are no
4+
longer exported by DifferentialEquations.jl. You must do `using ParameterizedFunctions`
55
to use the `@ode_def macro. As it has not been part of the documentation for 3 years,
6-
this is breaking but should not effect most users. This reduces the dependencies and
6+
this is breaking but should not affect most users. This reduces the dependencies and
77
using time of the library by about half.
88
- OrdinaryDiffEq.jl has a new linear solver system based on the LinearSolve.jl library.
99
`linsolve` arguments now take LinearSolve.jl solvers.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ Additionally, DifferentialEquations.jl comes with built-in analysis features, in
6464
- [Parameter Estimation and Bayesian Analysis](https://docs.sciml.ai/Overview/stable/highlevels/inverse_problems/)
6565
- Neural differential equations with [DiffEqFlux.jl](https://docs.sciml.ai/DiffEqFlux/stable/)
6666
for efficient scientific machine learning (scientific ML) and scientific AI.
67-
- Automatic distributed, multithreaded, and GPU [Parallel Ensemble Simulations](https://diffeq.sciml.ai/dev/features/ensemble/)
67+
- Automatic distributed, multithreaded, and GPU [Parallel Ensemble Simulations](https://docs.sciml.ai/DiffEqDocs/stable/features/ensemble/)
6868
- [Global Sensitivity Analysis](https://docs.sciml.ai/GlobalSensitivity/stable/)
6969
- [Uncertainty Quantification](https://docs.sciml.ai/Overview/stable/highlevels/uncertainty_quantification/)
7070

7171
This gives a powerful mixture of speed and productivity features to help you
7272
solve and analyze your differential equations faster.
7373

7474
For information on using the package,
75-
[see the stable documentation](https://diffeq.sciml.ai/stable/). Use the
76-
[in-development documentation](https://diffeq.sciml.ai/dev/) for the version of
75+
[see the stable documentation](https://docs.sciml.ai/DiffEqDocs/stable/). Use the
76+
[in-development documentation](https://docs.sciml.ai/DiffEqDocs/dev/) for the version of
7777
the documentation which contains the unreleased features.
7878

7979
All of the algorithms are thoroughly tested to ensure accuracy via convergence
@@ -85,10 +85,10 @@ Benchmarks
8585
If you find any equation where there seems to be an error, please open an issue.
8686

8787
If you have any questions, or just want to chat about solvers/using the package,
88-
please feel free to chat in the [Gitter channel](https://gitter.im/JuliaDiffEq/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge).
88+
please feel free to chat in the [Zulip channel](https://julialang.zulipchat.com/#narrow/stream/279055-sciml-bridged).
8989
For bug reports, feature requests, etc., please submit an issue. If you're
9090
interested in contributing, please see the
91-
[Developer Documentation](http://devdocs.sciml.ai/latest/).
91+
[Developer Documentation](https://devdocs.sciml.ai/latest/).
9292

9393
## Supporting and Citing
9494

@@ -97,7 +97,7 @@ would like to help support it, please star the repository, as such metrics may
9797
help us secure funding in the future. If you use SciML software as part
9898
of your research, teaching, or other activities, we would be grateful if you
9999
could cite our work.
100-
[Please see our citation page for guidelines](http://sciml.ai/citing.html).
100+
[Please see our citation page for guidelines](https://sciml.ai/citing.html).
101101

102102
--------------------------------
103103

0 commit comments

Comments
 (0)