Skip to content

epost-dev/python-oca

 
 

Repository files navigation

Github pages for python-oca

To update the 'gh-pages' re-create the docs in the 'master' branch and commit the generated html pages on 'gh-pages'.

git checkout master
cd docs
PYTHONPATH=.. make html
cd ..
git checkout gh-pages
cp -a docs/_build/html/* .
rm -r oca docs
git status

About

Python Bindings for XMLRPC OpenNebula Cloud API

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%