Skip to content

Commit ae1e033

Browse files
authored
Merge pull request #3397 from rmukh/fix_doc
DOC: Side bar and main page fixes
2 parents 3c9c64f + 5587242 commit ae1e033

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

doc/_static/nipype.css

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ body {
55
min-width: 70em;
66
}
77

8+
div.sphinxsidebar {
9+
position: relative;
10+
}
11+
812
div.sphinxsidebar h4, div.sphinxsidebar h3 {
913
background-color: #2F83C8;
1014
}

doc/_templates/layout.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
{% set title = 'Neuroimaging in Python - Pipelines and Interfaces' %}
33
{% set short_title = 'Nipype' %}
44

5+
{% block sidebar1 %}{{ sidebar() }}{% endblock %}
6+
{% block sidebar2 %}{% endblock %}
7+
58
{% block extrahead %}
69
{{ super() }}
710
<meta name="keywords" content="nipype, neuroimaging, pipeline, workflow, parallel, python, neuroscience">
@@ -42,8 +45,6 @@
4245

4346
{% block relbar1 %}{% endblock %}
4447
{% block relbar2 %}{% endblock %}
45-
{% block sidebar1 %}{{ sidebar() }}{% endblock %}
46-
{% block sidebar2 %}{% endblock %}
4748

4849
{% block footer %}
4950
{{ super() }}

doc/_templates/navbar.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<link rel="stylesheet" href="https://www.google.com/cse/style/look/default.css" type="text/css" />
22
<style type="text/css">
33
a.navbar {
4-
color: {{ theme_linkcolor }};
54
letter-spacing: .05em;
65
font-weight: bold;
76
}

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152

153153
# General information about the project.
154154
project = u"nipype"
155-
copyright = u"2009-20, Neuroimaging in Python team"
155+
copyright = u"2009-21, Neuroimaging in Python team"
156156

157157
# The version info for the project you're documenting, acts as replacement for
158158
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)