Skip to content
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

Dockerhub issue 3662 #3710

Merged
merged 2 commits into from Dec 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.rst
Expand Up @@ -3,7 +3,7 @@
:alt: PyMC3 logo
:align: center

|Build Status| |Coverage| |NumFOCUS_badge| |Binder|
|Build Status| |Coverage| |NumFOCUS_badge| |Binder| |Dockerhub|

PyMC3 is a Python package for Bayesian statistical modeling and Probabilistic Machine Learning
focusing on advanced Markov chain Monte Carlo (MCMC) and variational inference (VI)
Expand Down Expand Up @@ -192,6 +192,8 @@ Sponsors
:target: https://travis-ci.org/pymc-devs/pymc3
.. |Coverage| image:: https://codecov.io/gh/pymc-devs/pymc3/branch/master/graph/badge.svg
:target: https://codecov.io/gh/pymc-devs/pymc3
.. |Dockerhub| image:: https://img.shields.io/docker/automated/pymc/pymc3.svg
:target: https://hub.docker.com/r/pymc/pymc3
.. |NumFOCUS| image:: https://www.numfocus.org/wp-content/uploads/2017/03/1457562110.png
:target: http://www.numfocus.org/
.. |Quantopian| image:: https://raw.githubusercontent.com/pymc-devs/pymc3/master/docs/quantopianlogo.jpg
Expand Down
3 changes: 3 additions & 0 deletions docs/source/semantic_sphinx/layout.html
Expand Up @@ -92,6 +92,9 @@ <h2>Probabilistic Programming in Python</h2>
<a class="ui image" href="https://www.numfocus.org/">
<img src="https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A">
</a>
<a class="ui image" href="https://hub.docker.com/r/pymc/pymc3">
<img src="https://img.shields.io/docker/automated/pymc/pymc3.svg">
</a>
</div>
{% endif %}

Expand Down