Replies: 2 comments
-
Nice! How about including links for people to learn about the steps, e.g., (Learn about BMI) <= link to bmi.readthedocs.org, and (Learn how to create a conda-forge package) <= link to whatever pages on conda-forge, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@gregtucker Done! I've added links to docs and examples. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here are the steps to build a component for the CSDMS Workbench from a library containing a model or a tool.
To help explain these steps, consider a library foo packaged in a Python module
foo
that exposes a classFoo
.BmiFoo
and include in thefoo
module or in a separatebmi_foo
module.foo
orbmi-foo
.BmiFoo
class would produce thepymt_foo
module exposing theFoo
class.pymt_foo
.@mcflugen @gantian127 @gregtucker: Please feel free edit these steps as you see fit, and add any discussion as comments below!
Beta Was this translation helpful? Give feedback.
All reactions