Skip to content

Commit

Permalink
Merge pull request #19 from meom-group/issue-#2
Browse files Browse the repository at this point in the history
Issue #2
  • Loading branch information
vadmbertr authored Oct 27, 2023
2 parents 94362b7 + a93e999 commit c0cdccc
Show file tree
Hide file tree
Showing 86 changed files with 1,195 additions and 5,244 deletions.
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

0 comments on commit c0cdccc

Please sign in to comment.