Skip to content

Commit ab79e40

Browse files
committed
Adding updated example
Signed-off-by: Adam Li <adam2392@gmail.com>
1 parent ebb11a8 commit ab79e40

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/conf.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
"CPDAG",
112112
"PAG",
113113
"ADMG",
114-
"GraphProtocol",
115114
# networkx
116115
"node",
117116
"nodes",
@@ -140,6 +139,9 @@
140139
"DAG": "dodiscover.DAG",
141140
"BaseConditionalIndependenceTest": "dodiscover.ci.BaseConditionalIndependenceTest",
142141
"Context": "dodiscover.Context",
142+
"PC": "dodiscover.PC",
143+
"EquivalenceClassProtocol": "dodiscover.EquivalenceClassProtocol",
144+
"GraphProtocol": "dodiscover.GraphProtocol",
143145
# joblib
144146
"joblib.Parallel": "joblib.Parallel",
145147
# pandas

doc/whats_new/v0.1.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Changelog
2929
- |Feature| Implement continuous integration and repository docs, by `Adam Li`_ (:pr:`15`)
3030
- |Feature| Implement conditional independence tests under the ``dodiscover.ci`` submodule, by `Adam Li`_ (:pr:`16`)
3131
- |Feature| Implement skeleton learning method, :class:`dodiscover.constraint.LearnSkeleton` under the ``dodiscover.constraint`` submodule, by `Adam Li`_ (:pr:`20`)
32-
- |Feature| Implement PC algorithm, :class:`dodiscover.PC` for learning causal structure from observational data under the ``dodiscover.constraint`` submodule, by `Adam Li`_ (:pr:`30`)
32+
- |Feature| Implement PC algorithm, :class:`dodiscover.constraint.PC` for learning causal structure from observational data under the ``dodiscover.constraint`` submodule, by `Adam Li`_ (:pr:`30`)
3333

3434
Code and Documentation Contributors
3535
-----------------------------------

0 commit comments

Comments
 (0)