|
| 1 | +Getting Help |
| 2 | +============ |
| 3 | + |
| 4 | +Navigating the wealth of resources available for Xarray can be overwhelming. |
| 5 | +We've created this flow chart to help guide you towards the best way to get help, depending on what you're working towards. |
| 6 | +The links to each resource are provided below the diagram. |
| 7 | +Regardless of how you interact with us, we're always thrilled to hear from you! |
| 8 | + |
| 9 | +.. mermaid:: |
| 10 | + :alt: Flowchart illustrating the different ways to access help using or contributing to Xarray. |
| 11 | + |
| 12 | + flowchart TD |
| 13 | + intro[Welcome to Xarray! How can we help?]:::quesNodefmt |
| 14 | + usage(["fa:fa-chalkboard-user Xarray Tutorials |
| 15 | + fab:fa-readme Xarray Docs |
| 16 | + fab:fa-google Google/fab:fa-stack-overflow Stack Exchange |
| 17 | + fa:fa-robot Ask AI/a Language Learning Model (LLM)"]):::ansNodefmt |
| 18 | + API([fab:fa-readme Xarray Docs |
| 19 | + fab:fa-readme extension's docs]):::ansNodefmt |
| 20 | + help([fab:fa-github Xarray Discussions |
| 21 | + fab:fa-discord Xarray Discord |
| 22 | + fa:fa-users Xarray Office Hours |
| 23 | + fa:fa-globe Pangeo Discourse]):::ansNodefmt |
| 24 | + bug([Report and Propose here: |
| 25 | + fab:fa-github Xarray Issues]):::ansNodefmt |
| 26 | + contrib([fa:fa-book-open Xarray Contributor's Guide]):::ansNodefmt |
| 27 | + pr(["fab:fa-github Pull Request (PR)"]):::ansNodefmt |
| 28 | + dev([fab:fa-github Comment on your PR |
| 29 | + fa:fa-users Developer's Meeting]):::ansNodefmt |
| 30 | + report[Thanks for letting us know!]:::quesNodefmt |
| 31 | + merged[fa:fa-hands-clapping Your PR was merged. |
| 32 | + Thanks for contributing to Xarray!]:::quesNodefmt |
| 33 | + |
| 34 | + |
| 35 | + intro -->|How do I use Xarray?| usage |
| 36 | + usage -->|"with extensions (like Dask)"| API |
| 37 | + |
| 38 | + usage -->|I'd like some more help| help |
| 39 | + intro -->|I found a bug| bug |
| 40 | + intro -->|I'd like to make a small change| contrib |
| 41 | + subgraph bugcontrib[Bugs and Contributions] |
| 42 | + bug |
| 43 | + contrib |
| 44 | + bug -->|I just wanted to tell you| report |
| 45 | + bug<-->|I'd like to fix the bug!| contrib |
| 46 | + pr -->|my PR was approved| merged |
| 47 | + end |
| 48 | + |
| 49 | + |
| 50 | + intro -->|I wish Xarray could...| bug |
| 51 | + |
| 52 | + |
| 53 | + pr <-->|my PR is quiet| dev |
| 54 | + contrib -->pr |
| 55 | + |
| 56 | + classDef quesNodefmt fill:#9DEEF4,stroke:#206C89 |
| 57 | + |
| 58 | + classDef ansNodefmt fill:#FFAA05,stroke:#E37F17 |
| 59 | + |
| 60 | + classDef boxfmt fill:#FFF5ED,stroke:#E37F17 |
| 61 | + class bugcontrib boxfmt |
| 62 | + |
| 63 | + linkStyle default font-size:20pt,color:#206C89 |
| 64 | + |
| 65 | + |
| 66 | +- `Xarray Tutorials <https://tutorial.xarray.dev/>`__ |
| 67 | +- `Xarray Docs <https://docs.xarray.dev/en/stable/>`__ |
| 68 | +- `Google/Stack Exchange <https://stackoverflow.com/questions/tagged/python-xarray>`__ |
| 69 | +- `Xarray Discussions <https://github.com/pydata/xarray/discussions>`__ |
| 70 | +- `Xarray Discord <https://discord.com/invite/wEKPCt4PDu>`__ |
| 71 | +- `Xarray Office Hours <https://github.com/pydata/xarray/discussions/categories/office-hours>`__ |
| 72 | +- `Pangeo Discourse <https://discourse.pangeo.io/>`__ |
| 73 | +- `Xarray Issues <https://github.com/pydata/xarray/issues>`__ |
| 74 | +- `Xarray Contributors Guide <https://docs.xarray.dev/en/stable/contributing.html>`__ |
| 75 | +- `Developer's Meeting <https://docs.xarray.dev/en/stable/developers-meeting.html>`__ |
0 commit comments