forked from thermohub/thermofun
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged in origin-hub (pull request thermohub#63)
sync with Origin hub
- Loading branch information
Showing
36 changed files
with
22,973 additions
and
346 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
on: [push] | ||
|
||
jobs: | ||
paper: | ||
runs-on: ubuntu-latest | ||
name: Paper Draft | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Build draft PDF | ||
uses: openjournals/openjournals-draft-action@master | ||
with: | ||
journal: joss | ||
# This should be the path to the paper within your repo. | ||
paper-path: paper/paper.md | ||
- name: Upload | ||
uses: actions/upload-artifact@v1 | ||
with: | ||
name: paper | ||
# This is the output path where Pandoc will write the compiled | ||
# PDF. Note, this should be the same directory as the input | ||
# paper.md | ||
path: paper/paper.pdf |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[project] | ||
name = "thermofun" | ||
version = "0.4.2" | ||
|
||
# Optional, adding this will enable direct links from the documentation | ||
# to your source code. | ||
git_repo_url = "https://github.com/thermohub/thermofun/" | ||
git_default_branch = "master" | ||
|
||
[paths] | ||
compile_commands = "build/compile_commands.json" | ||
# output_dir = "docs/hdoc-output" | ||
|
||
[pages] | ||
homepage = "docs/index.md" | ||
|
||
[ignore] | ||
# Symbols from any of the following path fragments will be ignored | ||
ignore_private_members = true | ||
paths = [ | ||
"/python/", | ||
"/pytests/", | ||
"/tests/", | ||
"/Common/", | ||
"OptimizationUtils.h", | ||
"/Substances/Solvent/Reaktoro/", | ||
"/Substances/Gases/s_solmod_.cpp", | ||
"/Substances/Gases/s_solmod_.h", | ||
"/Substances/Gases/s_solmod2_.cpp", | ||
"/Substances/Gases/verror.h" | ||
# more paths can be added as needed | ||
] |
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 was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.