Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
pymor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
pyMOR
pymor
Commits
817951ee
Unverified
Commit
817951ee
authored
Sep 08, 2020
by
Stephan Rave
Committed by
GitHub
Sep 08, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1081 from HenKlei/logo-to-docs
[docs] add logo to documentation, adjust colors and fix minor bugs
parents
de22db1f
b0587474
Pipeline
#64703
passed with stages
in 71 minutes and 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
7 deletions
+55
-7
docs/source/_static/pymor.css
docs/source/_static/pymor.css
+51
-2
docs/source/conf.py
docs/source/conf.py
+4
-5
No files found.
docs/source/_static/pymor.css
View file @
817951ee
...
...
@@ -9,6 +9,55 @@
overflow
:
hidden
;
}
.cell_output
{
display
:
inline-block
;
.output.text_html
{
display
:
inline
;
}
.output.text_html
div
:last-child
{
float
:
none
!important
;
}
.md-header
{
background-color
:
#3155a0
!important
;
color
:
white
!important
;
}
@media
only
screen
and
(
max-width
:
76.1875em
)
{
.md-nav--primary
.md-nav__title--site
{
background-color
:
#3155a0
!important
;
}
}
.md-tabs
{
background-color
:
white
!important
;
color
:
rgba
(
0
,
0
,
0
,
.87
)
!important
;
}
.md-typeset
a
{
color
:
#3155a0
!important
;
}
.md-nav__link--active
,
.md-nav__link
:active
{
color
:
#3155a0
!important
;
}
.md-typeset
a
:hover
{
color
:
#469ecc
!important
;
}
.md-nav__item
a
:hover
{
color
:
#469ecc
!important
;
}
.md-search__input
{
background-color
:
#242e60
!important
;
}
.md-search__input
::placeholder
{
color
:
#f5f5f5
!important
;
}
.p-Collapse-header
{
padding
:
calc
(
var
(
--jp-widgets-container-padding
)
*
1
/
5
)
var
(
--jp-widgets-container-padding
)
!important
;
font-size
:
.7rem
!important
;
}
docs/source/conf.py
View file @
817951ee
...
...
@@ -160,11 +160,10 @@ html_theme_options = {
'base_url'
:
'https://gh-docs.pymor.org/'
,
'html_minify'
:
on_gitlab_ci
,
'css_minify'
:
on_gitlab_ci
,
'nav_title'
:
'pyMOR Documentation'
,
'logo_icon'
:
''
,
'nav_title'
:
'Documentation'
,
'globaltoc_depth'
:
5
,
'theme_color'
:
'
58c9f5
'
,
'color_primary'
:
'
light-blue
'
,
'theme_color'
:
'
indigo
'
,
'color_primary'
:
'
indigo
'
,
'color_accent'
:
'blue'
,
'version_dropdown'
:
True
,
'version_json'
:
'/versions.json'
...
...
@@ -175,7 +174,7 @@ html_title = "%s v%s Manual" % (project, version)
# The name of an image file (within the static path) to place at the top of
# the sidebar.
#html_logo = 'scipyshiny_small.pn
g'
html_logo
=
'../../logo/pymor_logo_white.sv
g'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
...
...
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