summaryrefslogtreecommitdiff
path: root/doc/reference/algorithms
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2022-07-15 20:58:39 +0300
committerGitHub <noreply@github.com>2022-07-15 10:58:39 -0700
commite79084b57e1553b5a1e3d80d940acc077ddb771a (patch)
treef50ca2717a064f0d85744aa0f957a7caaa4688f5 /doc/reference/algorithms
parent155513702c6562882821f61be80a71ab4d3599b1 (diff)
downloadnetworkx-e79084b57e1553b5a1e3d80d940acc077ddb771a.tar.gz
Minor doc fixups (#5868)
* Fix examples section formatting in condensed docstr. * Rm stray reference to ordered grpahs. * Add naive LCA algs to reference guide. * Fix heading names in LCA docstrings.
Diffstat (limited to 'doc/reference/algorithms')
-rw-r--r--doc/reference/algorithms/lowest_common_ancestors.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/reference/algorithms/lowest_common_ancestors.rst b/doc/reference/algorithms/lowest_common_ancestors.rst
index a82b3571..855ecc3a 100644
--- a/doc/reference/algorithms/lowest_common_ancestors.rst
+++ b/doc/reference/algorithms/lowest_common_ancestors.rst
@@ -9,3 +9,5 @@ Lowest Common Ancestor
all_pairs_lowest_common_ancestor
tree_all_pairs_lowest_common_ancestor
lowest_common_ancestor
+ naive_all_pairs_lowest_common_ancestor
+ naive_lowest_common_ancestor