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 7af5d1a commit 0026a71Copy full SHA for 0026a71
docs/make.jl
@@ -13,11 +13,11 @@ makedocs(
13
pages = Any[
14
"Overview" => "index.md",
15
"MetaGraphs Functions" => "metagraphs.md",
16
- "License Information" => "license.md"
+ "License Information" => "license.md",
17
],
18
)
19
20
-deploydocs(repo="github.com/JuliaGraphs/Metagraphs.jl.git", push_preview=true)
+deploydocs(repo="github.com/JuliaGraphs/MetaGraphs.jl.git", push_preview=true)
21
22
rm(normpath(@__FILE__, "../src/index.md"))
23
rm(normpath(@__FILE__, "../src/license.md"))
0 commit comments