module helpgen.install_js_dep

Short summary

module pyquickhelper.helpgen.install_js_dep

Install javascript dependencies for the documentation generation.

source on GitHub

Functions

function

truncated documentation

install_javascript_tools

Installs extra dependencies such as reveal.js.

Documentation

Install javascript dependencies for the documentation generation.

source on GitHub

pyquickhelper.helpgen.install_js_dep.install_javascript_tools(root, dest, fLOG=<function noLOG>, revealjs_github=False)[source]

Installs extra dependencies such as reveal.js.

Parameters:
  • root – location of the documentation

  • dest – location of static path

  • fLOG – logging function

  • revealjs_github – to get reveal.js from github

The function will create sub folders in folder root.

source on GitHub