Skip to content

Commit

Permalink
removed non-working twitter link in docs/source/contributing/develope…
Browse files Browse the repository at this point in the history
…r_guide.md and changed twitter link to X in readme.rst
  • Loading branch information
Demon-Sheriff authored and twiecki committed Aug 9, 2024
1 parent 43dc4be commit e6cb663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ You can also follow us on these social media platforms for updates and other ann

- `LinkedIn @pymc <https://www.linkedin.com/company/pymc/>`__
- `YouTube @PyMCDevelopers <https://www.youtube.com/c/PyMCDevelopers>`__
- `Twitter @pymc_devs <https://twitter.com/pymc_devs>`__
- `X @pymc_devs <https://x.com/pymc_devs>`__
- `Mastodon @[email protected] <https://bayes.club/@pymc>`__

To report an issue with PyMC please use the `issue tracker <https://github.com/pymc-devs/pymc/issues>`__.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/contributing/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ self.logp_nojac_unscaledt = distribution.logp_nojac(data)

### Model context and Random Variable

I like to think that the ``with pm.Model() ...`` is a key syntax feature and *the* signature of PyMC model language, and in general a great out-of-the-box thinking/usage of the context manager in Python (with [some critics](https://twitter.com/_szhang/status/890793373740617729), of course).
I like to think that the ``with pm.Model() ...`` is a key syntax feature and *the* signature of PyMC model language, and in general a great out-of-the-box thinking/usage of the context manager in Python (with some critics, of course).

Essentially [what a context manager does](https://www.python.org/dev/peps/pep-0343/) is:

Expand Down

0 comments on commit e6cb663

Please sign in to comment.