Skip to content

Commit

Permalink
attempt fix: currentmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Sep 3, 2024
1 parent 5f40508 commit e698be0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/classes/digraph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DiGraph

Overview
========
.. currentmodule:: nx_arangodb
.. currentmodule:: nx_arangodb.classes.digraph
.. autoclass:: DiGraph
:members: query, chat

Expand Down
2 changes: 1 addition & 1 deletion doc/classes/graph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Graph

Overview
========
.. currentmodule:: nx_arangodb
.. currentmodule:: nx_arangodb.classes.graph
.. autoclass:: Graph
:members: query, chat

Expand Down
2 changes: 1 addition & 1 deletion doc/classes/multidigraph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MultiDiGraph

Overview
========
.. currentmodule:: nx_arangodb
.. currentmodule:: nx_arangodb.classes.multidigraph
.. autoclass:: MultiDiGraph
:members: query, chat

Expand Down
2 changes: 1 addition & 1 deletion doc/classes/multigraph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MultiGraph

Overview
========
.. currentmodule:: nx_arangodb
.. currentmodule:: nx_arangodb.classes.multigraph
.. autoclass:: MultiGraph
:members: query, chat

Expand Down

0 comments on commit e698be0

Please sign in to comment.