pyjanitor
pyjanitor copied to clipboard
[DOC] Normalization notebook figures are missing
Brief Description of Issue
Currently, the Normalization and Standardization notebooks are not showing figures properly.
This is a known issue that @catherinedevlin raised while putting in PR #320. I merged this PR regardless, just so that the notebook could get in first.
Relevant Context
I'd like to work on this
This is caused by symbolic links created by sphinx pointing to the wrong locations for the images: https://github.com/spatialaudio/nbsphinx/issues/49. The images are located in: ~/docs/_build/doctrees/nbsphinx/ but the links are pointing to docs/_build/html/notebooks/_build/doctrees/nbsphinx/
Assigned! :D
Thanks for tackling this, @chungkim271! :smile: