Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Sep 3, 2024
1 parent 6f7ce96 commit 6e1d6f3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 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.classes.digraph
.. currentmodule:: nx_arangodb
.. 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.classes.graph
.. currentmodule:: nx_arangodb
.. 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.classes.multidigraph
.. currentmodule:: nx_arangodb
.. 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.classes.multigraph
.. currentmodule:: nx_arangodb
.. autoclass:: MultiGraph
:members: query, chat

Expand Down
3 changes: 1 addition & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
import os
import sys

sys.path.insert(0, os.path.abspath("../"))
sys.path.insert(0, os.path.abspath('../nx_arangodb'))
sys.path.insert(0, os.path.abspath(".."))

project = 'nx-arangodb'
copyright = '2024, ArangoDB'
Expand Down

0 comments on commit 6e1d6f3

Please sign in to comment.