We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e550430 commit 3991571Copy full SHA for 3991571
docs/make.jl
@@ -22,7 +22,7 @@ makedocs(sitename = "RuntimeGeneratedFunctions.jl",
22
canonical = "https://docs.sciml.ai/RuntimeGeneratedFunctions/stable/"),
23
pages = [
24
"RuntimeGeneratedFunctions.jl: Efficient Staged Compilation" => "index.md",
25
- "API" => "api.md"
+ "API" => "api.md",
26
])
27
28
deploydocs(;
docs/src/api.md
@@ -2,4 +2,4 @@
2
3
```@autodocs
4
Modules = [RuntimeGeneratedFunctions]
5
-```
+```
0 commit comments