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

Test docstring #9

Open
wants to merge 60 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
e48972c
remove all functions except one for test
Amine-ouhechou Sep 12, 2024
e129ab6
copy function from Spectram to test
Amine-ouhechou Sep 12, 2024
dd81661
remove pyinterp
Amine-ouhechou Sep 12, 2024
59c264d
change maxdepth to 4.rst
Amine-ouhechou Sep 12, 2024
2a1ee8e
maxdepth = 5
Amine-ouhechou Sep 12, 2024
e90ac05
remove empty line
Amine-ouhechou Sep 12, 2024
8e89446
maxdepth=5
Amine-ouhechou Sep 12, 2024
8b7db5d
from .DataPreprocessing import *
Amine-ouhechou Sep 12, 2024
19b45d1
remove from .DataPreprocessing import *
Amine-ouhechou Sep 12, 2024
ecbce89
function test
Amine-ouhechou Sep 12, 2024
e9c3e0a
Update widetrax.rst
Amine-ouhechou Sep 12, 2024
7c22f8c
after docs working add all functions
Amine-ouhechou Sep 12, 2024
dce53fe
add extract_xarray_in_region
Amine-ouhechou Sep 12, 2024
f9a46f9
try new functions and docstrings
Amine-ouhechou Sep 12, 2024
e7f7e59
Update
Amine-ouhechou Sep 12, 2024
5ff80d1
Update DataPreprocessing.py
Amine-ouhechou Sep 12, 2024
42b55a4
remove packages
Amine-ouhechou Sep 12, 2024
21558bc
Update DataPreprocessing.py
Amine-ouhechou Sep 12, 2024
c6272c9
Update DataPreprocessing.py
Amine-ouhechou Sep 12, 2024
c760569
add librairies
Amine-ouhechou Sep 12, 2024
d76fc22
add extract xarray_by_region
Amine-ouhechou Sep 12, 2024
7c9a309
Update DataPreprocessing.py
Amine-ouhechou Sep 12, 2024
9224f7d
Update __init__.py
Amine-ouhechou Sep 12, 2024
ff76f2a
Update __init__.py
Amine-ouhechou Sep 12, 2024
4bd278a
add new function for test
Amine-ouhechou Sep 12, 2024
2dc4d7e
delete extract_xarray_in_region
Amine-ouhechou Sep 12, 2024
98f85fe
just one function left
Amine-ouhechou Sep 12, 2024
5dd4d74
add collections
Amine-ouhechou Sep 12, 2024
be754c1
add datetime
Amine-ouhechou Sep 12, 2024
f1e1bff
add os, re,sys
Amine-ouhechou Sep 12, 2024
f15f69c
remove collections
Amine-ouhechou Sep 12, 2024
19188f0
remove os
Amine-ouhechou Sep 12, 2024
82bb6b6
remove re and sys
Amine-ouhechou Sep 12, 2024
da064f1
Add files via upload
Amine-ouhechou Sep 12, 2024
ce5b7b6
add trynewname
Amine-ouhechou Sep 12, 2024
17fd064
Update __init__.py
Amine-ouhechou Sep 12, 2024
9a877b0
add trynewname
Amine-ouhechou Sep 12, 2024
9769684
Create trynewname.rst
Amine-ouhechou Sep 12, 2024
20f8ac7
Update trynewname.rst
Amine-ouhechou Sep 12, 2024
9240dbf
Rename trynewname.rst to widetrax.trynewname.rst
Amine-ouhechou Sep 12, 2024
86d595b
Update widetrax.rst
Amine-ouhechou Sep 12, 2024
f361e0b
Update widetrax.rst
Amine-ouhechou Sep 12, 2024
529a27d
Delete docs/widetrax.trynewname.rst
Amine-ouhechou Sep 12, 2024
4b4a34f
Update widetrax.rst
Amine-ouhechou Sep 12, 2024
0d2c26e
Delete widetrax/trynewname.py
Amine-ouhechou Sep 12, 2024
a831368
Update DataPreprocessing.py
Amine-ouhechou Sep 12, 2024
4ef28c3
add count_obs
Amine-ouhechou Sep 12, 2024
347ff23
add extract_xarray without importing xarray
Amine-ouhechou Sep 13, 2024
b14cd72
add fill_nan function without importing pyinterp
Amine-ouhechou Sep 13, 2024
b023b14
import xarray and pyinterp
Amine-ouhechou Sep 13, 2024
694898d
add all libr and some functions to test
Amine-ouhechou Sep 13, 2024
6803797
delete func extract_xarrays_by_time after prlm in docs
Amine-ouhechou Sep 13, 2024
8e2a29e
remove libraries
Amine-ouhechou Sep 13, 2024
30365f3
remove fill_nan_function
Amine-ouhechou Sep 13, 2024
349444a
remove pyinterp
Amine-ouhechou Sep 13, 2024
ab5e4f2
add all functions
Amine-ouhechou Sep 13, 2024
b898d39
import some libraries
Amine-ouhechou Sep 13, 2024
72b5d45
remove functions
Amine-ouhechou Sep 13, 2024
5b19f47
remove some imports
Amine-ouhechou Sep 13, 2024
fbc3e6d
remove pyinterp
Amine-ouhechou Sep 13, 2024
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
4 changes: 2 additions & 2 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ API
===

.. toctree::
:maxdepth: 4
:maxdepth: 5

widetrax
widetrax
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ It computes the power spectrum density(PSD) of Sea surface Height (SSH) for any


.. toctree::
:maxdepth: 4
:maxdepth: 5
:caption: Contents:

Contents:
---------

.. toctree::
:maxdepth: 4
:maxdepth: 5

Overview <overview>
api
1 change: 0 additions & 1 deletion docs/widetrax.DataPreprocessing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ widetrax.DataPreprocessing module
:members:
:undoc-members:
:show-inheritance:

8 changes: 4 additions & 4 deletions docs/widetrax.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
widetrax package
=================

Submodules
----------
modules
-------

.. toctree::
:maxdepth: 4
:maxdepth: 5

widetrax.DataPreprocessing
widetrax.Spectram
widetrax.DataPreprocessing
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ netCDF4
numpy
scipy
xarray
zarr
zarr
datetime
Loading