Skip to content
Snippets Groups Projects

Added documentation infrastructure

Merged Adham Hashibon requested to merge documentation into master
2 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
2
@@ -6,8 +6,10 @@ import sys
import os
sys.path.insert(0, os.path.join(os.path.abspath(__file__), "..", ".."))
sys.path.insert(0, os.path.join(
os.path.dirname(os.path.abspath(__file__)), "..", "..")
)
print(sys.path)
MOCK_MODULES=[]
def _warn_node(self, msg, node, **kwargs):
Loading