Skip to content

Commit 806fdf0

Browse files
Merge pull request #96 from ArnoStrouwen/master
doc unification
2 parents 1f77836 + f199b0d commit 806fdf0

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

docs/pages.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
pages = [
2-
"Home" => "index.md",
1+
pages = ["index.md",
32
"Tutorials" => Any["tutorials/numerical_integrals.md",
43
"tutorials/differentiating_integrals.md"],
54
"Basics" => Any["basics/IntegralProblem.md",

docs/src/index.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ Pkg.add("Integrals")
1818

1919
- Please refer to the
2020
[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.
2223
- 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/)

0 commit comments

Comments
 (0)