module automation.teaching_modules#

Short summary#

module ensae_teaching_cs.automation.teaching_modules

List of modules to maintain for the teachings.

source on GitHub

Functions#

function

truncated documentation

get_teaching_modules

List of teachings modules to maintain (CI + documentation).

Documentation#

List of modules to maintain for the teachings.

source on GitHub

ensae_teaching_cs.automation.teaching_modules.get_teaching_modules(branch=True)#

List of teachings modules to maintain (CI + documentation).

Paramètres:

branch – the default branch is usually master but could be main. If False, the branch name is not returned, otherwise the module name is module:branch.

<<<

from ensae_teaching_cs.automation import get_teaching_modules
print('\n'.join(sorted(get_teaching_modules())))

>>>

    _check_python_install
    actuariat_python
    code_beatrix
    cpyquickhelper
    deeponnxcustom:main
    ensae_projects
    ensae_teaching_cs
    ensae_teaching_dl
    jupytalk
    jyquickhelper
    lecture_citation
    manydataapi
    mlinsights
    mloptonnx
    mlprodict
    mlstatpy
    myblog
    onnxcustom
    onnxortext
    pandas_streaming
    papierstat
    pyenbc
    pyensae
    pymlbenchmark
    pymmails
    pymyinstall
    pyquickhelper
    pyrsslocal
    python3_module_template
    sparkouille
    teachpyx
    tkinterquickhelper
    wrapclib

source on GitHub