Skip to content

Replace Twitter with X and add Mastodon to social media list #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion blog/PyMC_Past_Present_Future.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,6 @@ Connect with PyMC via:
- YouTube: [PyMCDevelopers](https://www.youtube.com/c/PyMCDevelopers)
- Star GH repo: [pymc-devs/pymc](https://github.com/pymc-devs/pymc)
- Join Meetup: [pymc-online-meetup](https://www.meetup.com/pymc-online-meetup/)
- Twitter: [@pymc_devs](https://twitter.com/pymc_devs)
- X: [@pymc_devs](https://x.com/pymc_devs)
- Mastodon: [@pymc](https://bayes.club/@pymc)
- LinkedIn: [@pymc](https://www.linkedin.com/company/pymc/)
3 changes: 2 additions & 1 deletion blog/pytensor_announcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ We are very excited about the future of PyMC and its ecosystem.
Connect with PyMC via:
- PyTensor repo: [pymc-devs/pytensor](https://github.com/pymc-devs/pytensor)
- Join Meetup: [pymc-online-meetup](https://www.meetup.com/pymc-online-meetup/)
- Twitter: [@pymc_devs](https://twitter.com/pymc_devs)
- X: [@pymc_devs](https://x.com/pymc_devs)
- Mastodon: [@pymc](https://bayes.club/@pymc)
- LinkedIn: [@pymc](https://www.linkedin.com/company/pymc/)
4 changes: 2 additions & 2 deletions community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Discourse is the best place to interact with the PyMC community and its team

The PyMC community organizes [PyMCon](https://pymcon.com/), a recurring webseries which is currently ongoing!

Follow [**Discourse**](https://discourse.pymc.io/c/events/pymcon-web-series/23), [Twitter](https://twitter.com/pymc_devs), or [LinkedIn](https://www.linkedin.com/company/pymc/) to be notified about all the events!
Follow [**Discourse**](https://discourse.pymc.io/c/events/pymcon-web-series/23), [X](https://x.com/pymc_devs), or [LinkedIn](https://www.linkedin.com/company/pymc/) to be notified about all the events!

Videos from the previous PyMCon edition in 2020 are [available on YouTube](https://www.youtube.com/c/PyMCDevelopers/videos).

Expand All @@ -26,7 +26,7 @@ To purchase PyMC official merchandise feel free to check out the [NumFOCUS Shop]

## Social Media

Twitter - You can follow us on Twitter at [@pymc_devs](https://twitter.com/pymc_devs)
X - You can follow us on X at [@pymc_devs](https://x.com/pymc_devs)

YouTube - Check out our latest videos at [@pymc-devs](https://www.youtube.com/@pymc-devs)

Expand Down
5 changes: 3 additions & 2 deletions welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Here is what sets it apart:
* **User friendly**: Write your models using friendly Python syntax. [Learn Bayesian modeling](https://www.pymc.io/projects/docs/en/latest/learn.html#) from the many [example notebooks](https://www.pymc.io/projects/examples/en/latest/gallery.html).
* **Fast**: Uses {doc}`PyTensor <pytensor:index>` as its computational backend to compile through C, Numba or JAX, [run your models on the GPU](https://www.pymc-labs.io/blog-posts/pymc-stan-benchmark/), and benefit from complex graph-optimizations.
* **Batteries included**: Includes probability distributions, Gaussian processes, ABC, SMC and much more. It integrates nicely with {doc}`ArviZ <arviz:index>` for visualizations and diagnostics, as well as {doc}`Bambi <bambi:index>` for high-level mixed-effect models.
* **Community focused**: Ask questions on [discourse](https://discourse.pymc.io), join [MeetUp events](https://meetup.com/pymc-online-meetup/), follow us on [Twitter](https://twitter.com/pymc_devs), and start [contributing](https://www.pymc.io/projects/docs/en/latest/contributing/index.html).
* **Community focused**: Ask questions on [discourse](https://discourse.pymc.io), join [MeetUp events](https://meetup.com/pymc-online-meetup/), follow us on [X](https://x.com/pymc_devs), and start [contributing](https://www.pymc.io/projects/docs/en/latest/contributing/index.html).

## Example from Linear Regression

Expand Down Expand Up @@ -283,7 +283,8 @@ about/testimonials
:caption: External links

Discourse <https://discourse.pymc.io>
Twitter <https://twitter.com/pymc_devs>
X <https://x.com/pymc_devs>
Mastodon <https://bayes.club/@pymc>
YouTube <https://www.youtube.com/c/PyMCDevelopers>
LinkedIn <https://www.linkedin.com/company/pymc/>
Meetup <https://www.meetup.com/pymc-online-meetup/>
Expand Down