Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ repos:
- id: pretty-format-toml
args: [--autofix]

- repo: https://github.com/FlamingTempura/bibtex-tidy
rev: v1.14.0
hooks:
- id: bibtex-tidy
args: ['--align=1', '--curly', '--months', '--sort', '--duplicates', '--strip-enclosing-braces']

- repo: local
hooks:
- id: nbclean
Expand Down
60 changes: 30 additions & 30 deletions docs/references.bib
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
@book{python,
title={Python reference manual},
author={Van Rossum, Guido and Drake Jr, Fred L},
year={1995},
publisher={Centrum voor Wiskunde en Informatica Amsterdam}
@misc{numpy-docs,
title = {Numpy Documentation},
author = {Travis Oliphant},
booktitle = {Numpy},
year = {2006},
url = {https://numpy.org/doc/stable/index.html}
}
@misc{pythonformaths,
title={Python for Maths},
author={Andreas Ernst},
booktitle={github},
year={2021},
url={https://github.erc.monash.edu.au/andrease/Python4Maths}
@book{pozar-2012,
title = {Microwave {{Engineering}}},
author = {M. Pozar, David},
year = {2012},
edition = {4},
publisher = {John Wiley \& Sons, Inc.},
isbn = {978-0-470-63155-3}
}
@misc{python-loops,
title={Loop like a native},
author={Ned Batchelder},
booktitle={PyCon},
year={2013},
url={https://www.youtube.com/watch?v=EnSu9hHGq5o&t=1519s}
@book{python,
title = {Python reference manual},
author = {Van Rossum, Guido and Drake Jr, Fred L},
year = {1995},
publisher = {Centrum voor Wiskunde en Informatica Amsterdam}
}
@misc{numpy-docs,
title={Numpy Documentation},
author={Travis Oliphant},
booktitle={Numpy},
year={2006},
url={https://numpy.org/doc/stable/index.html}
@misc{python-loops,
title = {Loop like a native},
author = {Ned Batchelder},
booktitle = {PyCon},
year = {2013},
url = {https://www.youtube.com/watch?v=EnSu9hHGq5o&t=1519s}
}
@book{pozar-2012,
title={Microwave {{Engineering}}},
author={M. Pozar, David},
year={2012},
edition={4},
publisher={John Wiley \& Sons, Inc.},
isbn={978-0-470-63155-3}
@misc{pythonformaths,
title = {Python for Maths},
author = {Andreas Ernst},
booktitle = {github},
year = {2021},
url = {https://github.erc.monash.edu.au/andrease/Python4Maths}
}
Loading