Skip to content

Commit

Permalink
Better index
Browse files Browse the repository at this point in the history
  • Loading branch information
theogf committed Oct 20, 2021
1 parent 70192cd commit 7ffea3f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
7 changes: 6 additions & 1 deletion docs/src/api.md
@@ -1,5 +1,10 @@
# API
```@meta
CurrentModule = BayesianQuadrature
```

# API
```@index
```

## Models

Expand Down
13 changes: 4 additions & 9 deletions docs/src/index.md
@@ -1,12 +1,7 @@
```@meta
CurrentModule = BayesianQuadrature
```

# BayesianQuadrature

```@index
```
Documentation for the Bayesian quadrature package for Julia.

```@autodocs
Modules = [BayesianQuadrature]
```
- For an explanation of what Bayesian quadrature is, see [Theory](@ref).
- For a description of the different elements that one can play with, see the [User guide](@ref)
- For the API of each element, see the [API](@ref) page

0 comments on commit 7ffea3f

Please sign in to comment.