Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: CITATION.cff #115

Merged
merged 2 commits into from
Aug 31, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
git mv {citation,bibtex}.tmpl
  • Loading branch information
mmcloughlin committed Aug 31, 2021
commit a47773bae6028dfe1e46b924d2b789d7d7e0923a
2 changes: 1 addition & 1 deletion internal/tools/docgen/ztemplates.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion script/generate
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bib generate -bib doc/references.bib -type markdown -output doc/bibliography.md
# Documentation.
go run ./internal/tools/docgen -type readme -tocmax 3 -output README.md
go run ./internal/tools/docgen -type results -output doc/results.md
go run ./internal/tools/docgen -type citation -output CITATION.bib
go run ./internal/tools/docgen -type bibtex -output CITATION.bib
go run ./internal/tools/docgen -type zenodo -output .zenodo.json

# Install script. (Post-processed to remove timestamp for repeatability.)
Expand Down