Skip to content

Commit 9622091

Browse files
Merge pull request #169 from ArnoStrouwen/main
Remove unnecessary doc bits after unification
2 parents 8537e7a + f4256e5 commit 9622091

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
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/linear.md"
65
"tutorials/caching_interface.md"],
76
"Basics" => Any["basics/LinearProblem.md",

docs/src/index.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,19 @@ Pkg.add("LinearSolve")
2424

2525
- Please refer to the
2626
[SciML ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://github.com/SciML/ColPrac/blob/master/README.md)
27-
for guidance on PRs, issues, and other matters relating to contributing to ModelingToolkit.
27+
for guidance on PRs, issues, and other matters relating to contributing to SciML.
28+
- See the [SciML Style Guide](https://github.com/SciML/SciMLStyle) for common coding practices and other style decisions.
2829
- There are a few community forums:
29-
- the #diffeq-bridged channel in the [Julia Slack](https://julialang.org/slack/)
30-
- [JuliaDiffEq](https://gitter.im/JuliaDiffEq/Lobby) on Gitter
31-
- on the [Julia Discourse forums](https://discourse.julialang.org)
32-
- see also [SciML Community page](https://sciml.ai/community/)
30+
- The #diffeq-bridged and #sciml-bridged channels in the
31+
[Julia Slack](https://julialang.org/slack/)
32+
- The #diffeq-bridged and #sciml-bridged channels in the
33+
[Julia Zulip](https://julialang.zulipchat.com/#narrow/stream/279055-sciml-bridged)
34+
- On the [Julia Discourse forums](https://discourse.julialang.org)
35+
- See also [SciML Community page](https://sciml.ai/community/)
3336

3437
## Roadmap
3538

3639
Wrappers for every linear solver in the Julia language is on the roadmap. If
3740
there are any important ones that are missing that you would like to see added,
3841
please open an issue. The current algorithms should support automatic differentiation.
39-
Pre-defined preconditioners would be a welcome addition.
42+
Pre-defined preconditioners would be a welcome addition.

0 commit comments

Comments
 (0)