Repository URL to install this package:
|
Version:
3.1.1 ▾
|
#!/bin/sh
rm -rf *rst _build
sphinx-apidoc -F -H 'Appium python client' -o . ../appium/webdriver
make html