-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e74fddd
commit 7996b30
Showing
13 changed files
with
1,484 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
xhydro | ||
====== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
xhydro |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
xhydro.frequency\_analysis package | ||
================================== | ||
|
||
.. automodule:: xhydro.frequency_analysis | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:private-members: | ||
|
||
Submodules | ||
---------- | ||
|
||
xhydro.frequency\_analysis.local module | ||
--------------------------------------- | ||
|
||
.. automodule:: xhydro.frequency_analysis.local | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:private-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
xhydro package | ||
============== | ||
|
||
.. automodule:: xhydro | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:private-members: | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
xhydro.frequency_analysis | ||
xhydro.testing | ||
|
||
Submodules | ||
---------- | ||
|
||
xhydro.cc module | ||
---------------- | ||
|
||
.. automodule:: xhydro.cc | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:private-members: | ||
|
||
xhydro.indicators module | ||
------------------------ | ||
|
||
.. automodule:: xhydro.indicators | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:private-members: | ||
|
||
xhydro.utils module | ||
------------------- | ||
|
||
.. automodule:: xhydro.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:private-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
xhydro.testing package | ||
====================== | ||
|
||
.. automodule:: xhydro.testing | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:private-members: | ||
|
||
Submodules | ||
---------- | ||
|
||
xhydro.testing.utils module | ||
--------------------------- | ||
|
||
.. automodule:: xhydro.testing.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:private-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) 2023, Thomas-Charles Fortier Filion | ||
# This file is distributed under the same license as the xHydro package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: xHydro 0.2.4\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-12-08 11:18-0500\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language: fr_CA\n" | ||
"Language-Team: fr_CA <LL@li.org>\n" | ||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.12.1\n" | ||
|
||
#: ../../../AUTHORS.rst:3 | ||
msgid "Credits" | ||
msgstr "" | ||
|
||
#: ../../../AUTHORS.rst:6 | ||
msgid "Development Lead" | ||
msgstr "" | ||
|
||
#: ../../../AUTHORS.rst:8 | ||
msgid "" | ||
"Thomas-Charles Fortier Filion <tcff_hydro@outlook.com> `@TC-FF " | ||
"<https://github.com/TC-FF>`_" | ||
msgstr "" | ||
|
||
#: ../../../AUTHORS.rst:11 | ||
msgid "Co-Developers" | ||
msgstr "" | ||
|
||
#: ../../../AUTHORS.rst:13 | ||
msgid "" | ||
"Trevor James Smith <smith.trevorj@ouranos.ca> `@Zeitsperre " | ||
"<https://github.com/Zeitsperre>`_" | ||
msgstr "" | ||
|
||
#: ../../../AUTHORS.rst:14 | ||
msgid "" | ||
"Gabriel Rondeau-Genesse <rondeau-genesse.gabriel@ouranos.ca> `@RondeauG " | ||
"<https://github.com/RondeauG>`_" | ||
msgstr "" | ||
|
||
#: ../../../AUTHORS.rst:15 | ||
msgid "" | ||
"Sébastien Langlois `@sebastienlanglois " | ||
"<https://github.com/sebastienlanglois>`_" | ||
msgstr "" | ||
|
||
#: ../../../AUTHORS.rst:18 | ||
msgid "Contributors" | ||
msgstr "" | ||
|
||
#: ../../../AUTHORS.rst:20 | ||
msgid "None yet. Why not be the first?" | ||
msgstr "" |
Oops, something went wrong.