Skip to content

Commit 5f9945a

Browse files
author
juanitorduz
committed
add author
1 parent cd0b93b commit 5f9945a

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

examples/howto/updating_priors.ipynb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
":::{post} January, 2017\n",
1111
":tags: priors\n",
1212
":category: intermediate, how-to\n",
13+
":author: [David Brochart](https://github.com/davidbrochart)\n",
1314
":::"
1415
]
1516
},
@@ -406,6 +407,15 @@
406407
"``````"
407408
]
408409
},
410+
{
411+
"cell_type": "markdown",
412+
"metadata": {},
413+
"source": [
414+
"## Authors\n",
415+
"- Created by [David Brochart](https://github.com/davidbrochart) ([pymc#1878](https://github.com/pymc-devs/pymc/pull/1878)) on May 2017.\n",
416+
"- Updated by [Juan Orduz](https://github.com/juanitorduz) on August 2024."
417+
]
418+
},
409419
{
410420
"cell_type": "code",
411421
"execution_count": 10,

examples/howto/updating_priors.myst.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ kernelspec:
1616
:::{post} January, 2017
1717
:tags: priors
1818
:category: intermediate, how-to
19+
:author: [David Brochart](https://github.com/davidbrochart)
1920
:::
2021

2122
+++
@@ -208,6 +209,12 @@ There is an alternative way in `pymc-experimental` trough the function {func}`~p
208209
> {func}`~pymc.distributions.transforms.log` for standard deviation posterior.
209210
``````
210211
212+
+++
213+
214+
## Authors
215+
- Created by [David Brochart](https://github.com/davidbrochart) ([pymc#1878](https://github.com/pymc-devs/pymc/pull/1878)) on May 2017.
216+
- Updated by [Juan Orduz](https://github.com/juanitorduz) on August 2024.
217+
211218
```{code-cell} ipython3
212219
%load_ext watermark
213220
%watermark -n -u -v -iv -w

0 commit comments

Comments
 (0)