We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45fd80 commit 569b690Copy full SHA for 569b690
1 file changed
docs/src/index.md
@@ -16,7 +16,8 @@ DAG(name::AbstractString, d::OrderedDict, df::DataFrame)
16
## d_separation
17
```@docs
18
d_separation(d::DAG, first::SymbolList, second::SymbolList; debug=false)
19
-d_separation(d::DAG, first::SymbolList, second::SymbolList, cond::SymbolList; debug=false)```
+d_separation(d::DAG, first::SymbolList, second::SymbolList, cond::SymbolList; debug=false)
20
+```
21
22
## shipley_test
23
0 commit comments