diff --git a/docs/pages.jl b/docs/pages.jl index 8de820131..784411c0f 100644 --- a/docs/pages.jl +++ b/docs/pages.jl @@ -1,7 +1,6 @@ # Put in a separate page so it can be used by SciMLDocs.jl -pages = [ - "Home" => "index.md", +pages = ["index.md", "Tutorials" => Any["tutorials/nonlinear.md", "tutorials/iterator_interface.md"], "Basics" => Any["basics/NonlinearProblem.md", diff --git a/docs/src/index.md b/docs/src/index.md index 945ce870a..1118ef667 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -30,12 +30,15 @@ Pkg.add("NonlinearSolve") - Please refer to the [SciML ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://github.com/SciML/ColPrac/blob/master/README.md) - for guidance on PRs, issues, and other matters relating to contributing to ModelingToolkit. + for guidance on PRs, issues, and other matters relating to contributing to SciML. +- See the [SciML Style Guide](https://github.com/SciML/SciMLStyle) for common coding practices and other style decisions. - There are a few community forums: - - the #diffeq-bridged channel in the [Julia Slack](https://julialang.org/slack/) - - [JuliaDiffEq](https://gitter.im/JuliaDiffEq/Lobby) on Gitter - - on the Julia Discourse forums (look for the [modelingtoolkit tag](https://discourse.julialang.org/tag/modelingtoolkit) - - see also [SciML Community page](https://sciml.ai/community/) + - The #diffeq-bridged and #sciml-bridged channels in the + [Julia Slack](https://julialang.org/slack/) + - The #diffeq-bridged and #sciml-bridged channels in the + [Julia Zulip](https://julialang.zulipchat.com/#narrow/stream/279055-sciml-bridged) + - On the [Julia Discourse forums](https://discourse.julialang.org) + - See also [SciML Community page](https://sciml.ai/community/) ## Roadmap