Skip to content

Commit f27568e

Browse files
OriolAbrilzaxtax
authored andcommitted
fix links and images
1 parent 6e7b4b4 commit f27568e

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

README.rst

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ Learn Bayesian statistics with a book together with PyMC
186186
- `PyMC port of the book "Statistical Rethinking A Bayesian Course with Examples in R and Stan" by Richard McElreath <https://github.com/pymc-devs/resources/tree/master/Rethinking>`__
187187
- `PyMC port of the book "Bayesian Cognitive Modeling" by Michael Lee and EJ Wagenmakers <https://github.com/pymc-devs/resources/tree/master/BCM>`__: Focused on using Bayesian statistics in cognitive modeling.
188188

189+
See also the section on books using PyMC on `our website <https://www.pymc.io/projects/docs/en/stable/learn/books.html>`__.
190+
189191
Audio & Video
190192
-------------
191193

@@ -271,7 +273,7 @@ Domain specific
271273
- `CausalPy <https://github.com/pymc-labs/CausalPy>`__: A package focussing on causal inference in quasi-experimental settings.
272274
- `PyMC-Marketing <https://github.com/pymc-labs/pymc-marketing>`__: Bayesian marketing toolbox for marketing mix modeling, customer lifetime value, and more.
273275

274-
Please contact us if your software is not listed here.
276+
See also the `ecosystem page <https://www.pymc.io/about/ecosystem.html>`__ on our website. Please contact us if your software is not listed here.
275277

276278
Papers citing PyMC
277279
==================
@@ -287,7 +289,7 @@ page <https://github.com/pymc-devs/pymc/graphs/contributors>`__. Also read our `
287289
Support
288290
=======
289291

290-
PyMC is a non-profit project under NumFOCUS umbrella. If you want to support PyMC financially, you can donate `here <https://numfocus.salsalabs.org/donate-to-pymc3/index.html>`__.
292+
PyMC is a non-profit project under NumFOCUS umbrella. If you want to support PyMC financially, you can donate `here <https://numfocus.org/donate-to-pymc>`__.
291293

292294
Professional Consulting Support
293295
===============================
@@ -301,9 +303,7 @@ Sponsors
301303

302304
|PyMCLabs|
303305

304-
|Mistplay|
305-
306-
|ODSC|
306+
|OpenWoundResearch|
307307

308308
Thanks to our contributors
309309
==========================
@@ -323,11 +323,9 @@ Thanks to our contributors
323323
.. |NumFOCUS| image:: https://github.com/pymc-devs/brand/blob/main/sponsors/sponsor_logos/sponsor_numfocus.png?raw=true
324324
:target: http://www.numfocus.org/
325325
.. |PyMCLabs| image:: https://github.com/pymc-devs/brand/blob/main/sponsors/sponsor_logos/sponsor_pymc_labs.png?raw=true
326-
:target: https://pymc-labs.io
327-
.. |Mistplay| image:: https://github.com/pymc-devs/brand/blob/main/sponsors/sponsor_logos/sponsor_mistplay.png?raw=true
328-
:target: https://www.mistplay.com/
329-
.. |ODSC| image:: https://github.com/pymc-devs/brand/blob/main/sponsors/sponsor_logos/odsc/sponsor_odsc.png?raw=true
330-
:target: https://odsc.com/california/?utm_source=pymc&utm_medium=referral
326+
:target: https://pymc-labs.com
327+
.. |OpenWoundResearch| image:: https://github.com/pymc-devs/brand/blob/main/sponsors/sponsor_logos/owr/sponsor_owr.png?raw=true
328+
:target: https://www.openwoundresearch.com/
331329
.. |contributors| image:: https://contrib.rocks/image?repo=pymc-devs/pymc
332330
:target: https://github.com/pymc-devs/pymc/graphs/contributors
333331
.. |Conda Downloads| image:: https://anaconda.org/conda-forge/pymc/badges/downloads.svg

docs/source/learn/consulting.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
(consulting)=
22
# Consulting
33

4-
<center><a href="https://www.pymc-labs.io/"><img src="https://github.com/pymc-labs/brand/blob/main/logos/4-pymc-labs-transp-black.png?raw=true" class="center" width="75%"></a></center>
4+
<center><a href="https://www.pymc-labs.com/"><img src="https://github.com/pymc-devs/brand/blob/main/sponsors/sponsor_logos/pymc_labs.png?raw=true" class="center" width="75%"></a></center>
55
<br>
66

7-
If you need professional help with your PyMC model, [PyMC Labs](https://www.pymc-labs.io) is a Bayesian consultancy consisting of [members of the PyMC core development team](https://www.pymc-labs.io/team/). Work we typically do includes:
8-
* Model speed-ups (reparameterizations, JAX, [GPU sampling](https://www.pymc-labs.io/blog-posts/pymc-stan-benchmark/))
9-
* Improving models (adding hierarchy, time-series structure etc)
7+
If you need professional help with your PyMC model, [PyMC Labs](https://www.pymc-labs.com) is a Bayesian consultancy consisting of [members of the PyMC core development team](https://www.pymc-labs.com/team/). Typically PyMC Labs work includes:
8+
* Model speed-ups (reparameterizations, JAX, [GPU sampling](https://www.pymc-labs.com/blog-posts/pymc-stan-benchmark/))
9+
* Improving models (adding hierarchy, time-series structure, etc.)
1010
* Building new models to solve applied business problems
11-
* [Bayesian Media Mix Models](https://www.pymc-labs.io/blog-posts/bayesian-media-mix-modeling-for-marketing-optimization/) for marketing attribution
11+
* [Bayesian Media Mix Models](https://www.pymc-labs.com/blog-posts/bayesian-media-mix-modeling-for-marketing-optimization/) for marketing attribution
1212

13-
Interested? Send us an email at [info@pymc-labs.io](mailto:info@pymc-labs.io).
13+
Interested? Send an email to [info@pymc-labs.com](mailto:info@pymc-labs.com).

0 commit comments

Comments
 (0)