Skip to content

Commit

Permalink
first version of orignal WDM implementation should be working now
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Pelaez-Zapata committed Jul 16, 2024
1 parent 1de038c commit 85a68da
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 89 deletions.
8 changes: 7 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinx.ext.napoleon'
'sphinx.ext.napoleon',
'sphinx_gallery.gen_gallery'
]

templates_path = ['_templates']
Expand All @@ -34,6 +35,11 @@
napoleon_google_docstring = True
napoleon_include_init_with_doc = True

# gallery configuration
sphinx_gallery_conf = {
'examples_dirs': 'gallery', # path to your example scripts
'gallery_dirs': 'auto_gallery' # path to where to save gallery generated output
}


# -- Options for HTML output -------------------------------------------------
Expand Down
8 changes: 0 additions & 8 deletions docs/ewdm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ API Reference
Submodules
----------

ewdm.fourier module
-------------------

.. automodule:: ewdm.fourier
:members:
:undoc-members:
:show-inheritance:

ewdm.helpers module
-------------------

Expand Down
5 changes: 0 additions & 5 deletions docs/examples.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Directional Method.

getting_started
maths
examples
gallery


API Documentation
Expand Down
74 changes: 0 additions & 74 deletions notebooks/example.py

This file was deleted.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ extra = ["zarr"]
docs = [
"sphinx",
"sphinx-rtd-theme",
"sphinx-gallery",
"autodoc"
]

0 comments on commit 85a68da

Please sign in to comment.