Skip to content

Commit 60593cc

Browse files
committed
on our way
1 parent c3f9f17 commit 60593cc

4 files changed

Lines changed: 147 additions & 136 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# -- Path setup --------------------------------------------------------------
1010

11-
# If extensions (or modules to document with autodoc) are in another directory,
11+
# If extensions (or np.modules to document with autodoc) are in another directory,
1212
# add these directories to sys.path here. If the directory is relative to the
1313
# documentation root, use os.path.abspath to make it absolute, like shown here.
1414
#
@@ -37,7 +37,7 @@
3737
#
3838
# needs_sphinx = '1.0'
3939

40-
# Add any Sphinx extension module names here, as strings. They can be
40+
# Add any Sphinx extension np.module names here, as strings. They can be
4141
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4242
# ones.
4343
extensions = [

source/define.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from .exceptions.Fall2 import *
55
from .exceptions.Fall3 import *
66
from .exceptions.Fall4 import *
7+
#import numpy as np
78
#from exceptions import Fall_4
89
from builtins import str
910
from source import exceptions

0 commit comments

Comments
 (0)