Skip to content

Commit

Permalink
Fix documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaeladuta committed Dec 4, 2024
1 parent 80c8348 commit bf9d127
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
extensions = ["sphinx_markdown_builder", "sphinx.ext.autodoc", "sphinx.ext.autosummary"]

autosummary_generate = True
autodoc_default_options = {
"members": True,
"undoc-members": True,
"inherited-members": True,
"show-inheritance": True,
}
# autodoc_default_options = {
# "members": True,
# "undoc-members": True,
# "inherited-members": True,
# "show-inheritance": True,
# }

# diable warnings
warnings.filterwarnings("ignore", category=UserWarning)
Expand Down
1 change: 1 addition & 0 deletions l2gv2/network/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def adj(self, node: int):
def adj_weighted(self, node: int):
"""
list neighbours of node and corresponding edge weight
Args:
node: source node
Expand Down

0 comments on commit bf9d127

Please sign in to comment.