Skip to content

Commit 6219054

Browse files
Yasser ZidaniYasser Zidani
authored andcommitted
test commit
1 parent 4b3de91 commit 6219054

File tree

5 files changed

+90
-4703
lines changed

5 files changed

+90
-4703
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
*.ipynb
2+
poetry.lock
3+
qolmat/imputations/mimca/
14
# Byte-compiled / optimized / DLL files
5+
data/
26
__pycache__/
37
*.py[cod]
48
*$py.class

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import os
1414
import sys
15-
import sphinx_gallery
15+
1616
import sphinx_rtd_theme
1717

1818
# If extensions (or modules to document with autodoc) are in another directory,
@@ -53,7 +53,6 @@
5353
# see https://github.com/numpy/numpydoc/issues/69
5454
numpydoc_show_class_members = False
5555

56-
from distutils.version import LooseVersion
5756

5857
# pngmath / imgmath compatibility layer for different sphinx versions
5958
# import sphinx

0 commit comments

Comments
 (0)