Generate this documentation#

See Generating the documention with pyquickhelper.

Configuration:

# -*- coding: utf-8 -*-
import sys
import os
from pyquickhelper.helpgen.default_conf import set_sphinx_variables
import actuariat_python
import pydata_sphinx_theme

sys.path.insert(0, os.path.abspath(os.path.join(os.path.split(__file__)[0])))

set_sphinx_variables(__file__, "Python pour un Actuaire", "Xavier Dupré",
                     2023, "pydata_sphinx_theme", ['_static'],
                     locals(), add_extensions=None, book=True, nblayout='table',
                     extlinks=dict(issue=(
                         'https://github.com/sdpython/actuariat_python/issues/%s',
                         'issue %s')),
                     doc_version=actuariat_python.__version__)

html_logo = "_static/project_ico_small.png"
language = "fr"
html_split_index = True

blog_root = "http://www.xavierdupre.fr/app/actuariat_python/helpsphinx/"
blog_background = False
html_css_files = ['my-styles.css']
epkg_dictionary['machine learning'] = 'https://fr.wikipedia.org/wiki/Apprentissage_automatique'

Extensions to install#