1
0

Removed the subdir.

This commit is contained in:
2022-07-20 15:01:07 +02:00
parent aee5e8bbd9
commit e03f1c8be8
234 changed files with 21562 additions and 456 deletions

View File

@ -0,0 +1,11 @@
Charts
------
The charts package enables users to read and write charts based on different file formats and databases.
.. toctree::
:maxdepth: 2
:caption: Modules:
database
s57_files

View File

@ -0,0 +1,7 @@
Database
--------
.. automodule:: pyrate.common.charts.db
:members:
:undoc-members:
:show-inheritance:

View File

@ -0,0 +1,7 @@
Raw Files
---------
.. automodule:: pyrate.common.charts.s57_files
:members:
:undoc-members:
:show-inheritance:

View File

@ -0,0 +1,13 @@
Common
------
.. automodule:: pyrate.common
.. toctree::
:maxdepth: 2
:caption: Subpackages:
charts/charts
math/math
raster_datasets/raster_datasets
testing/testing

View File

@ -0,0 +1,7 @@
Gaussian
--------
.. automodule:: pyrate.common.math.gaussian
:members:
:undoc-members:
:show-inheritance:

View File

@ -0,0 +1,10 @@
Math
----
The math package contains useful abstractions for common mathematical objects.
.. toctree::
:maxdepth: 2
:caption: Modules:
gaussian

View File

@ -0,0 +1,7 @@
Geographical Datasets
---------------------
.. automodule:: pyrate.common.raster_datasets.geo_datasets
:members:
:undoc-members:
:show-inheritance:

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 KiB

View File

@ -0,0 +1,12 @@
Raster Datasets
---------------
.. automodule:: pyrate.common.raster_datasets
.. toctree::
:maxdepth: 2
:caption: Modules:
geo_datasets
transformer_base
transformers_concrete

View File

@ -0,0 +1,7 @@
Transformer Base Classes
------------------------
.. automodule:: pyrate.common.raster_datasets.transformer_base
:members:
:undoc-members:
:show-inheritance:

View File

@ -0,0 +1,7 @@
Concrete Transformers
---------------------
.. automodule:: pyrate.common.raster_datasets.transformers_concrete
:members:
:undoc-members:
:show-inheritance:

View File

@ -0,0 +1,7 @@
Dynamic System
--------------
.. automodule:: pyrate.common.testing.strategies.dynamic_system
:members:
:undoc-members:
:show-inheritance:

View File

@ -0,0 +1,7 @@
Geometry
--------
.. automodule:: pyrate.common.testing.strategies.geometry
:members:
:undoc-members:
:show-inheritance:

View File

@ -0,0 +1,11 @@
Strategies
----------
.. automodule:: pyrate.common.testing.strategies
.. toctree::
:maxdepth: 2
:caption: Modules:
dynamic_system
geometry

View File

@ -0,0 +1,13 @@
Testing
-------
.. automodule:: pyrate.common.testing
:members:
:undoc-members:
:show-inheritance:
.. toctree::
:maxdepth: 2
:caption: Modules:
strategies