module installcustom.install_custom_revealjs

Short summary

module pymyinstall.installcustom.install_custom_revealjs

Various functions to install reveal.js.

source on GitHub

Functions

function

truncated documentation

download_revealjs

Download reveal.js release. and unzip it.

Documentation

Various functions to install reveal.js.

source on GitHub

pymyinstall.installcustom.install_custom_revealjs.download_revealjs(temp_folder='.', unzip_to='.', fLOG=<built-in function print>, force_download=False, pattern='https://github.com/hakimel/reveal.js/archive/refs/tags/%s.zip', location='https://github.com/hakimel/reveal.js/releases', clean=True, version='4.4.0')

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

  • pattern – url pattern if version is specified

  • location – location of reveal.js release

  • clean – clean unnecessary files

  • version – version to download (unused)

Returns:

list of downloaded and unzipped files

source on GitHub