noaa-oar-arl / canopy-app

Stand-alone/column canopy codes and parameterizations
MIT License
6 stars 6 forks source link

[Documentation] Add Snappy Canopy-App Flowchart/Diagram Using Markdown #31

Open drnimbusrain opened 1 year ago

drnimbusrain commented 1 year ago

@zmoon suggested using markdown to create a canopy-app flowchart/diagram to add to the README or eventual ReadTheDocs page for user information.

Markdown Suggestions Mermaid (https://mermaid-js.github.io/mermaid/#/) MyST: (https://js.myst.tools/guide)

zmoon commented 1 year ago
graph LR;
  canopy-->app;
  app-->CCPP??;
  app-->PROFIT!!!;
drnimbusrain commented 1 year ago

@zmoon Do you have any progress on making this? Does our latest code structure changes help improve the logic and organization of such a diagram?