Skip to content

Commit 2b7a3c2

Browse files
authored
add calendar to website (#5786)
* add calendar to website * update navbar about item to pymc.io * update urls in intersphinx mapping * add description above the calendar
1 parent b91283e commit 2b7a3c2

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

docs/source/community.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ community/how_to_ask_on_discourse
3838
:::{toctree}
3939
:caption: General resources
4040

41+
community/calendar
4142
community/code_of_conduct
4243
Blog <https://www.pymc.io/blog.html>
4344
:::

docs/source/community/calendar.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
(calendar)=
2+
# Calendar
3+
4+
The PyMC schedule is generally as follows:
5+
6+
* General team meetings on the first Friday of the month
7+
* Community team meetings on the last Friday of the month
8+
* Office hours are recurrent events but without fixed day, time or cadence
9+
10+
The project {ref}`code_of_conduct` applies to all spaces.
11+
12+
The PyMC calendar below can be manually added to your personal calendar by clicking on the {guilabel}`+` button in the bottom right corner.
13+
14+
<iframe src="https://calendar.google.com/calendar/embed?src=pymc.devs%40gmail.com" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>

docs/source/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,16 +180,16 @@
180180

181181
# intersphinx configuration to ease linking arviz docs
182182
intersphinx_mapping = {
183-
"arviz": ("https://arviz-devs.github.io/arviz/", None),
183+
"arviz": ("https://python.arviz.org/en/latest/", None),
184184
"aesara": ("https://aesara.readthedocs.io/en/latest/", None),
185185
"aeppl": ("https://aeppl.readthedocs.io/en/latest/", None),
186-
"pmx": ("https://pymc-experimental.readthedocs.io/en/latest", None),
186+
"pmx": ("https://docs.pymc.io/projects/experimental/en/latest", None),
187187
"numpy": ("https://numpy.org/doc/stable/", None),
188-
"nb": ("https://pymc-examples.readthedocs.io/en/latest/", None),
188+
"nb": ("https://docs.pymc.io/projects/examples/en/latest/", None),
189189
"myst": ("https://myst-parser.readthedocs.io/en/latest", None),
190190
"myst-nb": ("https://myst-nb.readthedocs.io/en/latest/", None),
191191
"python": ("https://docs.python.org/3/", None),
192-
"xarray": ("https://xarray.pydata.org/en/stable/", None),
192+
"xarray": ("https://docs.xarray.dev/en/stable/", None),
193193
}
194194

195195

@@ -228,8 +228,8 @@
228228
},
229229
],
230230
"external_links": [
231-
{"name": "About", "url": "https://www.pymc.io"},
232231
{"name": "Examples", "url": "https://docs.pymc.io/projects/examples/en/latest/"},
232+
{"name": "pymc.io", "url": "https://www.pymc.io"},
233233
{"name": "Blog", "url": "https://www.pymc.io/blog.html"},
234234
],
235235
"show_prev_next": False,

0 commit comments

Comments
 (0)