Closed Amaras closed 2 years ago
I opened this PR to fix some problems I found while trying to render the AAA.
In particular I:
Updated pull.py to track main instead of master since the update of the AAA.
pull.py
main
master
~Added an actual Pipfile for dependency management.~ (not actually useful)
Made sure that not being able to render the site is now a fatal error (Makefile changes).
Solved a KeyError during the bibtexivize pass when author is not present (Wikipedia references).
Solved a weird bug for when several " were present in a block after splitting by citation.
"
Made the bibtexivize pass more liberal, following several formatting problems in IFS.md (should be fixed in the AAA shortly anyway).
IFS.md
Simplified the code in some places of bibtexivize.py
bibtexivize.py
It seems the AAA-py is not full dead yet!
I opened this PR to fix some problems I found while trying to render the AAA.
In particular I:
Updated
pull.py
to trackmain
instead ofmaster
since the update of the AAA.~Added an actual Pipfile for dependency management.~ (not actually useful)
Made sure that not being able to render the site is now a fatal error (Makefile changes).
Solved a KeyError during the bibtexivize pass when author is not present (Wikipedia references).
Solved a weird bug for when several
"
were present in a block after splitting by citation.Made the bibtexivize pass more liberal, following several formatting problems in
IFS.md
(should be fixed in the AAA shortly anyway).Simplified the code in some places of
bibtexivize.py
It seems the AAA-py is not full dead yet!