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
ae81ec47
Unverified
Commit
ae81ec47
authored
Jan 06, 2020
by
Chi Song
Committed by
GitHub
Jan 06, 2020
Browse files
update document title for SEO (#1920)
parent
70cee7d8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
docs/en_US/conf.py
docs/en_US/conf.py
+6
-4
docs/en_US/index.rst
docs/en_US/index.rst
+3
-3
No files found.
docs/en_US/conf.py
View file @
ae81ec47
...
@@ -12,16 +12,16 @@
...
@@ -12,16 +12,16 @@
# add these directories to sys.path here. If the directory is relative to the
# 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.
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
#
from
recommonmark.transform
import
AutoStructify
from
recommonmark.parser
import
CommonMarkParser
import
os
import
os
import
sys
import
sys
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../../src/sdk/pynni'
))
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../../src/sdk/pynni'
))
from
recommonmark.parser
import
CommonMarkParser
from
recommonmark.transform
import
AutoStructify
# -- Project information ---------------------------------------------------
# -- Project information ---------------------------------------------------
project
=
'N
eural Network Intelligence
'
project
=
'N
NI
'
copyright
=
'2020, Microsoft'
copyright
=
'2020, Microsoft'
author
=
'Microsoft'
author
=
'Microsoft'
...
@@ -109,6 +109,8 @@ html_static_path = ['../static']
...
@@ -109,6 +109,8 @@ html_static_path = ['../static']
# html_sidebars = {}
# html_sidebars = {}
html_logo
=
'../img/nni_logo_dark.png'
html_logo
=
'../img/nni_logo_dark.png'
html_title
=
'An open source AutoML toolkit for neural architecture search, model compression and hyper-parameter tuning (%s %s)'
%
\
(
project
,
release
)
# -- Options for HTMLHelp output ---------------------------------------------
# -- Options for HTMLHelp output ---------------------------------------------
...
...
docs/en_US/index.rst
View file @
ae81ec47
###########################
##############
###########################
Neural Network Intelligence
Documentation
Neural Network Intelligence
###########################
##############
###########################
********
********
Contents
Contents
...
...
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