summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2023-04-03 12:44:39 -0700
committerGitHub <noreply@github.com>2023-04-03 15:44:39 -0400
commit020eaf626d6252f71a75751f63c57cbcc3d55573 (patch)
tree814c7eb9000cc66544526c3c976fe3e42a5d1259 /doc
parentcf7158efc5261a49d0cf9f10a09ff51aeb831c30 (diff)
downloadnetworkx-020eaf626d6252f71a75751f63c57cbcc3d55573.tar.gz
Fix module docstring format for ismags reference article. (#6611)
Improperly formatted Notes/References sections was causing a sphinx parsing error which led to a very poorly formatted html page. Fixing the numpydoc formatting for the module docstring + minor munging of the heading levels was sufficient to fix this.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/algorithms/isomorphism.ismags.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/reference/algorithms/isomorphism.ismags.rst b/doc/reference/algorithms/isomorphism.ismags.rst
index d9d19cae..67cc9b91 100644
--- a/doc/reference/algorithms/isomorphism.ismags.rst
+++ b/doc/reference/algorithms/isomorphism.ismags.rst
@@ -1,9 +1,5 @@
.. _ismags:
-****************
-ISMAGS Algorithm
-****************
-
.. automodule:: networkx.algorithms.isomorphism.ismags
ISMAGS object