File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,12 @@ Here's what you need to do in your program:
2020 p.save_as(file_name = ' tasks.csv' ,
2121 dest_file_name = ' tasks.gantt.html' )
2222
23- Alternatively, you can do it with pyexcel's command line interface:
23+ Alternatively, you can do it with pyexcel's ` command line interface `_ :
2424
2525.. code-block :: bash
2626
2727 $ pyexcel transcode tasks.csv tasks.gantt.html
2828
2929
3030 .. _a sample csv : https://github.com/pyexcel/pyexcel-gantt/raw/master/demo/tasks.csv
31+ .. _command line interface : https://github.com/pyexcel/pyexcel-cli
Original file line number Diff line number Diff line change @@ -57,14 +57,15 @@ Here's what you need to do in your program:
5757 p.save_as(file_name = ' tasks.csv' ,
5858 dest_file_name = ' tasks.gantt.html' )
5959
60- Alternatively, you can do it with pyexcel's command line interface:
60+ Alternatively, you can do it with pyexcel's ` command line interface `_ :
6161
6262.. code-block :: bash
6363
6464 $ pyexcel transcode tasks.csv tasks.gantt.html
6565
6666
6767 .. _a sample csv : https://github.com/pyexcel/pyexcel-gantt/raw/master/demo/tasks.csv
68+ .. _command line interface : https://github.com/pyexcel/pyexcel-cli
6869
6970
7071
Original file line number Diff line number Diff line change @@ -33,14 +33,15 @@ Here's what you need to do in your program:
3333 p.save_as(file_name = ' tasks.csv' ,
3434 dest_file_name = ' tasks.gantt.html' )
3535
36- Alternatively, you can do it with pyexcel's command line interface:
36+ Alternatively, you can do it with pyexcel's ` command line interface `_ :
3737
3838.. code-block :: bash
3939
4040 $ pyexcel transcode tasks.csv tasks.gantt.html
4141
4242
4343 .. _a sample csv : https://github.com/pyexcel/pyexcel-gantt/raw/master/demo/tasks.csv
44+ .. _command line interface : https://github.com/pyexcel/pyexcel-cli
4445
4546Known constraints
4647==================
You can’t perform that action at this time.
0 commit comments