doc and install

This commit is contained in:
François Boulogne 2025-06-25 10:58:53 +02:00
parent 74cea0083d
commit 42dcda2aaf
4 changed files with 93 additions and 3 deletions

View file

@ -19,10 +19,17 @@ author = 'F. Boulogne et al.'
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'numpydoc', # Doit être après 'autodoc'
'myst_parser',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
]
numpydoc_show_inherited_class_members = True
numpydoc_use_plots = False # Plots in doctring
numpydoc_class_members_toctree = False
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']