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 16a5c23 commit c26793bCopy full SHA for c26793b
docs/make.jl
@@ -1,9 +1,9 @@
1
using Documenter
2
using DataFrames
3
-using DistributedFactorGraphs, DistributedFactorGraphs.GraphsJl
+using DistributedFactorGraphs
4
5
makedocs(
6
- modules = [DistributedFactorGraphs, DistributedFactorGraphs.GraphsJl],
+ modules = [DistributedFactorGraphs],
7
format = Documenter.HTML(),
8
sitename = "DistributedFactorGraphs.jl",
9
pages = Any[
0 commit comments