Skip to content

Commit

Permalink
update path to paper.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed Dec 9, 2022
1 parent ff2ba97 commit 75416c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
with:
journal: joss
# This should be the path to the paper within your repo.
paper-path: paper.md
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.pdf
path: paper/paper.pdf
4 changes: 1 addition & 3 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ Earlier versions of `ewstools` were used in the following publications:






It complements a popular EWS package written in R [@dakos2012methods].
My hope that having an EWS toolbox in Python will allow for additional testing,
and appeal to those who primarily work in Python.
Expand All @@ -86,6 +83,7 @@ results [@bury2021deep]




`ewstools` makes use of several other Python packages, including
pandas [@mckinney2010data] for dataframe handling,
numpy [@harris2020array] for fast numerical computing,
Expand Down

0 comments on commit 75416c3

Please sign in to comment.