Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
seminar-breakout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
seminar-breakout
Commits
115f207c
Commit
115f207c
authored
Aug 16, 2017
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix in toc grouping. add GA for docs
parent
36d73304
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/_static/build_toc_group.js
docs/_static/build_toc_group.js
+1
-1
docs/conf.py
docs/conf.py
+1
-1
No files found.
docs/_static/build_toc_group.js
View file @
115f207c
...
@@ -8,7 +8,7 @@ $(function (){
...
@@ -8,7 +8,7 @@ $(function (){
selected
.
each
(
function
(
i
,
e
)
{
selected
.
each
(
function
(
i
,
e
)
{
var
groupName
=
e
.
getElementsByTagName
(
'
a
'
)[
0
].
href
;
var
groupName
=
$
(
e
).
find
(
'
a.internal
'
)[
0
].
href
;
groupName
=
groupName
.
substr
(
groupName
.
lastIndexOf
(
'
/
'
)
+
1
);
groupName
=
groupName
.
substr
(
groupName
.
lastIndexOf
(
'
/
'
)
+
1
);
groupName
=
groupName
.
substr
(
0
,
groupName
.
lastIndexOf
(
"
.html
"
));
groupName
=
groupName
.
substr
(
0
,
groupName
.
lastIndexOf
(
"
.html
"
));
...
...
docs/conf.py
View file @
115f207c
...
@@ -160,7 +160,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
...
@@ -160,7 +160,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# Theme options are theme-specific and customize the look and feel of a theme
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# further. For a list of options available for each theme, see the
# documentation.
# documentation.
html_theme_options
=
{
}
html_theme_options
=
{
'analytics_id'
:
'UA-42349716-2'
}
# The name for this set of Sphinx documents. If None, it defaults to
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
# "<project> v<release> documentation".
...
...
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