Skip to content

Commit dfa05bd

Browse files
committed
try twitter feed on sidebar
1 parent fa99d9e commit dfa05bd

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

docs/source/_templates/twitter.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a class="twitter-timeline" data-width="300" data-height="500" data-dnt="true" href="https://twitter.com/pymc_devs?ref_src=twsrc%5Etfw">Tweets by pymc_devs</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

docs/source/community.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
(community)=
22
# Community
33

4+
## Discourse
5+
6+
The [PyMC Discourse Forum](https://discourse.pymc.io/) is a great place to ask general questions about Bayesian statistics, or more specific ones about PyMC usage.
7+
8+
:::{tip}
9+
Discourse is the best place to interact with the PyMC community and its team
10+
:::
11+
412
## Conferences
513

614
[PyMCon](https://pymc-devs.github.io/pymcon/) was a conference organized by the PyMC developer community in 2020.
@@ -10,18 +18,11 @@ PyMC talks have been given at a number of conferences, including [PyCon](https:/
1018

1119
## Twitter
1220

13-
:::{raw} html
14-
15-
<a class="twitter-timeline" data-width="300" data-height="500" data-dnt="true" href="https://twitter.com/pymc_devs?ref_src=twsrc%5Etfw">Tweets by pymc_devs</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
16-
:::
17-
18-
## Discourse
19-
20-
The [PyMC Discourse Forum](https://discourse.pymc.io/) is a great place to ask general questions about Bayesian statistics, or more specific ones about PyMC usage.
21+
You can also follow us on Twitter at [@pymc_devs](https://twitter.com/pymc_devs)
2122

2223
## Governance
2324

24-
Learn how the PyMC project is governed [here](https://github.com/pymc-devs/pymc/blob/main/GOVERNANCE.md).
25+
Learn how the PyMC project is governed and how to become a member of PyMC [here](https://github.com/pymc-devs/pymc/blob/main/GOVERNANCE.md).
2526

2627
## Code of Conduct
2728

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@
201201
html_sidebars = {
202202
"learn": [],
203203
"installation": [],
204+
"community": ["twitter", "sidebar-nav-bs.html", "sidebar-ethical-ads.html"],
204205
"**": ["sidebar-nav-bs.html", "sidebar-ethical-ads.html"],
205206
}
206207

0 commit comments

Comments
 (0)