Skip to content

Commit

Permalink
fix documentation extensions typos, re-run pre-commit for isort and d…
Browse files Browse the repository at this point in the history
…ocstring fixes
  • Loading branch information
Zeitsperre committed Aug 30, 2023
1 parent 04bf422 commit d7a42d8
Show file tree
Hide file tree
Showing 11 changed files with 487 additions and 477 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
with:
force: false
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
branch: ${{ github.ref }}
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@
"sphinx.ext.autodoc",
"sphinx.ext.autosectionlabel",
"sphinx.ext.extlinks",
"sphinx.ext.viewcode" "sphinx.ext.todo",
"nbsphinx" "sphinx_codeautolink",
"sphinx.ext.viewcode",
"sphinx.ext.todo",
"nbsphinx",
"sphinx_codeautolink",
"sphinx_copybutton",
"sphinxcontrib.confluencebuilder",
]
Expand Down
4 changes: 2 additions & 2 deletions xdatasets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .tutorial import load_dataset, list_available_datasets
from .core import Query
from .tutorial import list_available_datasets, load_dataset

__author__ = """Sebastien Langlois"""
__email__ = "[email protected]"
__version__ = '0.3.0'
__version__ = "0.3.0"
Loading

0 comments on commit d7a42d8

Please sign in to comment.