-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clean up harmonic balance method file
- Loading branch information
Showing
3 changed files
with
29 additions
and
29 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,17 +1,17 @@ | ||
{ | ||
"devDependencies": { | ||
"markdown-it": "^14.1.0", | ||
"markdown-it-mathjax3": "^4.3.2", | ||
"vitepress": "^1.1.4", | ||
"vitepress-plugin-tabs": "^0.5.0" | ||
}, | ||
"scripts": { | ||
"docs:dev": "vitepress dev build/.documenter", | ||
"docs:build": "vitepress build build/.documenter", | ||
"docs:preview": "vitepress preview build/.documenter" | ||
}, | ||
"dependencies": { | ||
"@shikijs/transformers": "^1.1.7", | ||
"markdown-it-footnote": "^4.0.0" | ||
} | ||
{ | ||
"devDependencies": { | ||
"markdown-it": "^14.1.0", | ||
"markdown-it-mathjax3": "^4.3.2", | ||
"vitepress": "^1.1.4", | ||
"vitepress-plugin-tabs": "^0.5.0" | ||
}, | ||
"scripts": { | ||
"docs:dev": "vitepress dev build/.documenter", | ||
"docs:build": "vitepress build build/.documenter", | ||
"docs:preview": "vitepress preview build/.documenter" | ||
}, | ||
"dependencies": { | ||
"@shikijs/transformers": "^1.1.7", | ||
"markdown-it-footnote": "^4.0.0" | ||
} | ||
} |
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,10 +1,10 @@ | ||
@Article{10.21468/SciPostPhysCodeb.6, | ||
title={{HarmonicBalance.jl: A Julia suite for nonlinear dynamics using harmonic balance}}, | ||
author={Jan Košata and Javier del Pino and Toni L. Heugel and Oded Zilberberg}, | ||
journal={SciPost Phys. Codebases}, | ||
pages={6}, | ||
year={2022}, | ||
publisher={SciPost}, | ||
doi={10.21468/SciPostPhysCodeb.6}, | ||
url={https://scipost.org/10.21468/SciPostPhysCodeb.6}, | ||
@Article{10.21468/SciPostPhysCodeb.6, | ||
title={{HarmonicBalance.jl: A Julia suite for nonlinear dynamics using harmonic balance}}, | ||
author={Jan Košata and Javier del Pino and Toni L. Heugel and Oded Zilberberg}, | ||
journal={SciPost Phys. Codebases}, | ||
pages={6}, | ||
year={2022}, | ||
publisher={SciPost}, | ||
doi={10.21468/SciPostPhysCodeb.6}, | ||
url={https://scipost.org/10.21468/SciPostPhysCodeb.6}, | ||
} |