Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #2 #19

Merged
merged 2 commits into from
Oct 27, 2023
Merged
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ build
dist
*.egg-info
junit
docs/_build

# project specific
notebooks/data/**
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pip install jaxparrow
```

**<ins>However</ins>**, users with access to GPUs or TPUs should first install JAX separately in order to fully benefit from its high-performance computing capacities.
See [JAX documentation](https://jax.readthedocs.io/en/latest/installation.html). \
See [JAX instructions](https://jax.readthedocs.io/en/latest/installation.html). \
By default, **jaxparrow** will install a CPU-only version of JAX if no other version is already present in the Python environment.

## Usage
Expand Down Expand Up @@ -48,9 +48,9 @@ u_cyclo, v_cyclo = cyclogeostrophy(u_geos=u_geos, v_geos=v_geos,
By default, the `cyclogeostrophy` function relies on our variational method.
Its `method` argument provides the ability to use an iterative method instead, either the one described by [Penven *et al.*](https://doi.org/10.1016/j.dsr2.2013.10.015), or the one by [Ioannou *et al.*](https://doi.org/10.1029/2019JC015031).
Additional arguments also give a finer control over the three approaches hyperparameters. \
See [**jaxparrow** documentation](https://meom-group.github.io/jaxparrow/) for more details.
See **jaxparrow** [API documentation](https://meom-group.github.io/jaxparrow/api.html) for more details.

[Notebooks](notebooks/README.md) are available as step-by-step examples.
[Notebooks](notebooks) are available as step-by-step examples.

### As an executable

Expand Down
20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

4 changes: 0 additions & 4 deletions docs/_build/.buildinfo

This file was deleted.

Binary file removed docs/_build/.doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/_build/.doctrees/index.doctree
Binary file not shown.
Binary file not shown.
Binary file removed docs/_build/.doctrees/jaxparrow.doctree
Binary file not shown.
Binary file not shown.
Binary file removed docs/_build/.doctrees/jaxparrow.tools.doctree
Binary file not shown.
Binary file not shown.
Binary file removed docs/_build/.doctrees/modules.doctree
Binary file not shown.
Binary file removed docs/_build/.doctrees/usage.doctree
Binary file not shown.
28 changes: 0 additions & 28 deletions docs/_build/_sources/index.rst.txt

This file was deleted.

7 changes: 0 additions & 7 deletions docs/_build/_sources/jaxparrow.cyclogeostrophy.rst.txt

This file was deleted.

7 changes: 0 additions & 7 deletions docs/_build/_sources/jaxparrow.geostrophy.rst.txt

This file was deleted.

27 changes: 0 additions & 27 deletions docs/_build/_sources/jaxparrow.rst.txt

This file was deleted.

18 changes: 0 additions & 18 deletions docs/_build/_sources/jaxparrow.tools.rst.txt

This file was deleted.

7 changes: 0 additions & 7 deletions docs/_build/_sources/jaxparrow.tools.tools.rst.txt

This file was deleted.

11 changes: 0 additions & 11 deletions docs/_build/_sources/usage.rst.txt

This file was deleted.

Loading
Loading