Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
*.xlsx
*.ipynb
poetry.lock
# Byte-compiled / optimized / DLL files
data/
__pycache__/
*.py[cod]
*$py.class
Expand Down Expand Up @@ -60,7 +64,7 @@ examples/figures/*
examples/data/*
examples/local
data/data_local/*

notebooks/
# VSCode
.vscode

Expand Down
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import os
import sys
import sphinx_gallery

import sphinx_rtd_theme

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

from distutils.version import LooseVersion

# pngmath / imgmath compatibility layer for different sphinx versions
# import sphinx
Expand Down
4,700 changes: 0 additions & 4,700 deletions poetry.lock

This file was deleted.

Loading
Loading