Skip to content

Commit ce3c967

Browse files
ColCarrolljunpenglao
authored andcommitted
Add badges, doc changes to RELEASE-NOTES
1 parent e8e95c6 commit ce3c967

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

RELEASE-NOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313

1414
### Maintenance
1515

16+
- Big rewrite of documentation (#3275)
1617
- Fixed Triangular distribution `c` attribute handling in `random` and updated sample codes for consistency (#3225)
17-
- Renamed `sample_ppc()` and `sample_ppc_w()` to `sample_posterior_predictive()` and `sample_posterior_predictive_w()`, respectively.
1818
- Refactor SMC and properly compute marginal likelihood (#3124)
1919

20+
### Deprecations
21+
22+
- Renamed `sample_ppc()` and `sample_ppc_w()` to `sample_posterior_predictive()` and `sample_posterior_predictive_w()`, respectively.
2023

2124
## PyMC 3.5 (July 21 2018)
2225

docs/source/semantic_sphinx/layout.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,23 @@ <h2>Probabilistic Programming in Python</h2>
7070
</div>
7171

7272
<div class="ui container" role="main">
73+
{% if pagename == 'index' %}
74+
<div class="ui vertical segment">
75+
<a class="ui image" href="https://mybinder.org/v2/gh/pymc-devs/pymc3/master?filepath=%2Fdocs%2Fsource%2Fnotebooks">
76+
<img src="https://mybinder.org/badge.svg">
77+
</a>
78+
<a class="ui image" href="https://travis-ci.org/pymc-devs/pymc3">
79+
<img src="https://travis-ci.org/pymc-devs/pymc3.png?branch=master">
80+
</a>
81+
<a class="ui image" href="https://coveralls.io/github/pymc-devs/pymc3?branch=master">
82+
<img src="https://coveralls.io/repos/github/pymc-devs/pymc3/badge.svg?branch=master">
83+
</a>
84+
<a class="ui image" href="https://www.numfocus.org/">
85+
<img src="https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A">
86+
</a>
87+
</div>
88+
{% endif %}
89+
7390
<div class="ui vertical segment">
7491
{% block body %}{% endblock %}
7592
</div>
@@ -102,7 +119,7 @@ <h2>Probabilistic Programming in Python</h2>
102119
{%- endif %}
103120
{%- if show_sphinx %}
104121
<p>
105-
{% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx-doc.org/">Sphinx</a> {{
122+
{% trans sphinx_version=sphinx_version|e %}Created using <a href="https://sphinx-doc.org/">Sphinx</a> {{
106123
sphinx_version }}.{% endtrans %}<br />
107124
</p>
108125
{%- endif %}

0 commit comments

Comments
 (0)