Skip to content

Commit

Permalink
add direct link to discussion and fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Jun 20, 2024
1 parent b518ff1 commit 1a40ef8
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 45 deletions.
87 changes: 43 additions & 44 deletions doc/getting-started-guide/help-diagram.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,62 +7,62 @@ The links to each resource are provided below the diagram.
Regardless of how you interact with us, we're always thrilled to hear from you!

.. mermaid::
---
title: Navigating Xarray Resources
---
---
title: Navigating Xarray Resources
---

flowchart TD
intro[Welcome to Xarray! How can we help?]:::quesNodefmt
usage([fa:fa-chalkboard-user Xarray Tutorials
fab:fa-readme Xarray Docs
fab:fa-google Google/fab:fa-stack-overflow Stack Exchange]):::ansNodefmt
API([fab:fa-readme Xarray Docs
fab:fa-readme extension's docs]):::ansNodefmt
help([fab:fa-github Xarray Discussions
fab:fa-discord Xarray Discord
fa:fa-users Xarray Office Hours
fa:fa-globe Pangeo Discourse]):::ansNodefmt
bug([Report and Propose here:
fab:fa-github Xarray Issues]):::ansNodefmt
contrib([fa:fa-book-open Xarray Contributor's Guide]):::ansNodefmt
pr(["fab:fa-github Pull Request (PR)"]):::ansNodefmt
dev([fab:fa-github '@' Ping a Maintainer
fa:fa-users Developer's Meeting]):::ansNodefmt
report[Thanks for letting us know!]:::quesNodefmt
merged[Woohoo! Your PR was merged!]:::quesNodefmt
flowchart TD
intro[Welcome to Xarray! How can we help?]:::quesNodefmt
usage([fa:fa-chalkboard-user Xarray Tutorials
fab:fa-readme Xarray Docs
fab:fa-google Google/fab:fa-stack-overflow Stack Exchange]):::ansNodefmt
API([fab:fa-readme Xarray Docs
fab:fa-readme extension's docs]):::ansNodefmt
help([fab:fa-github Xarray Discussions
fab:fa-discord Xarray Discord
fa:fa-users Xarray Office Hours
fa:fa-globe Pangeo Discourse]):::ansNodefmt
bug([Report and Propose here:
fab:fa-github Xarray Issues]):::ansNodefmt
contrib([fa:fa-book-open Xarray Contributor's Guide]):::ansNodefmt
pr(["fab:fa-github Pull Request (PR)"]):::ansNodefmt
dev([fab:fa-github '@' Ping a Maintainer
fa:fa-users Developer's Meeting]):::ansNodefmt
report[Thanks for letting us know!]:::quesNodefmt
merged[Woohoo! Your PR was merged!]:::quesNodefmt


intro -->|How do I use Xarray?| usage
usage -->|"with extensions (like Dask)"| API
intro -->|How do I use Xarray?| usage
usage -->|"with extensions (like Dask)"| API

usage -->|I'd like some more help| help
intro -->|I found a bug or typo| bug
subgraph bugcontrib[Bugs and Contributions]
bug
contrib
bug -->|I just wanted to tell you| report
bug<-->|I'd like to fix the bug!| contrib
bug<-->|my plan was approved!| contrib
usage -->|I'd like some more help| help
intro -->|I found a bug or typo| bug
subgraph bugcontrib[Bugs and Contributions]
bug
contrib
bug -->|I just wanted to tell you| report
bug<-->|I'd like to fix the bug!| contrib
bug<-->|my plan was approved!| contrib

end
end


intro -->|I wish Xarray could...| bug
intro -->|I wish Xarray could...| bug

pr -->|my PR was approved| merged
pr -->|my PR was approved| merged

pr -->|my PR is quiet| dev
bug -->|my issue is quiet| dev
contrib -->pr
pr -->|my PR is quiet| dev
bug -->|my issue is quiet| dev
contrib -->pr

classDef quesNodefmt fill:#9DEEF4,stroke:#206C89
classDef quesNodefmt fill:#9DEEF4,stroke:#206C89

classDef ansNodefmt fill:#FFAA05,stroke:#E37F17
classDef ansNodefmt fill:#FFAA05,stroke:#E37F17

classDef boxfmt fill:#FFF5ED,stroke:#E37F17
class bugcontrib boxfmt
classDef boxfmt fill:#FFF5ED,stroke:#E37F17
class bugcontrib boxfmt

linkStyle default font-size:20pt,color:#206C89
linkStyle default font-size:20pt,color:#206C89


- `Xarray Tutorials <https://tutorial.xarray.dev/>`__
Expand All @@ -74,5 +74,4 @@ flowchart TD
- `Pangeo Discourse <https://discourse.pangeo.io/>`__
- `Xarray Issues <https://github.com/pydata/xarray/issues>`__
- `Xarray Contributors Guide <https://docs.xarray.dev/en/stable/contributing.html>`__
- `Xarray Maintainers <https://xarray.dev/team>`__
- `Developer's Meeting <https://docs.xarray.dev/en/stable/developers-meeting.html>`__
2 changes: 1 addition & 1 deletion doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Bug fixes

Documentation
~~~~~~~~~~~~~
- Adds a flow-chart diagram to help users navigate help resources (:discussion:`8990`).
- Adds a flow-chart diagram to help users navigate help resources (`Discussion #8990 <https://github.com/pydata/xarray/discussions/8990>`_).
By `Jessica Scheick <https://github.com/jessicas11>`_.

Internal Changes
Expand Down

0 comments on commit 1a40ef8

Please sign in to comment.