Skip to content

Commit

Permalink
Add GoatCounter (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecloudenback authored May 20, 2022
1 parent d12a714 commit f23306c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@

```@autodocs
Modules = [LifeContingencies]
```
```@raw html
<script>
window.goatcounter = {
path: function(p) { return location.host + p }
}
</script>
<script data-goatcounter="https://juliaactuary.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
```
12 changes: 11 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,14 @@ C,

- Life Insurance Mathematics, Gerber
- [Actuarial Mathematics and Life-Table Statistics, Slud](http://www2.math.umd.edu/~slud/s470/BookChaps/Chp6.pdf)
- [Commutation Functions, MacDonald](http://www.macs.hw.ac.uk/~angus/papers/eas_offprints/commfunc.pdf)
- [Commutation Functions, MacDonald](http://www.macs.hw.ac.uk/~angus/papers/eas_offprints/commfunc.pdf)

```@raw html
<script>
window.goatcounter = {
path: function(p) { return location.host + p }
}
</script>
<script data-goatcounter="https://juliaactuary.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
```

0 comments on commit f23306c

Please sign in to comment.