Skip to content

Commit aabdb43

Browse files
add deprecation note
1 parent b5bf6b9 commit aabdb43

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and the [devdocs](http://devdocs.sciml.ai/latest/)
1616
by providing practical examples of the concepts. For more details, please
1717
consult the docs.
1818

19+
#### Note: this library has been deprecated and its tutorials have been moved to the repos of the respective packages. It may be revived in the future if there is a need for longer-form tutorials!
20+
1921
## Results
2022

2123
To view the SciML Tutorials, go to [tutorials.sciml.ai](https://tutorials.sciml.ai/stable/). By default, this

docs/pages.jl

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ end
3737
# The result is in alphabetical order, change to the wanted order
3838

3939
permute!(pages,
40-
[1, 2]
40+
[1]
4141
)
4242

4343
names = [
44-
"SciMLTutorials.jl: Tutorials for Scientific Machine Learning (SciML) and Equation Solvers",
45-
"Workshop Exercises"]
44+
"SciMLTutorials.jl: Tutorials for Scientific Machine Learning (SciML) and Equation Solvers"
45+
]
4646

4747
for i in 1:length(pages)
4848
pages[i] = names[i] => pages[i][2]

0 commit comments

Comments
 (0)