-
Notifications
You must be signed in to change notification settings - Fork 21
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
Showing
8 changed files
with
305 additions
and
229 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 |
---|---|---|
|
@@ -17,6 +17,7 @@ makedocs( | |
"get_started.md", | ||
"concepts.md" | ||
], | ||
"tutorial.md", | ||
"faq.md", | ||
"api.md" | ||
], | ||
|
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,3 +1,5 @@ | ||
# FAQ | ||
|
||
What's the difference between Arrhenius.jl and Chemkin/Cantera? | ||
What's the difference between Arrhenius.jl and Chemkin/Cantera? | ||
|
||
> Arrhenius.jl can be viewed as a differentiable Cantera and Arrhenius.jl aims at exploiting differentiable programming for data-driven combustion modeling. |
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,3 +1,15 @@ | ||
# Installation | ||
|
||
> pkg> add https://github.com/DENG-MIT/Arrhenius.jl | ||
## For users | ||
|
||
`pkg> add https://github.com/DENG-MIT/Arrhenius.jl` | ||
|
||
> Note that `] add Arrhenius` might not install the latest version. | ||
## For developers | ||
|
||
`clone the github repo to local` | ||
|
||
`cd Arrhenius.jl` | ||
|
||
`] add .` |
Oops, something went wrong.