Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NQontrol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Automate
Agent sessions
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
las-nq
NQontrol
Commits
6eb3b514
Commit
6eb3b514
authored
Feb 5, 2019
by
Christian Darsow-Fromm
Browse files
Options
Downloads
Patches
Plain Diff
doc optimization
parent
dcb1c709
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/.gitignore
+1
-0
1 addition, 0 deletions
doc/.gitignore
doc/Makefile
+1
-1
1 addition, 1 deletion
doc/Makefile
doc/_static/css/custom.css
+7
-0
7 additions, 0 deletions
doc/_static/css/custom.css
doc/conf.py
+3
-0
3 additions, 0 deletions
doc/conf.py
with
12 additions
and
1 deletion
doc/.gitignore
+
1
−
0
View file @
6eb3b514
documentation.md
documentation.md
documentation.rst
documentation_files
documentation_files
This diff is collapsed.
Click to expand it.
doc/Makefile
+
1
−
1
View file @
6eb3b514
...
@@ -58,7 +58,7 @@ $(AUTODOCDIR): $(MODULEDIR)
...
@@ -58,7 +58,7 @@ $(AUTODOCDIR): $(MODULEDIR)
#
$(
AUTODOCBUILD
)
-f
-o
$@
$^
#
$(
AUTODOCBUILD
)
-f
-o
$@
$^
doc-requirements
:
$(AUTODOCDIR)
doc-requirements
:
$(AUTODOCDIR)
jupyter nbconvert documentation.ipynb
--to
markdown
jupyter nbconvert documentation.ipynb
--to
rst
html
:
doc-requirements
html
:
doc-requirements
...
...
This diff is collapsed.
Click to expand it.
doc/_static/css/custom.css
0 → 100644
+
7
−
0
View file @
6eb3b514
.code
.highlight
{
background
:
#eeffcc
;
}
.highlight
{
background
:
#f4f4f4
;
}
This diff is collapsed.
Click to expand it.
doc/conf.py
+
3
−
0
View file @
6eb3b514
...
@@ -185,6 +185,9 @@ else:
...
@@ -185,6 +185,9 @@ else:
# so a file named "default.css" will overwrite the builtin "default.css".
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path
=
[
'
_static
'
]
html_static_path
=
[
'
_static
'
]
def
setup
(
app
):
app
.
add_stylesheet
(
'
css/custom.css
'
)
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
# using the given strftime format.
# html_last_updated_fmt = '%b %d, %Y'
# html_last_updated_fmt = '%b %d, %Y'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
sign in
to comment