Closed awiawi closed 4 years ago
I found that the links referencing the references.bib file (for example here https://github.com/StephanRhode/py-algorithms-4-automotive-engineering/blame/master/01_basic-python/00_syntax.ipynb#L18) can not be resolved in notebook (on github and local).
The links reference the file ./references.bib but the file is one folder up, so the link should point to ../references.bib. Is there a maybe a problem with other tools if the links are pointing to ../references.bib?
./references.bib
../references.bib
This is a bug, which will be resolved through pull request #21.
I found that the links referencing the references.bib file (for example here https://github.com/StephanRhode/py-algorithms-4-automotive-engineering/blame/master/01_basic-python/00_syntax.ipynb#L18) can not be resolved in notebook (on github and local).
The links reference the file
./references.bib
but the file is one folder up, so the link should point to../references.bib
. Is there a maybe a problem with other tools if the links are pointing to../references.bib
?