-
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.
fix(docs/reference): removed previous references (#84)
- Loading branch information
Showing
5 changed files
with
12 additions
and
11 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
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
## Coral models for the NBSDynamics package. | ||
|
||
### Coral Protocol | ||
::: src.core.coral.coral_protocol | ||
::: src.biota_models.coral.model.coral_protocol | ||
|
||
### Coral model | ||
::: src.core.coral.coral_model | ||
::: src.biota_models.coral.model.coral_model | ||
|
||
## Coral Constants | ||
::: src.core.coral.coral_constants | ||
::: src.biota_models.coral.model.coral_constants | ||
|
||
## Coral utils | ||
::: src.core.coral.coral_morphology | ||
::: src.core.coral.coral_only | ||
::: src.biota_models.coral.model.coral_morphology | ||
::: src.biota_models.coral.model.coral_only |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## Output classes for the NBSDynamics coral model. | ||
|
||
### Wrapper | ||
::: src.core.output.coral_output_wrapper | ||
::: src.biota_models.coral.output.coral_output_wrapper | ||
|
||
### Output models | ||
::: src.core.output.coral_output_model | ||
::: src.biota_models.coral.output.coral_output_model |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## Output classes for the NBSDynamics vegetation model. | ||
|
||
### Wrapper | ||
::: src.core.output.veg_output_wrapper | ||
::: src.biota_models.vegetation.output.veg_output_wrapper | ||
|
||
### Output models | ||
::: src.core.output.veg_output_model | ||
::: src.biota_models.vegetation.output.veg_output_model |
4 changes: 2 additions & 2 deletions
4
docs/reference/biota_models/vegetation/vegetation_simulation.md
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## Classes representing the available simulation modes. | ||
|
||
### Base simulation. | ||
::: src.core.simulation.veg_base_simulation | ||
::: src.biota_models.vegetation.simulation.veg_base_simulation | ||
|
||
### Vegetation Delft3D (FlowFM / DIMR) | ||
::: src.core.simulation.veg_delft3d_simulation | ||
::: src.biota_models.vegetation.simulation.veg_delft3d_simulation |