File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Put in a separate page so it can be used by SciMLDocs.jl
2
2
3
- pages = [
4
- " Home" => " index.md" ,
3
+ pages = [" index.md" ,
5
4
" Tutorials" => Any[" tutorials/nonlinear.md" ,
6
5
" tutorials/iterator_interface.md" ],
7
6
" Basics" => Any[" basics/NonlinearProblem.md" ,
Original file line number Diff line number Diff line change @@ -30,12 +30,15 @@ Pkg.add("NonlinearSolve")
30
30
31
31
- Please refer to the
32
32
[ 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.
34
35
- 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/ )
39
42
40
43
## Roadmap
41
44
You can’t perform that action at this time.
0 commit comments