Skip to content

Commit f112e05

Browse files
committed
reference pyexcel-cli
1 parent 5c32dd5 commit f112e05

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.moban.d/gantt.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/source/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

4546
Known constraints
4647
==================

0 commit comments

Comments
 (0)