QuantEcon / jupinx

Jupyter + Sphinx Utilities and Tools
https://quantecon.github.io/jupinx/
20 stars 4 forks source link

BUG: Path spec currently requires a trailing / #28

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

The current setup requires a directory to have a trailing /

jupinx -n lectures_source_py/

this is added by typical shell auto-completions but if a user just types

jupinx -n lectures_source_py

it will fail.

This should be handled better

mmcky commented 5 years ago

@AakashGfude can you replicate this issue on your machine? Perhaps if lecture-source-py is read in as an option -- we should append ("/") to make it more general.