Skip to content

Commit

Permalink
Move docstrings to separate API page
Browse files Browse the repository at this point in the history
  • Loading branch information
dahong67 committed Oct 9, 2023
1 parent 70678d2 commit 1235c61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ makedocs(;
),
pages=[
"Home" => "index.md",
"API Reference" => "api.md",
],
)

Expand Down
3 changes: 3 additions & 0 deletions docs/src/api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```@autodocs
Modules = [GCPDecompositions]
```
10 changes: 0 additions & 10 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,3 @@ In BibTeX form:
DOI = "10.1137/19M1266265",
}
```

## Docstrings

```@index
```

```@autodocs
Modules = [GCPDecompositions]
Filter = t -> t !== ncomponents
```

0 comments on commit 1235c61

Please sign in to comment.