File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
- pages = [
2
- " Home" => " index.md" ,
1
+ pages = [" index.md" ,
3
2
" Tutorials" => Any[" tutorials/numerical_integrals.md" ,
4
3
" tutorials/differentiating_integrals.md" ],
5
4
" Basics" => Any[" basics/IntegralProblem.md" ,
Original file line number Diff line number Diff line change @@ -18,9 +18,12 @@ Pkg.add("Integrals")
18
18
19
19
- Please refer to the
20
20
[ SciML ColPrac: Contributor's Guide on Collaborative Practices for Community Packages] ( https://github.com/SciML/ColPrac/blob/master/README.md )
21
- for guidance on PRs, issues, and other matters relating to contributing to ModelingToolkit.
21
+ for guidance on PRs, issues, and other matters relating to contributing to SciML.
22
+ - See the [ SciML Style Guide] ( https://github.com/SciML/SciMLStyle ) for common coding practices and other style decisions.
22
23
- There are a few community forums:
23
- - the #diffeq-bridged channel in the [ Julia Slack] ( https://julialang.org/slack/ )
24
- - [ JuliaDiffEq] ( https://gitter.im/JuliaDiffEq/Lobby ) on Gitter
25
- - on the [ Julia Discourse forums] ( https://discourse.julialang.org/ )
26
- - see also [ SciML Community page] ( https://sciml.ai/community/ )
24
+ - The #diffeq-bridged and #sciml-bridged channels in the
25
+ [ Julia Slack] ( https://julialang.org/slack/ )
26
+ - The #diffeq-bridged and #sciml-bridged channels in the
27
+ [ Julia Zulip] ( https://julialang.zulipchat.com/#narrow/stream/279055-sciml-bridged )
28
+ - On the [ Julia Discourse forums] ( https://discourse.julialang.org )
29
+ - See also [ SciML Community page] ( https://sciml.ai/community/ )
You can’t perform that action at this time.
0 commit comments