-
Notifications
You must be signed in to change notification settings - Fork 70
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
Bibliographies #1058
Bibliographies #1058
Conversation
This one's ready for review :) Please build the website locally to see how the new references look. Note that I have not written any documentation yet. |
I've resolved all but your comment regarding changing the HTML backend, which I will do tonight. In the process of reviewing this PR, I found a series of other mistakes in the citations and bibliography file too that are now fixed. @VojtechStep EDIT: It's resolved now too |
Note that while disabling the |
It seems that just removing the newlines introduced in f-strings solves this. It looks like this bug in autopep8 with Python 3.12: hhatto/autopep8#712 |
Python amirite |
Thanks for catching this before a merge. Of course it didn't fail when I tested locally because I run a python version that is compatible with the formatting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great 👌; I think after the f-string are fixed this one is ready to be merged
One last request - could you log which file included a dangling citation/reference? Adding |
Anything else? 🤓 |
Nope, that's everything I could have asked for. Thanks again for picking this up, and feel free to merge the PR, I already put my laptop away 🎉 |
Adds citation support using a biblatex file and [pybtex](https://pybtex.org/), reactors most current citations to use it, and adds a small guide to explain how to use it. Resolves UniMath#957.
Adds citation support using a biblatex file and pybtex, reactors most current citations to use it, and adds a small guide to explain how to use it.
Resolves #957.