Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Appium-Python-Client / docs / generate.sh
Size: Mime:
#!/bin/sh
rm -rf *rst _build
sphinx-apidoc -F -H 'Appium python client' -o . ../appium/webdriver
make html