various improvements

This commit is contained in:
ge
2023-11-23 02:34:02 +03:00
parent b9d089dd78
commit 05f90b14f2
200 changed files with 15968 additions and 84 deletions

View File

@ -1,7 +1,7 @@
# Add ../../compute to path for autodoc
# Add ../.. to path for autodoc Sphinx extension
import os
import sys
sys.path.insert(0, os.path.abspath('../../compute'))
sys.path.insert(0, os.path.abspath('../..'))
# Project information
project = 'Compute'