|
1 | 1 | # Community |
2 | 2 |
|
3 | | -These sections contain documentation relevant to the Parcels community. |
4 | | -See the sections in the primary sidebar and below to explore. |
| 3 | +```{toctree} |
| 4 | +:caption: CLAM Community |
| 5 | +:maxdepth: 1 |
| 6 | +:hidden: |
| 7 | +
|
| 8 | +Website <https://clam-community.github.io/> |
| 9 | +``` |
5 | 10 |
|
6 | 11 | ```{toctree} |
7 | | -:caption: User documentation |
| 12 | +:caption: GitHub |
8 | 13 | :maxdepth: 1 |
| 14 | +:hidden: |
9 | 15 |
|
10 | | -contributing |
11 | | -Versioning Policy <policies> |
12 | | -Release Notes <https://github.com/Parcels-code/Parcels/releases> |
13 | | -Parcels v4.0 Migration Guide <v4-migration> |
| 16 | +Discussions <https://github.com/Parcels-code/parcels/discussions> |
| 17 | +Issues <https://github.com/Parcels-code/parcels/issues> |
14 | 18 | ``` |
15 | 19 |
|
16 | 20 | ```{toctree} |
17 | | -:caption: Maintainer documentation |
| 21 | +:caption: Community examples |
18 | 22 | :maxdepth: 1 |
| 23 | +:hidden: |
| 24 | +
|
| 25 | +Repository <https://github.com/Parcels-code/parcels_contributions> |
| 26 | +``` |
| 27 | + |
| 28 | +Parcels users and developers interact in a vibrant community on a few different platforms. Check out the cards below to see how you can interact with us. |
| 29 | + |
| 30 | +`````{grid} 1 2 2 2 |
| 31 | +:gutter: 4 |
| 32 | +:padding: 2 2 0 0 |
| 33 | +:class-container: sd-text-center |
| 34 | +
|
| 35 | +````{grid-item-card} CLAM Community on Zulip |
| 36 | +:img-top: https://raw.githubusercontent.com/CLAM-community/CLAM-community.github.io/ca1b93cb79410f7ffbbca7ae6860c5d5e0430d31/docs/assets/branding/svg/clam-full-white-buffer.svg |
| 37 | +:shadow: md |
| 38 | +
|
| 39 | +If you are doing any kind of Lagrangian modelling and/or analysis check out the CLAM (Computational Lagrangian Analysis and Modelling) Community |
| 40 | +
|
| 41 | +```{image} https://img.shields.io/badge/Zulip-50ADFF?style=for-the-badge&logo=Zulip&logoColor=white |
| 42 | +:width: 30% |
| 43 | +:target: https://clam-community.zulipchat.com/ |
| 44 | +``` |
| 45 | +
|
| 46 | ++++ |
| 47 | +
|
| 48 | +```{button-link} https://clam-community.github.io/ |
| 49 | +:color: secondary |
| 50 | +:expand: |
| 51 | +
|
| 52 | +To the CLAM website |
| 53 | +``` |
| 54 | +```` |
| 55 | +````{grid-item-card} GitHub |
| 56 | +:img-top: ../_static/github-logo.svg |
| 57 | +:shadow: md |
| 58 | +
|
| 59 | +If you need more help with Parcels, try the Discussions page on **GitHub**. If you think you found a bug, please feel free to file an Issue. |
| 60 | +
|
| 61 | ++++ |
| 62 | +
|
| 63 | +```{button-link} https://github.com/Parcels-code/parcels/discussions |
| 64 | +:color: secondary |
| 65 | +:expand: |
| 66 | +
|
| 67 | +Ask a question in the Discussions |
| 68 | +``` |
| 69 | +```{button-link} https://github.com/Parcels-code/parcels/issues |
| 70 | +:color: secondary |
| 71 | +:expand: |
| 72 | +
|
| 73 | +Report a bug with an Issue |
| 74 | +``` |
| 75 | +```` |
| 76 | +````{grid-item-card} Sharing user code |
| 77 | +:shadow: md |
| 78 | +
|
| 79 | +Curious to see if someone has already written the custom `Kernel` you are thinking of or runs **Parcels** with the same hydrodynamic data? Check out the parcels_contributions repository and share examples with other users! |
| 80 | +
|
| 81 | ++++ |
| 82 | +
|
| 83 | +```{button-link} https://github.com/Parcels-code/parcels_contributions |
| 84 | +:click-parent: |
| 85 | +:color: secondary |
| 86 | +:expand: |
| 87 | +
|
| 88 | +Share custom Parcels code |
| 89 | +``` |
| 90 | +```` |
| 91 | +````{grid-item-card} Lagrangian Diagnostics |
| 92 | +:img-top: ../_static/LAdiag-logo.svg |
| 93 | +:shadow: md |
| 94 | +
|
| 95 | +Are you interested in advanced analysis and diagnostics of Parcels output or Lagrangian trajectories in general? The Lagrangian Diagnostics project provides code and descriptions of different analyses. |
| 96 | +
|
| 97 | ++++ |
| 98 | +
|
| 99 | +```{button-link} https://github.com/Parcels-code/Lagrangian_diags |
| 100 | +:click-parent: |
| 101 | +:color: secondary |
| 102 | +:expand: |
19 | 103 |
|
20 | | -maintainer |
| 104 | +Visit Lagrangian Diagnostics |
21 | 105 | ``` |
| 106 | +```` |
| 107 | +````` |
0 commit comments