module installhelper.install_custom_revealjs

Short summary

module pymyinstall.installhelper.install_custom_revealjs

Various functions to install reveal.js.

Functions

function truncated documentation
download_revealjs Download

Documentation

Various functions to install reveal.js.

pymyinstall.installhelper.install_custom_revealjs.download_revealjs(temp_folder='.', unzip_to='.', fLOG=<built-in function print>, force_download=False, location='https://github.com/hakimel/reveal.js/releases', clean=True)[source]

Download reveal.js release. and unzip it.

Parameters:
  • temp_folder – where to download the setup
  • unzip_to – where to unzip the files
  • fLOG – logging function
  • install – install (otherwise only download)
  • force_download – force the downloading of pandoc
  • location – location of reveal.js release
  • clean – clean unnecessary files
Returns:

list of downloaded and unzipped files