summaryrefslogtreecommitdiff
path: root/doc/reference
diff options
context:
space:
mode:
authorMatthias Bruhns <45033731+mbruhns@users.noreply.github.com>2020-08-16 02:32:27 +0200
committerGitHub <noreply@github.com>2020-08-15 20:32:27 -0400
commit9813a65391d5852188321a73bb09f2e38aa1cfd3 (patch)
tree1f7db6b2234d81be584c1aff9d14bb2529eee3f6 /doc/reference
parent8968a4290521f440c311d021d1b7fd1a6571eac9 (diff)
downloadnetworkx-9813a65391d5852188321a73bb09f2e38aa1cfd3.tar.gz
junction_tree for #1012 (#4004)
* Initial commit. * Fixed PEP 8 issues. * Fixed more PEP 8 issues. * Added type to sepset-nodes. * Moved file to networkx/algorithms/tree, changed name of module to avoid namespace collision, added entry to doc system, changed deepcopy to list, removed check for None, shifted to G.is_directed(), added example. * Removed example code. * Removed unused import statement. * Moved notes section. * Fixed PEP 8 issues and removed old file. * Fixed PEP 8 issues. * Formatting with Black, added docstring to example and removed license information. * Added name to name of contributors. * Ran black i.e., black networkx/algorithms/tree/tests/test_junction_tree_algorithm.py * Updated explanation of junction trees, removed 'Graph' from unsupported classes. * DOC: tweaks to docstring. * Changed naming and updated docstring/code according to suggestions. * Removed old files. * Updated doc and init. * Minor tweaks in docs and import structure * Improve example Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> Co-authored-by: Dan Schult <dschult@colgate.edu>
Diffstat (limited to 'doc/reference')
-rw-r--r--doc/reference/algorithms/tree.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/reference/algorithms/tree.rst b/doc/reference/algorithms/tree.rst
index e2bbc7b1..70af3614 100644
--- a/doc/reference/algorithms/tree.rst
+++ b/doc/reference/algorithms/tree.rst
@@ -61,6 +61,14 @@ Spanning Trees
minimum_spanning_edges
maximum_spanning_edges
+Decomposition
+-------------
+.. automodule:: networkx.algorithms.tree.decomposition
+.. autosummary::
+ :toctree: generated/
+
+ junction_tree
+
Exceptions
----------
.. automodule:: networkx.algorithms.tree.coding