Skip to content

Commit 961e622

Browse files
committed
More docs unification
1 parent b225826 commit 961e622

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

docs/pages.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Put in a separate page so it can be used by SciMLDocs.jl
22

3-
pages = [
4-
"Home" => "index.md",
3+
pages = ["index.md",
54
"Tutorials" => Any["tutorials/nonlinear.md",
65
"tutorials/iterator_interface.md"],
76
"Basics" => Any["basics/NonlinearProblem.md",

docs/src/index.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# NonlinearSolve.jl: High-Performance Unified Nonlinear Solvers
1+
# Overview
22

3-
NonlinearSolve.jl is a unified interface for the nonlinear solving packages of
3+
NonlinearSolve.jl is a high-performance unified interface for the nonlinear solving packages of
44
Julia. It includes its own high-performance nonlinear solvers which include the
55
ability to swap out to fast direct and iterative linear solvers, along with the
66
ability to use sparse automatic differentiation for Jacobian construction and
@@ -30,12 +30,15 @@ Pkg.add("NonlinearSolve")
3030

3131
- Please refer to the
3232
[SciML ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://github.com/SciML/ColPrac/blob/master/README.md)
33-
for guidance on PRs, issues, and other matters relating to contributing to ModelingToolkit.
33+
for guidance on PRs, issues, and other matters relating to contributing to SciML.
34+
- See the [SciML Style Guide](https://github.com/SciML/SciMLStyle) for common coding practices and other style decisions.
3435
- There are a few community forums:
35-
- the #diffeq-bridged channel in the [Julia Slack](https://julialang.org/slack/)
36-
- [JuliaDiffEq](https://gitter.im/JuliaDiffEq/Lobby) on Gitter
37-
- on the Julia Discourse forums (look for the [modelingtoolkit tag](https://discourse.julialang.org/tag/modelingtoolkit)
38-
- see also [SciML Community page](https://sciml.ai/community/)
36+
- The #diffeq-bridged and #sciml-bridged channels in the
37+
[Julia Slack](https://julialang.org/slack/)
38+
- The #diffeq-bridged and #sciml-bridged channels in the
39+
[Julia Zulip](https://julialang.zulipchat.com/#narrow/stream/279055-sciml-bridged)
40+
- On the [Julia Discourse forums](https://discourse.julialang.org)
41+
- See also [SciML Community page](https://sciml.ai/community/)
3942

4043
## Roadmap
4144

0 commit comments

Comments
 (0)