Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
Former-commit-id: 26e83b3 [formerly 9ce24e8b579d24637ec9c2db9a2148131031665c]
Former-commit-id: 5a7ffb9
Former-commit-id: a961a98
Former-commit-id: 775ae1b8c2c87f0bff43d75275466a11e4e2a7d2
Former-commit-id: 64058fd110eea590f8c09cb2ab2c656a69f5ada7
  • Loading branch information
franioli committed Sep 18, 2023
1 parent a4b744b commit ce6c0cb
Show file tree
Hide file tree
Showing 16 changed files with 190 additions and 267 deletions.
40 changes: 0 additions & 40 deletions docs/classes/camera.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/classes/epoch.md

This file was deleted.

56 changes: 0 additions & 56 deletions docs/classes/features.md

This file was deleted.

58 changes: 0 additions & 58 deletions docs/classes/images.md

This file was deleted.

28 changes: 0 additions & 28 deletions docs/classes/point_cloud.md

This file was deleted.

55 changes: 0 additions & 55 deletions docs/classes/points.md

This file was deleted.

18 changes: 18 additions & 0 deletions docs/core/camera.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Camera

You can import icepy4d classes by

```python
from icepy4d import core as icecore
```

and directly access to the Camera class by

```python
icecore.Camera
```

::: icepy4d.core.camera.Camera
options:
show_root_heading: true
members:
31 changes: 31 additions & 0 deletions docs/core/epoch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Epoch

You can import icepy4d core module by

```python
from icepy4d import core as icecore
```

and directly access to the Epoch and Epoches class by

```python
icecore.Epoch
```

::: icepy4d.core.epoch.EpochDataMap
options:
show_root_heading: true
show_source: true
members:

::: icepy4d.core.epoch.Epoch
options:
show_root_heading: true
show_source: true
members:

::: icepy4d.core.epoch.Epoches
options:
show_root_heading: true
show_source: true
members:
25 changes: 25 additions & 0 deletions docs/core/features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Feature and Features classes

You can import icepy4d classes by

```python
import icepy4d.core as icecore
```

and directly access to the Image and ImageDS classes by

```python
icecore.Feature
```

::: icepy4d.core.features.Feature
options:
show_root_heading: true
show_source: true
members:

::: icepy4d.core.features.Features
options:
show_root_heading: true
show_source: true
members:
26 changes: 26 additions & 0 deletions docs/core/images.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Image and ImageDS classes

You can import icepy4d classes by

```python
import icepy4d.core as icecore
```

and directly access to the Image and ImageDS classes by

```python
icecore.Image
```

::: icepy4d.core.images.Image
options:
show_root_heading: true
show_source: true
members:

::: icepy4d.core.images.ImageDS
options:
show_root_heading: true
show_source: true
members:

19 changes: 19 additions & 0 deletions docs/core/point_cloud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# PointCloud Class

You can import icepy4d classes by

```python
import icepy4d.core as icecore
```

and directly access to the Image and ImageDS classes by

```python
icecore.PointCloud
```

::: icepy4d.core.point_cloud.PointCloud
options:
show_root_heading: true
show_source: true
members:
Loading

0 comments on commit ce6c0cb

Please sign in to comment.