Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 0 additions & 3 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ API Documentation

Model
-----
.. autoclass:: modelskill.model.ModelResult
:members:

.. autoclass:: modelskill.model.PointModelResult
:members:

Expand Down
18 changes: 0 additions & 18 deletions docs/organization.rst

This file was deleted.

6 changes: 3 additions & 3 deletions docs/vision.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ And it should be

* Difficult to make mistakes by verifying input
* Trustworthy by having >95% test coverage
* Easy to install (from pypi and conda)
* Easy to install (`pip install modelskill`)
* Easy to get started by providing many notebook examples and documentation


Expand All @@ -34,6 +34,7 @@ Scope
`ModelSkill <https://github.com/DHI/modelskill>`_ wants to balance general and specific needs:

* It should be general enough to cover >90% of MIKE FM simulations
* It should be general enough to cover generic modelling irrespective of software.
* But specific enough to be useful
- Support dfs files (using `mikeio <https://github.com/DHI/mikeio>`_)
- Handle circular variables such as wave direction
Expand All @@ -48,9 +49,8 @@ Limitations
`ModelSkill <https://github.com/DHI/modelskill>`_ does **not** wish to cover

* Extreme value analysis
* Forecast skill assessments
* Deterministic wave analysis such as crossing analysis
* Alternative file types
* Rare alternative file types
* Rarely used model result types
* Rare observation types
* Anything project specific
Expand Down