Skip to content

Commit

Permalink
change doc
Browse files Browse the repository at this point in the history
  • Loading branch information
csquires committed Feb 9, 2019
1 parent 8b586b3 commit 7e0d876
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion docs/classes/DAG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,47 @@ Methods
:toctree: generated

DAG.copy
DAG.to_amat
DAG.from_amat

Graph modification
------------------
.. autosummary::
:toctree: generated

DAG.add_node
DAG.remove_node
DAG.add_arc
DAG.remove_arc
DAG.add_nodes_from
DAG.add_arcs_from
DAG.add_arcs_from

Graph properties
----------------
.. autosummary::
:toctree: generated

DAG.reversible_arcs
DAG.vstructs

Comparison to other DAGs
------------------------
.. autosummary::
:toctree: generated

DAG.shd
DAG.shd_skeleton
DAG.markov_equivalent

Functions for nodes
-------------------
.. autosummary::
:toctree: generated

DAG.downstream
DAG.upstream
DAG.incident_arcs
DAG.incoming_arcs
DAG.outgoing_arcs
DAG.indegree
DAG.outdegree

0 comments on commit 7e0d876

Please sign in to comment.