Skip to content

Commit

Permalink
organize API page
Browse files Browse the repository at this point in the history
  • Loading branch information
alecloudenback committed Oct 28, 2023
1 parent 984b8be commit 390f14e
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions docs/src/api.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
# API Reference
# LifeContingencies API Reference

```@index
Modules = [LifeContingencies]
```

```@meta
## Exported API
```@autodocs
Modules = [LifeContingencies]
Private = false
```

## Unexported API
```@autodocs
Modules = [LifeContingencies]
Public = false
```
```@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>
```

Please [open an issue](https://github.com/JuliaActuary/LifeContingencies.jl/issues) if you encounter any issues or confusion with the package.

0 comments on commit 390f14e

Please sign in to comment.