StephanRhode / py-algorithms-4-automotive-engineering

This repository contains jupyter notebooks and python code for KIT course: Python Algorithms for Automotive Engineering
http://www.fast.kit.edu/lff/1017_13056.php
MIT License
65 stars 95 forks source link

Links to references.bib not working in notebook #19

Closed awiawi closed 4 years ago

awiawi commented 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?

StephanRhode commented 4 years ago

This is a bug, which will be resolved through pull request #21.