Skip to content

Commit 4821251

Browse files
Merge branch 'pymc-devs:main' into main
2 parents dd2ef62 + 59ce9af commit 4821251

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: isort
2020
name: isort
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v2.25.0
22+
rev: v2.26.0
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py37-plus]

docs/source/about.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ The end result? All of the capabilities you expect from commercial-grade softwar
187187
Sponsors
188188
========
189189

190-
|NumFOCUS| |Quantopian| |ODSC|
190+
|NumFOCUS| |PyMCLabs|
191191

192192
More details about sponsoring PyMC3 can be found `here <https://github.com/pymc-devs/pymc3/blob/main/GOVERNANCE.md#institutional-partners-and-funding>`_.
193193
If you are interested in becoming a sponsor, reach out to `[email protected] <[email protected]>`_
@@ -266,9 +266,6 @@ See also
266266
.. |NumFOCUS| image:: https://numfocus.org/wp-content/uploads/2017/07/NumFocus_LRG.png
267267
:target: http://www.numfocus.org/
268268
:height: 120px
269-
.. |Quantopian| image:: https://raw.githubusercontent.com/pymc-devs/pymc3/main/docs/quantopianlogo.jpg
270-
:target: https://quantopian.com
271-
:height: 120px
272-
.. |ODSC| image:: https://raw.githubusercontent.com/pymc-devs/pymc3/main/docs/odsc_logo.png
273-
:target: https://odsc.com
269+
.. |PyMCLabs| image:: https://raw.githubusercontent.com/pymc-devs/pymc3/main/docs/pymc-labs-logo.png
270+
:target: https://pymc-labs.io
274271
:height: 120px

docs/source/index.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,8 @@
150150
<a href="https://numfocus.org/">
151151
<img class="ui image" height="120" src="https://www.numfocus.org/wp-content/uploads/2017/07/NumFocus_LRG.png"/>
152152
</a>
153-
</div>
154-
<div class="column">
155-
<a href="https://quantopian.com">
156-
<img class="ui image" height="120" src="https://raw.githubusercontent.com/pymc-devs/pymc3/main/docs/quantopianlogo.jpg"/>
157-
</a>
158-
</div>
159-
<div class="column">
160-
<a href="https://odsc.com/">
161-
<img class="ui image" height="120" src="https://raw.githubusercontent.com/pymc-devs/pymc3/main/docs/odsc_logo.png"/>
153+
<a href="https://pymc-labs.io">
154+
<img class="ui image" height="120" src="https://raw.githubusercontent.com/pymc-devs/pymc3/main/docs/pymc-labs-logo.png"/>
162155
</a>
163156
</div>
164157
</div>

0 commit comments

Comments
 (0)