-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Joss Responses: Library Documentation and Basic Profiling (#64)
* README documentation enhancement * Addition of Github pages * Removal of unicode characters from the JOSS md, and inclusion of local build instructions --------- Co-authored-by: Panadestein <[email protected]>
- Loading branch information
1 parent
a02b3c0
commit d00b256
Showing
10 changed files
with
1,438 additions
and
315 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
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 @@ | ||
# JOSS | ||
# Compiling the JOSS Paper | ||
|
||
To build the paper with [pandoc](https://pandoc.org/installing.html) (3.0.1): | ||
|
||
```shell | ||
pandoc --citeproc --bibliography=refs.bib -s paper.md -o gx_minimax.pdf --template latex.template | ||
``` | ||
|
||
with a latex templated sourced from a Github [source]( https://github.com/Wandmalfarbe/pandoc-latex-template/blob/master/eisvogel.tex) | ||
rather than the [JOSS template](https://github.com/sigsep/open-unmix-paper-joss/blob/master/latex.template). |
Oops, something went wrong.