Codebase list pyexcel / debian/0.2.1-0kali2 Makefile
debian/0.2.1-0kali2

Tree @debian/0.2.1-0kali2 (Download .tar.gz)

Makefile @debian/0.2.1-0kali2raw · history · blame

1
2
3
4
5
6
7
8
all: test

test:
	bash test.sh

document:
	sphinx-autogen -o doc/source/generated/ doc/source/*.rst
	sphinx-build -b html doc/source/ doc/build/