Skip to content

Commit

Permalink
Updated doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorris335 committed Nov 4, 2024
1 parent f8dbd3e commit 8b0564f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
sys.path.insert(0, os.path.abspath('../../src/'))

try:
# import constrainthg
from constrainthg.hypergraph import Hypergraph, Pathfinder, Edge, Node, tNode, EdgeProperty
from constrainthg.relations import *
import constrainthg
# from constrainthg.hypergraph import Hypergraph, Pathfinder, Edge, Node, tNode, EdgeProperty
# from constrainthg.relations import *
except ModuleNotFoundError as e:
raise(Exception(str(sys.path) + '\n**' + e.msg))

Expand Down

0 comments on commit 8b0564f

Please sign in to comment.