Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dirk.wintergruen
network_extensions
Commits
887ff832
Commit
887ff832
authored
Mar 06, 2020
by
dirk.wintergruen
Browse files
added path to extensions
parent
449bc3ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
.idea/network_extensions.iml
View file @
887ff832
...
...
@@ -2,6 +2,7 @@
<module
type=
"PYTHON_MODULE"
version=
"4"
>
<component
name=
"NewModuleRootManager"
>
<content
url=
"file://$MODULE_DIR$"
/>
<orderEntry
type=
"jdk"
jdkName=
"Python 3.7 (networks_science_nature)"
jdkType=
"Python SDK"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"R User Library"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"R Skeletons"
level=
"application"
/>
...
...
@@ -12,6 +13,7 @@
<component
name=
"ReSTService"
>
<option
name=
"workdir"
value=
"$MODULE_DIR$/docs"
/>
<option
name=
"DOC_DIR"
value=
"$MODULE_DIR$/docs"
/>
<option
name=
"TXT_IS_RST"
value=
"true"
/>
</component>
<component
name=
"TestRunnerService"
>
<option
name=
"PROJECT_TEST_RUNNER"
value=
"Unittests"
/>
...
...
docs/source/conf.py
View file @
887ff832
...
...
@@ -15,7 +15,7 @@
import
os
import
sys
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../../'
))
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../../network_extensions'
))
# -- Project information -----------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment