equinor / webviz-config

Make Dash applications from a user-friendly config file :book: :snake:
https://github.com/orgs/equinor/projects/24
MIT License
54 stars 38 forks source link

Move example plugins to cookiecutter #381

Open anders-kiaer opened 3 years ago

anders-kiaer commented 3 years ago

Originally, when webviz-config was prototyped, there were made some dummy Example plugins show casing different features of the plugin framework.

Today there are other simple plugins in webviz-config which both shows how plugins are structured, and which have real use cases. We also have made a cookiecutter boilerplate repository which is today intended to be the place to show how a plugin project can be structured.

Remove Example prefixed plugins (https://github.com/equinor/webviz-config/tree/master/webviz_config/generic_plugins) in this repository, and perhaps show case some of the features by extending the sample plugins in the cookie cutter repository that exists today? https://github.com/equinor/webviz-plugin-boilerplate

anders-kiaer commented 3 years ago

These lines can be simplified when (re)moving the dummy Example plugins: https://github.com/equinor/webviz-config/blob/a1cd67dbe90b3df9b64b4f3a1bb3a1c9609fa9e7/webviz_config/_docs/_build_docs.py#L107-L111