-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ae65d0
commit d0e195b
Showing
31 changed files
with
1,492 additions
and
873 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
style = "sciml" | ||
remove_extra_newlines=true | ||
long_to_short_function_def=true | ||
format_docstrings=true | ||
normalize_line_endings="unix" | ||
separate_kwargs_with_semicolon=true | ||
trailing_comma=true | ||
conditional_to_if=true | ||
yas_style_nesting=true | ||
short_to_long_function_def=true | ||
always_use_return=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
using Documenter, DocumenterMarkdown | ||
using ReactiveDynamics | ||
|
||
makedocs(format = Documenter.HTML(prettyurls = false, edit_link = "main"), | ||
sitename = "ReactiveDynamics.jl API Documentation", pages = ["index.md"]) | ||
makedocs(; | ||
format = Documenter.HTML(; prettyurls = false, edit_link = "main"), | ||
sitename = "ReactiveDynamics.jl API Documentation", | ||
pages = ["index.md"], | ||
) | ||
|
||
deploydocs(repo = "github.com/Merck/ReactiveDynamics.jl.git") | ||
deploydocs(; repo = "github.com/Merck/ReactiveDynamics.jl.git") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.