Skip to content

Commit be7cee2

Browse files
add deprecation note
1 parent dce1253 commit be7cee2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

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

18+
#### 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!
19+
1820
## Results
1921

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

docs/pages.jl

Lines changed: 3 additions & 3 deletions
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)