We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe14f65 commit 1ada849Copy full SHA for 1ada849
.gitignore
@@ -1 +1,2 @@
1
/Manifest.toml
2
+docs/build
docs/make.jl
@@ -11,7 +11,6 @@ makedocs(
11
clean = true,
12
doctest = false,
13
linkcheck = true,
14
- warnonly = [:missing_docs],
15
format = Documenter.HTML(
16
assets = ["assets/favicon.ico"],
17
canonical = "https://docs.sciml.ai/FindFirstFunctions/stable/",
docs/src/index.md
@@ -17,6 +17,7 @@ Pkg.add("FindFirstFunctions")
FindFirstFunctions.findfirstequal
18
FindFirstFunctions.bracketstrictlymontonic
19
FindFirstFunctions.searchsortedfirstcorrelated
20
+FindFirstFunctions.findfirstsortedequal
21
```
22
23
## Contributing
0 commit comments