Skip to content

Commit

Permalink
website
Browse files Browse the repository at this point in the history
  • Loading branch information
Devetak committed Jan 22, 2024
1 parent 096c0c1 commit bf81aa2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ using DiscoDiff
makedocs(
sitename = "DiscoDiff.jl Documentation",
modules = [DiscoDiff],
format = Documenter.HTML(pretyurls = false),
format = Documenter.HTML(prettyurls = false),
pages = ["Home" => "index.md"],
)
12 changes: 12 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Main Function Documentation

```@docs
ignore_gradient
construct_diff_version
```

# Examples
```@docs
heaviside
sign_diff
```

0 comments on commit bf81aa2

Please sign in to comment.