Skip to content

Commit

Permalink
test: refactor directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnhan committed Apr 10, 2024
1 parent c07262e commit 895ea0d
Show file tree
Hide file tree
Showing 12 changed files with 219 additions and 244 deletions.
427 changes: 214 additions & 213 deletions docs/source/user-guide/indexing.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/source/user-guide/io.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,11 @@
"source": [
"from erlab.io.dataloader import LoaderBase\n",
"\n",
"\n",
"class MyLoader(LoaderBase):\n",
" name = 'my_loader'\n",
" name = \"my_loader\"\n",
"\n",
" skip_validate = True\n",
"\n"
" skip_validate = True"
]
}
],
Expand Down
1 change: 1 addition & 0 deletions docs/source/user-guide/kconv.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"plt.rcParams[\"figure.dpi\"] = 96\n",
"\n",
"import xarray\n",
"\n",
"_ = xarray.set_options(display_expand_data=False, keep_attrs=True)"
]
},
Expand Down
1 change: 1 addition & 0 deletions docs/source/user-guide/plotting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"%config InlineBackend.figure_formats = [\"svg\", \"pdf\"]\n",
"plt.rcParams[\"figure.dpi\"] = 96\n",
"import xarray as xr\n",
"\n",
"xr.set_options(display_expand_data=False)\n",
"nb_execution_mode = \"cache\""
]
Expand Down
28 changes: 0 additions & 28 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,34 +151,6 @@ upload_to_vcs_release = true
[tool.ruff]
line-length = 88
indent-width = 4
exclude = [
".bzr",
".direnv",
".eggs",
".git",
".git-rewrite",
".hg",
".ipynb_checkpoints",
".mypy_cache",
".nox",
".pants.d",
".pyenv",
".pytest_cache",
".pytype",
".ruff_cache",
".svn",
".tox",
".venv",
".vscode",
"__pypackages__",
"_build",
"buck-out",
"build",
"dist",
"node_modules",
"site-packages",
"venv",
]

[tool.ruff.lint]
select = [
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 895ea0d

Please sign in to comment.