QuantEcon / jupinx

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

Setup `jupinx` command line tool - Build Triggering #14

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

We should setup jupinx command line tool to assist with triggering builds using the following commands:

-j, --jupyter : make jupyter
-n, --notebook : make jupyter
-c, --coverage : make coverage
-w, --website : make website
-h, --help : help file
-p, --preview={website} : make preview (default to notebooks, with option to target website)

the jupinx tool should also provide a minimal help guide if entered without options.

mmcky commented 5 years ago

@AakashGfude from an internal perspective let's use Makefile for now using subprocess calls.

In the future we will probably migrate the tool to use Fabric

mmcky commented 5 years ago

this issue can now be closed. CLI is in development.