Skip to content

Commit

Permalink
docs: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicrie committed Aug 22, 2022
1 parent 73e2473 commit 19bb84e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ API


**********************
Numpy ``np.ndarray``
Numpy | ``np.ndarray``
**********************
.. autosummary::
:toctree: _autosummary
:template: custom-class-template.rst
:recursive:


xeofs.models.EOF
xeofs.models.Rotator
xeofs.models.Bootstrapper
Expand All @@ -29,7 +28,6 @@ pandas | ``pd.DataFrame``
:template: custom-class-template.rst
:recursive:


xeofs.pandas.EOF
xeofs.pandas.Rotator
xeofs.pandas.Bootstrapper
Expand All @@ -44,7 +42,6 @@ xarray | ``xr.DataArray``
:template: custom-class-template.rst
:recursive:


xeofs.xarray.EOF
xeofs.xarray.Rotator
xeofs.xarray.Bootstrapper
Expand Down
7 changes: 2 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@
import os
import sys

# from xeofs import __version__
from xeofs import __version__

sys.path.insert(0, os.path.abspath('..'))

from importlib.metadata import version
__version__ = version('xeofs')

#
# # prevent circular imports...
# import sphinx.builders.html
# import sphinx.builders.latex
Expand Down Expand Up @@ -82,7 +79,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down

0 comments on commit 19bb84e

Please sign in to comment.