Skip to content

Commit

Permalink
add deprecation note
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Dec 12, 2022
1 parent b5bf6b9 commit aabdb43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ and the [devdocs](http://devdocs.sciml.ai/latest/)
by providing practical examples of the concepts. For more details, please
consult the docs.

#### 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!

## Results

To view the SciML Tutorials, go to [tutorials.sciml.ai](https://tutorials.sciml.ai/stable/). By default, this
Expand Down
6 changes: 3 additions & 3 deletions docs/pages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ end
# The result is in alphabetical order, change to the wanted order

permute!(pages,
[1, 2]
[1]
)

names = [
"SciMLTutorials.jl: Tutorials for Scientific Machine Learning (SciML) and Equation Solvers",
"Workshop Exercises"]
"SciMLTutorials.jl: Tutorials for Scientific Machine Learning (SciML) and Equation Solvers"
]

for i in 1:length(pages)
pages[i] = names[i] => pages[i][2]
Expand Down

0 comments on commit aabdb43

Please sign in to comment.