You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs: Add links to getting help mermaid diagram (pydata#10324)
* add links to mermaid diagram, fix docs version string
* try theme colors
* fix for icon color
* separate google and stack exchange
* custom link colors
* keep links for accessibility
* links to subsection pages
---------
Co-authored-by: Kai Mühlbauer <kai.muehlbauer@uni-bonn.de>
Copy file name to clipboardExpand all lines: doc/get-help/help-diagram.rst
+55-41Lines changed: 55 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -3,53 +3,72 @@ Getting Help
3
3
4
4
Navigating the wealth of resources available for Xarray can be overwhelming.
5
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
6
8
-
Also be sure to check out our "FAQ" and "How do I..." pages in this section for solutions to common questions.
7
+
Also be sure to check out our :ref:`faq`. and :ref:`howdoi` pages for solutions to common questions.
9
8
10
-
A major strength of Xarray is in the user community. Sometimes you might not have a concrete question by would simply like to connect with other Xarray users. We have a few
9
+
A major strength of Xarray is in the user community. Sometimes you might not yet have a concrete question but would simply like to connect with other Xarray users. We have a few accounts on different social platforms for that! :ref:`socials`.
11
10
12
11
We look forward to hearing from you!
13
12
13
+
Help Flowchart
14
+
--------------
15
+
..
16
+
_comment: mermaid Flowcharg "link" text gets secondary color background, SVG icon fill gets primary color
17
+
18
+
.. raw:: html
19
+
20
+
<style>
21
+
/* Ensure PST link colors don't override mermaid text colors */
0 commit comments