Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
eb5463e6
Unverified
Commit
eb5463e6
authored
Feb 21, 2019
by
Yan Ni
Committed by
GitHub
Feb 21, 2019
Browse files
fix doc bug for referencing old version docstring (#765)
parent
31f8913a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
docs/en_US/conf.py
docs/en_US/conf.py
+3
-3
docs/requirements.txt
docs/requirements.txt
+7
-1
No files found.
docs/en_US/conf.py
View file @
eb5463e6
...
...
@@ -12,9 +12,9 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
#
import os
#
import sys
#
sys.path.insert(0, os.path.abspath('.'))
import
os
import
sys
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'.
./../src/sdk/pynni
'
))
from
recommonmark.parser
import
CommonMarkParser
from
recommonmark.transform
import
AutoStructify
...
...
docs/requirements.txt
View file @
eb5463e6
...
...
@@ -4,4 +4,10 @@ sphinx-markdown-tables==0.0.9
sphinx-rtd-theme==0.4.2
sphinxcontrib-websupport==1.1.0
recommonmark==0.5.0
nni==0.5
\ No newline at end of file
hyperopt
json_tricks
numpy
scipy
coverage
git+https://github.com/QuanluZhang/ConfigSpace.git
git+https://github.com/QuanluZhang/SMAC3.git
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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