We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143beba commit ce57216Copy full SHA for ce57216
src/pymc_sphinx_theme/components/pymc_icon_links.html
@@ -1,6 +1,7 @@
1
{%- if not theme_icon_links -%}
2
{%- set theme_icon_links = [
3
{ "url": "https://github.com/pymc-devs", "icon": "fa-brands fa-github", "name": "GitHub" },
4
+ { "url": "https://bayes.club/@pymc", "icon": "fa-brands fa-mastodon", "name": "Mastodon" },
5
{ "url": "https://twitter.com/pymc_devs/", "icon": "fa-brands fa-twitter", "name": "Twitter" },
6
{ "url": "https://www.youtube.com/c/PyMCDevelopers", "icon": "fa-brands fa-youtube", "name": "YouTube" },
7
{ "url": "https://discourse.pymc.io", "icon": "fa-brands fa-discourse", "name": "Discourse" },
0 commit comments