Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
comet-fenics
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
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
Francisco Ramírez
comet-fenics
Commits
057f5707
Commit
057f5707
authored
Apr 17, 2018
by
Jeremy BLEYER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added agogo custom layout
parent
8487436e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
96 additions
and
0 deletions
+96
-0
doc/_templates/layout.html
doc/_templates/layout.html
+96
-0
No files found.
doc/_templates/layout.html
0 → 100644
View file @
057f5707
{#
agogo/layout.html
~~~~~~~~~~~~~~~~~
Sphinx layout template for the agogo theme, originally written
by Andi Albrecht.
:copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- extends "basic/layout.html" %}
{% block header %}
<div
class=
"header-wrapper"
role=
"banner"
>
<div
class=
"header"
>
{%- if logo %}
<p
class=
"logo"
><a
href=
"{{ pathto(master_doc) }}"
>
<img
class=
"logo"
src=
"{{ pathto('_static/' + logo, 1) }}"
alt=
"Logo"
/>
</a></p>
{%- endif %}
{%- block headertitle %}
<div
class=
"headertitle"
><a
href=
"{{ pathto(master_doc) }}"
>
{{ shorttitle|e }}
</a></div>
{%- endblock %}
<div
class=
"rel"
role=
"navigation"
aria-label=
"related navigation"
>
{%- for rellink in rellinks|reverse %}
<a
href=
"{{ pathto(rellink[0]) }}"
title=
"{{ rellink[1]|striptags|e }}"
{{
accesskey
(
rellink
[2])
}}
>
{{ rellink[3] }}
</a>
{%- if not loop.last %}{{ reldelim2 }}{% endif %}
{%- endfor %}
</div>
</div>
</div>
{% endblock %}
{% block content %}
<div
class=
"content-wrapper"
>
<div
class=
"content"
>
<div
class=
"document"
>
{%- block document %}
{{ super() }}
{%- endblock %}
</div>
<div
class=
"sidebar"
>
{%- block sidebartoc %}
<h3>
{{ _('Table Of Contents') }}
</h3>
{{ toctree(collapse=False,maxdepth=2) }}
{%- endblock %}
{%- block sidebarsearch %}
<div
role=
"search"
>
<h3
style=
"margin-top: 1.5em;"
>
{{ _('Search') }}
</h3>
<form
class=
"search"
action=
"{{ pathto('search') }}"
method=
"get"
>
<input
type=
"text"
name=
"q"
/>
<input
type=
"submit"
value=
"{{ _('Go') }}"
/>
<input
type=
"hidden"
name=
"check_keywords"
value=
"yes"
/>
<input
type=
"hidden"
name=
"area"
value=
"default"
/>
</form>
</div>
{%- endblock %}
</div>
<div
class=
"clearer"
></div>
</div>
</div>
{% endblock %}
{% block footer %}
<div
class=
"footer-wrapper"
>
<div
class=
"footer"
>
<div
class=
"left"
>
<div
role=
"navigation"
aria-label=
"related navigaton"
>
{%- for rellink in rellinks|reverse %}
<a
href=
"{{ pathto(rellink[0]) }}"
title=
"{{ rellink[1]|striptags|e }}"
{{
accesskey
(
rellink
[2])
}}
>
{{ rellink[3] }}
</a>
{%- if not loop.last %}{{ reldelim2 }}{% endif %}
{%- endfor %}
</div>
<div
role=
"note"
aria-label=
"source link"
>
{%- if show_source and has_source and sourcename %}
<br/>
<a
href=
"{{ pathto('_sources/' + sourcename, true)|e }}"
rel=
"nofollow"
>
{{ _('Show Source') }}
</a>
{%- endif %}
</div>
</div>
<div
class=
"right"
>
{{ super() }}
</div>
<div
class=
"clearer"
></div>
</div>
</div>
{% endblock %}
{% block relbar1 %}{% endblock %}
{% block relbar2 %}{% endblock %}
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