Skip to content

Commit a20dd5d

Browse files
Merge pull request #79 from ArnoStrouwen/master
More docs unification
2 parents f31c591 + 7243315 commit a20dd5d

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
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: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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)