QuantEcon / jupinx

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

-f not a valid substitute for --files #96

Open arnavs opened 4 years ago

arnavs commented 4 years ago

If I run something like this:

jupinx -w --files source/rst/more_julia/data_statistical_packages.rst

it works, but if I do:

jupinx -w -f source/rst/more_julia/data_statistical_packages.rst

or:

jupinx -wf source/rst/more_julia/data_statistical_packages.rst

then it tells me that -f is not recognized.

This is also in line with jupinx -h, which doesn't have a -f flag under additional options (just --files).

arnavs commented 4 years ago

(But the help output also has syntax like jupinx -n lecture-source-py -f source/lecture1.rst, which I couldn't get to work, for the same reason.)