File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
# SciML Style Guide for Julia
2
2
3
3
[ ![ SciML Code Style] ( https://img.shields.io/static/v1?label=code%20style&message=SciML&color=9558b2&labelColor=389826 )] ( https://github.com/SciML/SciMLStyle )
4
+ [ ![ Global Docs] ( https://img.shields.io/badge/docs-SciML-blue.svg )] ( https://docs.sciml.ai/SciMLStyle/stable/ )
4
5
5
6
The SciML Style Guide is a style guide for the Julia programming language. It is used by the
6
7
[ SciML Open Source Scientific Machine Learning Organization] ( https://sciml.ai/ ) . As such, it is
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ makedocs(sitename = "SciML Style Guide for Julia",
17
17
],
18
18
format = Documenter. HTML (analytics = " UA-90474609-3" ,
19
19
assets = [" assets/favicon.ico" ],
20
- canonical = " https://scimlstyle .sciml.ai/stable/" ),
20
+ canonical = " https://docs .sciml.ai/SciMLStyle /stable/" ),
21
21
pages = [
22
22
" SciML Style Guide for Julia" => " index.md" ,
23
23
])
You can’t perform that action at this time.
0 commit comments