summaryrefslogtreecommitdiff
path: root/doc/reference
diff options
context:
space:
mode:
authorDilara Tekinoglu <dilaramemis@sabanciuniv.edu>2022-04-20 00:53:06 +0300
committerGitHub <noreply@github.com>2022-04-19 17:53:06 -0400
commit8f8b41db21c80c80d0ba82f1ade60307f6733c6e (patch)
tree327e8437c449493fe323bd93d4fe4a8d1768ad8f /doc/reference
parent7bf722bec50682b793feb388b220578f8412ff9d (diff)
downloadnetworkx-8f8b41db21c80c80d0ba82f1ade60307f6733c6e.tar.gz
Add is_planar function. Solves issue #5109 (#5544)
* Adding more examples of to_numpy_array method's usage * Run black for auto-formatting * Fixing a minor typo in the example * Fixing a minor typo in the example * Converting nonedge value to float in the example * Changed nonedge to -1. & update example to match PEP 8 * Improve docstring for bethe_hessian_matrix (#5458) Fix reference linking, improve spacing/docstring formatting, improve example. Co-authored-by: Mridul Seth <mail@mriduls.com> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> Co-authored-by: Mehmet Müjde <mehmet.muejde@me.com> * Add notes about NumPy/SciPy integration to NX 2->3 migration guide (#5505) * Add skeleton about numpy/scipy to migration guide. * Update release timeline. * Comment out todo and touchup text on random. * Finish recarray/structured dtypes section. * Add blurb about pagerank. * Add section about matrix->array. * Reorganize and link. * Fix rst. * Fix formatting Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com> * Run black on docs (#5513) * Run black on docs * Remove redundant dependencies * Format docs * Finalize release notes * Designate 2.8 release * Fix release notes * Bump release version * Change default value of arrowstyle for undirected graphs (#5514) * Change default value of arrowstyle for undirected graphs * Update networkx/drawing/nx_pylab.py Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com> Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com> * added edge labels in weighted graph (#5521) * examples * examples * examples * Example changed * improved styling * revised * edge labels * improved styling * spacing * error testing * Add is_planar function * Fix minor spacing error * Fix minor space error * Update networkx/algorithms/planarity.py Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> * Update networkx/algorithms/planarity.py Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> * Call check_planarity in is_planar * Make suggested changes * Add is_planar to autosummary * Update planarity.py * Fix typo * Delete duplicate see also section * Run black for styling * Rst formatting updates. * Fix docstring heading name. * Minor wording change Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> Co-authored-by: Mridul Seth <mail@mriduls.com> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> Co-authored-by: Mehmet Müjde <mehmet.muejde@me.com> Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com> Co-authored-by: Nikita Sharma <70018371+NikitaSharma1@users.noreply.github.com>
Diffstat (limited to 'doc/reference')
-rw-r--r--doc/reference/algorithms/planarity.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/algorithms/planarity.rst b/doc/reference/algorithms/planarity.rst
index 95fe0b25..03ded5fa 100644
--- a/doc/reference/algorithms/planarity.rst
+++ b/doc/reference/algorithms/planarity.rst
@@ -7,4 +7,5 @@ Planarity
:toctree: generated/
check_planarity
+ is_planar
PlanarEmbedding